JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-07T22:21:10.012Z||main|||||INFO|500||The following profiles are active: basic 2022-06-07T22:21:32.809Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-07T22:21:32.810Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-07T22:21:33.006Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-07T22:21:40.614Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-07T22:21:41.364Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-07T22:21:42.207Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-07T22:21:42.225Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-07T22:21:42.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-07T22:21:42.982Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-07T22:21:44.186Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-07T22:21:49.179Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T22:21:53.434Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T22:21:53.607Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-07T22:21:55.086Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T22:21:55.575Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-07T22:21:57.874Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T22:22:00.038Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-07T22:22:00.084Z||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$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-07T22:22:00.086Z||main|||||WARN|500||The sdc end point is not alive 2022-06-07T22:22:05.843Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-07T22:22:11.945Z||main|||||WARN|500||--- 2022-06-07T22:22:11.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-07T22:22:11.946Z||main|||||WARN|500||--- 2022-06-07T22:22:12.917Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-07T22:22:21.864Z||main|||||INFO|500||Started Application in 79.278 seconds (JVM running for 85.949) 2022-06-07T22:22:21.909Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-07T22:22:21.915Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-07T22:22:21.938Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-07T22:22:21.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-07T22:22:22.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c0ef063-0f8c-4143-a4b9-7fe37e66313e url= /sdc/v1/artifactTypes 2022-06-07T22:22:22.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-07T22:22:22.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-07T22:22:22.604Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-07T22:22:22.636Z||scheduling-1|||||DEBUG|500||create keys 2022-06-07T22:22:22.651Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-07T22:22:22.696Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:22:22.725Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9c95bd97-31af-4e24-a338-222f9a9254e2 url= /sdc/v1/registerForDistribution 2022-06-07T22:22:22.882Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9c95bd97-31af-4e24-a338-222f9a9254e2 url= /sdc/v1/registerForDistribution 2022-06-07T22:22:22.883Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-07T22:22:22.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:22:22.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:22:22.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:22:22.943Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:22:22.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:22:22.944Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:22:22.942Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-07T22:22:33.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:22:33.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:23:22.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:23:22.894Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:23:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:23:22.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:23:22.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:23:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:23:32.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:23:32.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:24:22.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:24:22.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:24:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:24:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:24:22.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:24:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:24:32.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:24:32.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:25:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:25:22.895Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:25:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:25:22.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:25:22.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:25:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:25:32.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:25:32.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:26:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:26:22.898Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:26:22.899Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:26:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:26:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:26:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:26:32.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:26:32.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:27:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:27:22.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:27:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:27:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:27:22.915Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:27:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:27:32.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:27:32.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:28:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:28:22.895Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:28:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:28:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:28:22.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:28:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:28:32.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:28:32.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:29:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:29:22.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:29:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:29:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:29:22.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:29:22.920Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:29:32.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:29:32.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:30:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:30:22.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:30:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:30:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:30:22.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:30:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:30:32.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:30:32.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:31:15.221Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-07T22:31:22.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:31:22.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:31:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:31:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:31:22.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:31:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:31:32.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:31:32.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:32:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:32:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:32:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:32:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:32:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:32:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:32:32.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:32:32.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:33:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:33:22.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:33:22.898Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:33:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:33:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:33:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:33:32.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:33:32.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:34:22.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:34:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:34:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:34:22.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:34:22.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:34:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:34:32.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:34:32.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:35:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:35:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:35:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:35:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:35:22.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:35:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:35:32.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:35:32.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:36:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:36:22.895Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:36:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:36:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:36:22.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:36:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:36:32.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:36:32.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:37:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:37:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:37:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:37:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:37:22.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:37:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:37:32.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:37:32.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:38:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:38:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:38:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:38:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:38:22.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:38:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:38:32.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:38:32.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:39:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:39:22.895Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:39:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:39:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:39:22.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:39:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:39:32.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:39:32.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:40:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:40:22.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:40:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:40:22.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:40:22.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:40:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:40:32.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:40:32.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:41:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:41:22.895Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:41:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:41:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:41:22.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:41:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:41:32.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:41:32.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:42:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:42:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:42:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:42:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:42:22.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:42:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:42:32.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:42:32.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:43:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:43:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:43:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:43:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:43:22.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:43:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:43:32.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:43:32.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:44:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:44:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:44:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:44:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:44:22.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:44:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:44:32.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:44:32.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:45:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:45:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:45:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:45:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:45:22.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:45:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:45:32.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:45:32.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:46:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:46:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:46:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:46:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:46:22.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:46:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:46:32.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:46:32.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:47:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:47:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:47:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:47:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:47:22.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:47:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:47:32.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:47:32.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:48:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:48:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:48:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:48:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:48:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:48:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:48:32.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:48:32.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:49:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:49:22.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:49:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:49:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:49:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:49:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:49:32.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:49:32.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:50:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:50:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:50:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:50:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:50:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:50:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:50:32.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:50:32.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:51:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:51:22.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:51:22.897Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:51:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:51:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:51:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:51:32.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:51:32.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:52:22.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:52:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:52:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:52:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:52:22.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:52:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:52:32.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:52:32.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:53:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:53:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:53:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:53:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:53:22.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:53:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:53:32.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:53:32.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:54:22.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:54:22.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:54:22.897Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:54:22.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:54:22.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:54:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:54:32.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:54:32.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:55:22.893Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:55:22.894Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:55:22.894Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U7IzvuA55gB33mrh) ... 2022-06-07T22:55:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:55:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:55:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:55:32.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:55:32.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:56:22.893Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:56:22.894Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:56:22.894Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U7IzvuA55gB33mrh) ... 2022-06-07T22:56:22.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:56:22.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:56:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:56:32.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:56:32.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:57:22.893Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:57:22.894Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:57:22.894Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U7IzvuA55gB33mrh) ... 2022-06-07T22:57:22.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:57:22.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:57:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:57:32.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:57:32.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:58:22.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:58:22.895Z||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-06-07T22:58:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:58:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:58:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:58:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:58:32.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:58:32.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:59:22.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:59:22.894Z||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-06-07T22:59:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:59:22.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T22:59:22.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T22:59:22.920Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T22:59:32.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T22:59:32.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:00:22.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:00:22.893Z||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-06-07T23:00:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:00:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:00:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:00:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:00:32.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:00:32.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:01:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:01:22.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:01:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:01:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:01:22.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:01:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:01:32.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:01:32.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:02:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:02:22.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:02:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:02:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:02:22.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:02:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:02:32.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:02:32.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:03:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:03:22.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:03:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:03:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:03:22.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:03:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:03:32.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:03:32.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:04:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:04:22.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:04:22.898Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:04:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:04:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:04:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:04:32.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:04:32.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:05:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:05:22.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:05:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:05:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:05:22.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:05:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:05:32.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:05:32.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:22.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:06:22.894Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:06:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:06:22.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:06:22.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:06:22.917Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:06:23.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:23.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:23.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8120b6b-e613-4c9f-af18-c6817c474a75","serviceName":"basic_onboard_QePASX","serviceVersion":"1.0","serviceUUID":"1f90f199-ae7d-4c67-bb0b-05b9a73074ce","serviceDescription":"service","serviceInvariantUUID":"43a6e834-116e-4648-83ff-fc1a24b0c648","resources":[{"resourceInstanceName":"basic_onboard_QePASX 0","resourceName":"basic_onboard_QePASX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de274bd5-9e67-47e9-8a20-ed5693ba4914","resourceInvariantUUID":"141617e8-f7d5-4df0-b98c-4cea3a0df5ba","resourceCustomizationUUID":"d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml","artifactChecksum":"MWY3MmQ1ZDMxMmE3NmVkOGIzN2MwNTljMWFkYzc5MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4deba18b-9f66-4f96-b2e0-d533a63da587","artifactVersion":"1"},{"artifactName":"basic_onboard_qepasx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json","artifactChecksum":"YWU3OWYwNDZmMTVmMjFjYWEyYTVjNzI1OTk0NWVmMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"606a2674-61e0-46ab-ba4a-6fab0dc6912f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8934be79-033a-43e3-ba28-f8766705c991","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec03a84a-452b-4e24-abdb-9c9b9a39948d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e78f9a1-dc68-4a9d-8909-7d55c9118bed","artifactVersion":"2","generatedFromUUID":"8934be79-033a-43e3-ba28-f8766705c991"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQepasx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml","artifactChecksum":"NjI2YjA4MzY3N2Q2M2QwZThhYTJhNzJkYjcwNGJiYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"211cdd42-b7e7-409f-b3a1-72226d4dd1bd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQepasx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar","artifactChecksum":"ZDdiZTMyNGQ4MGQ4MWZjNGVmMzc0Njk5YTIxZTljOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6473be0-f5e7-44d1-a6ff-f6f5debb59c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:06:23.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:23.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:23.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.659Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:23.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.659Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:06:23.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:06:23.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T23:06:23.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T23:06:23.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643136747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:23.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643136763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:23.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643138104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:23.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "ves-openapi-manager", "timestamp": 1654643143350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643151868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:23.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:23.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643151326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:23.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:23.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T23:06:23.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643152993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:23.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:23.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643154094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:23.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:23.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643145844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:23.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:23.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:23.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:23.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643155197, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-07T23:06:23.763Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-07T23:06:23.770Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:23.771Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:23.789Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:23.791Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.004Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.038Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643153708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:24.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "multicloud-k8s-id", "timestamp": 1654643156215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:06:24.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "cds", "timestamp": 1654643154728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:24.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.102Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643148833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:24.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643157065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:06:24.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643156768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:24.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643158071, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:24.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643157818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:06:24.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "policy-id", "timestamp": 1654643158824, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:24.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.159Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:06:24.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643160528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:24.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643162559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:06:24.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "clamp", "timestamp": 1654643163568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:24.193Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643159461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643167474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:24.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643182334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:06:24.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:06:24.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:06:24.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "aai-ml", "timestamp": 1654643183379, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:24.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8120b6b-e613-4c9f-af18-c6817c474a75 2022-06-07T23:06:24.224Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8120b6b-e613-4c9f-af18-c6817c474a75 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:24.674Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:24.675Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:24.680Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:24.680Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:06:24.779Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:06:24.782Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:24.782Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:24.802Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:24.804Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:25.681Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:25.683Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:25.686Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:25.686Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T23:06:25.787Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:25.788Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:25.788Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:25.806Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:25.808Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:06:26.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:26.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:26.699Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:26.700Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:26.799Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:06:26.801Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:26.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:26.838Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:26.840Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:27.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:27.702Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:27.705Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:27.706Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T23:06:27.806Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:27.808Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:27.808Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:27.832Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:27.833Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:28.707Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:28.708Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:28.711Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:28.711Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:06:28.811Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:28.813Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:28.813Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:28.837Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:28.838Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:29.712Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:06:29.713Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:29.718Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:29.718Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:06:29.818Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:06:29.820Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:29.821Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:29.843Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:29.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:30.722Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "serviceName": "basic_onboard_QePASX", "serviceVersion": "1.0", "serviceUUID": "1f90f199-ae7d-4c67-bb0b-05b9a73074ce", "serviceDescription": "service", "serviceInvariantUUID": "43a6e834-116e-4648-83ff-fc1a24b0c648", "resources": [ { "resourceInstanceName": "basic_onboard_QePASX 0", "resourceCustomizationUUID": "d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd", "resourceName": "basic_onboard_QePASX", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "de274bd5-9e67-47e9-8a20-ed5693ba4914", "resourceInvariantUUID": "141617e8-f7d5-4df0-b98c-4cea3a0df5ba", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qepasx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "artifactChecksum": "YWU3OWYwNDZmMTVmMjFjYWEyYTVjNzI1OTk0NWVmMzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "606a2674-61e0-46ab-ba4a-6fab0dc6912f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8934be79-033a-43e3-ba28-f8766705c991", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6e78f9a1-dc68-4a9d-8909-7d55c9118bed", "generatedFromUUID": "8934be79-033a-43e3-ba28-f8766705c991" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6e78f9a1-dc68-4a9d-8909-7d55c9118bed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQepasx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "artifactChecksum": "ZDdiZTMyNGQ4MGQ4MWZjNGVmMzc0Njk5YTIxZTljOTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6473be0-f5e7-44d1-a6ff-f6f5debb59c5" } ], "workloadContext": "Production" } 2022-06-07T23:06:30.724Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:06:30.725Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f90f199-ae7d-4c67-bb0b-05b9a73074ce ASDC 2022-06-07T23:06:30.899Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c8120b6b-e613-4c9f-af18-c6817c474a75 ServiceName:basic_onboard_QePASX ServiceVersion:1.0 ServiceUUID:1f90f199-ae7d-4c67-bb0b-05b9a73074ce ServiceInvariantUUID:43a6e834-116e-4648-83ff-fc1a24b0c648 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQepasx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar ArtifactUUID:b6473be0-f5e7-44d1-a6ff-f6f5debb59c5 ArtifactChecksum:ZDdiZTMyNGQ4MGQ4MWZjNGVmMzc0Njk5YTIxZTljOTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_QePASX 0 ResourceCustomizationUUID:d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd ResourceInvariantUUID:141617e8-f7d5-4df0-b98c-4cea3a0df5ba ResourceName:basic_onboard_QePASX ResourceType:VF ResourceUUID:de274bd5-9e67-47e9-8a20-ed5693ba4914 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qepasx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json ArtifactUUID:606a2674-61e0-46ab-ba4a-6fab0dc6912f ArtifactChecksum:YWU3OWYwNDZmMTVmMjFjYWEyYTVjNzI1OTk0NWVmMzg= 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/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml ArtifactUUID:8934be79-033a-43e3-ba28-f8766705c991 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/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env ArtifactUUID:6e78f9a1-dc68-4a9d-8909-7d55c9118bed 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/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env ArtifactUUID:6e78f9a1-dc68-4a9d-8909-7d55c9118bed ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:06:30.900Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f90f199-ae7d-4c67-bb0b-05b9a73074ce ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:06:30.993Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:06:30.994Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:06:30.996Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:06:30.997Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6473be0-f5e7-44d1-a6ff-f6f5debb59c5 from URL: /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:30.997Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:06:30.999Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:31.246Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:06:31.286Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar b6473be0-f5e7-44d1-a6ff-f6f5debb59c5 71565 2022-06-07T23:06:31.289Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar ASDC sendASDCNotification 2022-06-07T23:06:31.290Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:31.296Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:06:31.298Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:31.302Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:31.302Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643191287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:31.404Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T23:06:31.406Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:31.407Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:31.445Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:31.449Z||pool-10-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:32.303Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:06:32.304Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:06:32.305Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b6473be0-f5e7-44d1-a6ff-f6f5debb59c5, URL: /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar to file: /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:32.306Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:32.452Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:32.453Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:33.481Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6706192164847561405/Definitions/service-BasicOnboardQepasx-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T23:06:37.020Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:06:37.031Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T23:06:37.031Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.031Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T23:06:37.032Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.032Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.032Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.032Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.032Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.033Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.033Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.033Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QePASX 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.033Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:37.033Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T23:06:37.046Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.049Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.055Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:37.056Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T23:06:37.058Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:06:37.060Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.061Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.061Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:37.061Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T23:06:37.062Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:06:37.062Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.062Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.067Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.067Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is not matching search criteria 2022-06-07T23:06:37.068Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-07T23:06:37.068Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-07T23:06:37.068Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-07T23:06:37.068Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T23:06:37.068Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:06:37.069Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.069Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:06:37.071Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.071Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:37.071Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:37.072Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.072Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:37.072Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:37.072Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.073Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:37.073Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:37.073Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.073Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is not matching search criteria 2022-06-07T23:06:37.073Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T23:06:37.074Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T23:06:37.074Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a9ebe204-f78c-45ed-9d35-a9f4c5afd41c 2022-06-07T23:06:37.074Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.074Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.075Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.075Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.075Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.075Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.075Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:37.076Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:37.076Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_QePASX Description:service Model UUID:1f90f199-ae7d-4c67-bb0b-05b9a73074ce Model Version:NULL Model InvariantUuid:43a6e834-116e-4648-83ff-fc1a24b0c648 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_QePASX Model UUID:f214ec3b-9ad5-4606-a5bb-f8faf0305be5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:141617e8-f7d5-4df0-b98c-4cea3a0df5ba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb64aaad-6330-48cc-be76-8d804b5a1395 ModelName:BasicOnboardQepasx..base_ubuntu18..module-0 ModelUuid:16b7a81a-b0a1-45d6-9e3a-98708efb68ef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a9ebe204-f78c-45ed-9d35-a9f4c5afd41c ModelInvariantUuid:d0122ef4-be0f-4bb3-8fb2-f9c5b9bcfa86 ModelName:basic_onboard_QePASX-nodes.ubuntu18Cvfc ModelUuid:e3622119-0f7c-44d9-b21d-bea08af5f506 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c87d08b8-bc7e-4a0d-8e50-97224d502aed ModelInvariantUuid:d70b31d5-d1a2-4fff-bb23-2aef1c3b7492 ModelName:BasicOnboardQepasx.compute.nodes.heat.ubuntu18 ModelUuid:ca47164c-a0ba-49c2-9adf-d06ee1cdd77d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:06:37.093Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: de274bd5-9e67-47e9-8a20-ed5693ba4914 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:06:37.259Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||basic_onboard_QePASX 0 2022-06-07T23:06:37.268Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de274bd5-9e67-47e9-8a20-ed5693ba4914 2022-06-07T23:06:37.269Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 606a2674-61e0-46ab-ba4a-6fab0dc6912f from URL: /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json 2022-06-07T23:06:37.269Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:06:37.269Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json 2022-06-07T23:06:37.393Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:06:37.394Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json 606a2674-61e0-46ab-ba4a-6fab0dc6912f 798 2022-06-07T23:06:37.395Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json ASDC sendASDCNotification 2022-06-07T23:06:37.395Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json 2022-06-07T23:06:37.395Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:06:37.396Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:37.399Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:37.400Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643197395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:37.500Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:37.501Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:37.501Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:37.519Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:37.520Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:38.402Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQepasx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cb64aaad-6330-48cc-be76-8d804b5a1395", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16b7a81a-b0a1-45d6-9e3a-98708efb68ef", "vfModuleModelCustomizationUUID": "1e1fff41-3803-46ab-9e55-bad9bb67277f", "isBase": true, "artifacts": [ "8934be79-033a-43e3-ba28-f8766705c991", "6e78f9a1-dc68-4a9d-8909-7d55c9118bed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:06:38.419Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQepasx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:16b7a81a-b0a1-45d6-9e3a-98708efb68ef VfModuleModelInvariantUUID:cb64aaad-6330-48cc-be76-8d804b5a1395 VfModuleModelDescription:NULL Artifacts UUID List:{ 8934be79-033a-43e3-ba28-f8766705c991 , 6e78f9a1-dc68-4a9d-8909-7d55c9118bed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:06:38.425Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQepasx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cb64aaad-6330-48cc-be76-8d804b5a1395", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16b7a81a-b0a1-45d6-9e3a-98708efb68ef", "vfModuleModelCustomizationUUID": "1e1fff41-3803-46ab-9e55-bad9bb67277f", "isBase": true, "artifacts": [ "8934be79-033a-43e3-ba28-f8766705c991", "6e78f9a1-dc68-4a9d-8909-7d55c9118bed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:06:38.426Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQepasx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:16b7a81a-b0a1-45d6-9e3a-98708efb68ef VfModuleModelInvariantUUID:cb64aaad-6330-48cc-be76-8d804b5a1395 VfModuleModelDescription:NULL Artifacts UUID List:{ 8934be79-033a-43e3-ba28-f8766705c991 , 6e78f9a1-dc68-4a9d-8909-7d55c9118bed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:06:38.426Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8934be79-033a-43e3-ba28-f8766705c991 from URL: /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml 2022-06-07T23:06:38.427Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:06:38.427Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml 2022-06-07T23:06:38.560Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:06:38.560Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml 8934be79-033a-43e3-ba28-f8766705c991 5033 2022-06-07T23:06:38.561Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T23:06:38.561Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml 2022-06-07T23:06:38.562Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:06:38.562Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:38.565Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:38.565Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643198561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:38.665Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:38.667Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:38.667Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:38.705Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:38.708Z||pool-12-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:39.567Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e78f9a1-dc68-4a9d-8909-7d55c9118bed from URL: /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env 2022-06-07T23:06:39.567Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:06:39.568Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env 2022-06-07T23:06:39.673Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:06:39.673Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env 6e78f9a1-dc68-4a9d-8909-7d55c9118bed 909 2022-06-07T23:06:39.674Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T23:06:39.674Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env 2022-06-07T23:06:39.674Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:06:39.675Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:39.679Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:39.679Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643199674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:06:39.779Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:39.780Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:39.780Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:39.803Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:39.804Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:40.686Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1f90f199-ae7d-4c67-bb0b-05b9a73074ce 2022-06-07T23:06:40.687Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QePASX 0 de274bd5-9e67-47e9-8a20-ed5693ba4914 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:06:40.753Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e6b6bc3, org.onap.sdc.toscaparser.api.parameters.Input@7d989990, org.onap.sdc.toscaparser.api.parameters.Input@53b74572, org.onap.sdc.toscaparser.api.parameters.Input@320b3d46, org.onap.sdc.toscaparser.api.parameters.Input@272b6db7] 2022-06-07T23:06:40.758Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.759Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.759Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:06:40.759Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd 2022-06-07T23:06:40.760Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd matches Tosca VF Customization UUID: d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd 2022-06-07T23:06:40.760Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:06:40.773Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.774Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.776Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-07T23:06:40.777Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bb2099e 2022-06-07T23:06:40.777Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.778Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:06:40.779Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e1fff41-3803-46ab-9e55-bad9bb67277f 2022-06-07T23:06:40.780Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e1fff41-3803-46ab-9e55-bad9bb67277f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:06:40.798Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.799Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:40.799Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:40.801Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.801Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:40.801Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:40.802Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.803Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is not matching search criteria 2022-06-07T23:06:40.803Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T23:06:40.803Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T23:06:40.804Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a9ebe204-f78c-45ed-9d35-a9f4c5afd41c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:06:40.820Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.821Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:40.821Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:06:40.822Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.822Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_QePASX 0 is matching search criteria 2022-06-07T23:06:40.822Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_QePASX 0] matching following query criteria: sdcType=VF, customizationUUID=d0b064c1-5c83-4ecc-b7cf-a5b0a46290bd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:06:40.826Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.827Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.827Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1f90f199-ae7d-4c67-bb0b-05b9a73074ce: basic_onboard_QePASX 2022-06-07T23:06:40.827Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.828Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.828Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.828Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.828Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.828Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.829Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.829Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.832Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:06:40.832Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_QePASX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:06:40.832Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_QePASX Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:06:41.187Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QePASX de274bd5-9e67-47e9-8a20-ed5693ba4914 1 ASDC deployResourceStructure 2022-06-07T23:06:41.216Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json ASDC sendASDCNotification 2022-06-07T23:06:41.217Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json 2022-06-07T23:06:41.219Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:06:41.223Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:41.226Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:41.227Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643201216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:06:41.327Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:06:41.328Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:41.328Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:41.356Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:41.357Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:06:42.228Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T23:06:42.229Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml 2022-06-07T23:06:42.229Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:06:42.229Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:42.232Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:42.232Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643202228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:06:42.332Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:06:42.334Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:42.335Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:42.354Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:42.355Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:43.234Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T23:06:43.234Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env 2022-06-07T23:06:43.234Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:06:43.235Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:43.239Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:43.240Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643203234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T23:06:43.338Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:06:43.339Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:43.339Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:43.367Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:43.368Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:44.241Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar ASDC sendASDCNotification 2022-06-07T23:06:44.241Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar 2022-06-07T23:06:44.241Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:06:44.242Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:06:44.245Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:06:44.245Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643204241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:06:44.346Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:06:44.347Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:06:44.348Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:06:44.368Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:06:44.369Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:06:45.247Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8120b6b-e613-4c9f-af18-c6817c474a75 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:06:45.273Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8120b6b-e613-4c9f-af18-c6817c474a75 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.280Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.281Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.281Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.281Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.281Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:06:45.281Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:06:45.288Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:07:15.288Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8120b6b-e613-4c9f-af18-c6817c474a75 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:07:15.298Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8120b6b-e613-4c9f-af18-c6817c474a75 and serviceModelVersionId: 1f90f199-ae7d-4c67-bb0b-05b9a73074ce 2022-06-07T23:07:15.298Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43a6e834-116e-4648-83ff-fc1a24b0c648 2022-06-07T23:07:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:07:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:07:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:07:23.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:23.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T23:07:23.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:07:23.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T23:07:37.287Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0 2022-06-07T23:07:37.451Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:07:38.325Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T23:07:38.333Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0|INFO|500||Invoke 2022-06-07T23:07:38.491Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:07:38.832Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0|INFO|500||InvokeReturn 2022-06-07T23:07:38.833Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43a6e834-116e-4648-83ff-fc1a24b0c648/model-vers/model-ver/1f90f199-ae7d-4c67-bb0b-05b9a73074ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-23:07:38:800-69428], vertex-id=[336064], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:07:38 GMT], Content-Type=[application/json]} 2022-06-07T23:07:38.834Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:07:38.838Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:07:38.838Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:07:38.846Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T23:07:38.847Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8120b6b-e613-4c9f-af18-c6817c474a75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:07:38.849Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:07:38.849Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:38.872Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:38.873Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643258847, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:07:38.953Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-06-07T23:07:38.955Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:38.955Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:38.997Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:38.999Z||pool-18-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:07:39.905Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:07:39.907Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:07:39.907Z|c8120b6b-e613-4c9f-af18-c6817c474a75|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:07:40.542Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:40.543Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:07:40.544Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b5dda05-f9ea-42f3-ab40-4f306b6c6a94","serviceName":"vFW 2022-06-07 23-05-57","serviceVersion":"1.0","serviceUUID":"d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b","serviceDescription":"catalog service description","serviceInvariantUUID":"25d9da97-b892-40cb-b10e-a8053cd2229f","resources":[{"resourceInstanceName":"vFW a3ded7a8-d374 0","resourceName":"vFW a3ded7a8-d374","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfa5d7c-ab24-48fc-b382-243ce74d4738","resourceInvariantUUID":"bbe07ade-44c6-4253-8ab9-0307f6a07a8c","resourceCustomizationUUID":"5ccc5dab-2ab6-4674-9f13-4a86723a64a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml","artifactChecksum":"NDU4ZTljODhmNDVjNWVjMWZlYmIyNGI4NGI3Zjg2M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15ff4421-06b2-4211-9b88-c45475264479","artifactVersion":"1"},{"artifactName":"vfwa3ded7a8d3740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json","artifactChecksum":"YmRkMTkwNDQ1ZjcwNjE2MjNiZDYwZjcwMjFlMzEwYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8470370-9beb-43cc-aca6-2aa76a19110a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6cdfb678-cc62-428d-a437-0937deab835a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNjOTY0MjdkMGNiZmU4MzM0YWZkMGJmNTAzYjM1NmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"03a7d319-e415-4f43-a646-dc82118cccb8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ad2ae76-d6e4-40f7-af58-5de133d3cdaf","artifactVersion":"2","generatedFromUUID":"6cdfb678-cc62-428d-a437-0937deab835a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607230557-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml","artifactChecksum":"MTM3YzYxZTg3NDc4MDEzYzJiYzI4ZmY0MzNjYzU3NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e36d0f56-bce8-4eb4-95a4-fdea6931193c","artifactVersion":"1"},{"artifactName":"service-Vfw20220607230557-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar","artifactChecksum":"YmRhNjk3YjhmYzY4YzcwOThhZGM1NjZmODMxMTQxYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9066c9fa-1eec-4a30-8636-cd522a805ae8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:07:40.547Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:40.548Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:40.551Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:40.551Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:07:40.652Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:40.654Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:40.654Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:40.678Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:40.679Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1} 2022-06-07T23:07:41.553Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:41.555Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:41.557Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:41.558Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOTIFIED" } 2022-06-07T23:07:41.658Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:07:41.659Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:41.659Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:41.678Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:41.679Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:42.558Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:42.561Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:42.563Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:42.564Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:07:42.664Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:42.665Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:42.665Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:42.734Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:42.734Z||pool-21-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:43.564Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:43.566Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:43.568Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:43.568Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:07:43.669Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:43.671Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:43.671Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:43.689Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:43.690Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:07:44.569Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:44.571Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:44.573Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:44.574Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:07:44.674Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:44.676Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:44.676Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:44.697Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:44.698Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:45.575Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:45.575Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:45.579Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:45.579Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:07:45.679Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:45.681Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:45.683Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:45.699Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:45.700Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:46.580Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:07:46.581Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:46.584Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:46.584Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:07:46.685Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:07:46.686Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:46.687Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:46.726Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:46.727Z||pool-25-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:47.586Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "serviceName": "vFW 2022-06-07 23-05-57", "serviceVersion": "1.0", "serviceUUID": "d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "25d9da97-b892-40cb-b10e-a8053cd2229f", "resources": [ { "resourceInstanceName": "vFW a3ded7a8-d374 0", "resourceCustomizationUUID": "5ccc5dab-2ab6-4674-9f13-4a86723a64a6", "resourceName": "vFW a3ded7a8-d374", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1dfa5d7c-ab24-48fc-b382-243ce74d4738", "resourceInvariantUUID": "bbe07ade-44c6-4253-8ab9-0307f6a07a8c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa3ded7a8d3740_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "artifactChecksum": "YmRkMTkwNDQ1ZjcwNjE2MjNiZDYwZjcwMjFlMzEwYjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8470370-9beb-43cc-aca6-2aa76a19110a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6cdfb678-cc62-428d-a437-0937deab835a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ad2ae76-d6e4-40f7-af58-5de133d3cdaf", "generatedFromUUID": "6cdfb678-cc62-428d-a437-0937deab835a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ad2ae76-d6e4-40f7-af58-5de133d3cdaf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220607230557-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "artifactChecksum": "YmRhNjk3YjhmYzY4YzcwOThhZGM1NjZmODMxMTQxYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9066c9fa-1eec-4a30-8636-cd522a805ae8" } ], "workloadContext": "Production" } 2022-06-07T23:07:47.587Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:07:47.588Z|c8120b6b-e613-4c9f-af18-c6817c474a75|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b ASDC 2022-06-07T23:07:47.589Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 ServiceName:vFW 2022-06-07 23-05-57 ServiceVersion:1.0 ServiceUUID:d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b ServiceInvariantUUID:25d9da97-b892-40cb-b10e-a8053cd2229f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220607230557-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar ArtifactUUID:9066c9fa-1eec-4a30-8636-cd522a805ae8 ArtifactChecksum:YmRhNjk3YjhmYzY4YzcwOThhZGM1NjZmODMxMTQxYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a3ded7a8-d374 0 ResourceCustomizationUUID:5ccc5dab-2ab6-4674-9f13-4a86723a64a6 ResourceInvariantUUID:bbe07ade-44c6-4253-8ab9-0307f6a07a8c ResourceName:vFW a3ded7a8-d374 ResourceType:VF ResourceUUID:1dfa5d7c-ab24-48fc-b382-243ce74d4738 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa3ded7a8d3740_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json ArtifactUUID:a8470370-9beb-43cc-aca6-2aa76a19110a ArtifactChecksum:YmRkMTkwNDQ1ZjcwNjE2MjNiZDYwZjcwMjFlMzEwYjc= 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/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml ArtifactUUID:6cdfb678-cc62-428d-a437-0937deab835a 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/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env ArtifactUUID:8ad2ae76-d6e4-40f7-af58-5de133d3cdaf 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/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env ArtifactUUID:8ad2ae76-d6e4-40f7-af58-5de133d3cdaf ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:07:47.590Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:07:47.639Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:07:47.640Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:07:47.640Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:07:47.640Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9066c9fa-1eec-4a30-8636-cd522a805ae8 from URL: /sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:47.641Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:07:47.642Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:47.759Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:07:47.764Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar 9066c9fa-1eec-4a30-8636-cd522a805ae8 99053 2022-06-07T23:07:47.765Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar ASDC sendASDCNotification 2022-06-07T23:07:47.765Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:47.765Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:07:47.766Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:47.768Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:47.769Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643267765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:07:47.869Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:47.870Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:47.870Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:47.889Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:47.890Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:48.769Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:07:48.770Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T23:07:48.771Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9066c9fa-1eec-4a30-8636-cd522a805ae8, URL: /sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar to file: /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:48.771Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607230557-csar.csar 2022-06-07T23:07:48.772Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:48.772Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:49.015Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14446653896408246635/Definitions/service-Vfw20220607230557-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-06-07T23:07:52.036Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:07:52.037Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T23:07:52.037Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.037Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-07T23:07:52.037Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.038Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.038Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a3ded7a8-d374 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.038Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.038Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.038Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.039Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.039Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.039Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.039Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.040Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.040Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.040Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:52.040Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T23:07:52.040Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.041Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.041Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:52.041Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T23:07:52.042Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:07:52.042Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.043Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.043Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:52.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T23:07:52.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:07:52.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:52.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:52.046Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:07:52.046Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.046Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.046Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:07:52.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:52.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:07:52.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:07:52.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:07:52.049Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.049Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:07:52.049Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:07:52.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:07:52.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:52.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:52.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:52.053Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:52.053Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.054Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:52.054Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:52.054Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.055Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:52.055Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:52.055Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T23:07:52.056Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:52.056Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:07:52.056Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:07:52.057Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.057Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.057Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:07:52.057Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.058Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:07:52.058Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.058Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=45da2798-4f5c-4b86-9b7b-0a9ae4f2c24b 2022-06-07T23:07:52.059Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.059Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:52.059Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:52.059Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:07:52.060Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.060Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.060Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:07:52.060Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.061Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:52.061Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T23:07:52.061Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:07:52.061Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.062Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:07:52.062Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.062Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3de258aa-a2a5-47e5-85e9-4387d5c628a4 2022-06-07T23:07:52.062Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.063Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:52.063Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:52.063Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:07:52.063Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.064Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.064Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:07:52.064Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.064Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:52.065Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:07:52.065Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:07:52.065Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:52.065Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:52.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T23:07:52.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d27c700e-5a05-43eb-bc17-297f486e774f 2022-06-07T23:07:52.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.067Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.067Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.067Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.067Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.068Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:52.068Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:52.068Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-07 23-05-57 Description:catalog service description Model UUID:d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b Model Version:NULL Model InvariantUuid:25d9da97-b892-40cb-b10e-a8053cd2229f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a3ded7a8-d374 Model UUID:4a33b2a2-fe9c-45ec-ba9b-42961e519f71 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bbe07ade-44c6-4253-8ab9-0307f6a07a8c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ccc5dab-2ab6-4674-9f13-4a86723a64a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ae86eb8e-2318-4f58-9963-3cf2afa10991 ModelName:VfwA3ded7a8D374..base_vfw..module-0 ModelUuid:7900f781-fd91-4c4a-bf22-436d0150880d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:45da2798-4f5c-4b86-9b7b-0a9ae4f2c24b ModelInvariantUuid:8060642a-9b65-4621-a7df-d07bc4700bb5 ModelName:vFW a3ded7a8-d374-nodes.vfwCvfc ModelUuid:3a213930-d028-4c4d-886c-2f695bed7af5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b855fdb1-aba5-4edc-bf97-c54fa409ec0d ModelInvariantUuid:49042658-de69-4b47-8976-f7480561940e ModelName:VfwA3ded7a8D374.compute.nodes.heat.vfw ModelUuid:86f4c7fe-f6de-4bfc-afbc-39c073c32804 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3de258aa-a2a5-47e5-85e9-4387d5c628a4 ModelInvariantUuid:cf03ece7-0601-4384-a9d6-6ff1d185e6e7 ModelName:vFW a3ded7a8-d374-nodes.vsnCvfc ModelUuid:96e7cab2-aaa1-4bf3-8d10-c24dad8ed83b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:007b0994-47e0-4942-82fd-efb00a49cc4c ModelInvariantUuid:6dd22a30-ac01-47f4-9678-6e9c69156634 ModelName:VfwA3ded7a8D374.compute.nodes.heat.vsn ModelUuid:5a944231-cba0-4979-bdb7-5b9252288b74 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d27c700e-5a05-43eb-bc17-297f486e774f ModelInvariantUuid:07d07c4a-5843-4d52-ba4a-23045f0d5cab ModelName:vFW a3ded7a8-d374-nodes.vpgCvfc ModelUuid:c9c150d6-8780-40a5-a809-2789179ed5d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d12adab1-8723-4e92-b90e-b107f4270576 ModelInvariantUuid:2b5a23b1-f462-4034-85e0-58947ca75713 ModelName:VfwA3ded7a8D374.compute.nodes.heat.vpg ModelUuid:c15578ec-574b-479c-83a9-3936985d56b4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:07:52.082Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1dfa5d7c-ab24-48fc-b382-243ce74d4738 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:07:52.089Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||vFW a3ded7a8-d374 0 2022-06-07T23:07:52.089Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1dfa5d7c-ab24-48fc-b382-243ce74d4738 2022-06-07T23:07:52.090Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8470370-9beb-43cc-aca6-2aa76a19110a from URL: /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json 2022-06-07T23:07:52.090Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:07:52.090Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json 2022-06-07T23:07:52.221Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:07:52.223Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json a8470370-9beb-43cc-aca6-2aa76a19110a 785 2022-06-07T23:07:52.223Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json ASDC sendASDCNotification 2022-06-07T23:07:52.224Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json 2022-06-07T23:07:52.224Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:07:52.224Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:52.230Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:52.230Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643272223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:07:52.328Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:07:52.330Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:52.330Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:52.350Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:52.350Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:53.231Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA3ded7a8D374..base_vfw..module-0", "vfModuleModelInvariantUUID": "ae86eb8e-2318-4f58-9963-3cf2afa10991", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7900f781-fd91-4c4a-bf22-436d0150880d", "vfModuleModelCustomizationUUID": "c84cb15f-98bf-4524-9407-564cf9a633ff", "isBase": true, "artifacts": [ "6cdfb678-cc62-428d-a437-0937deab835a", "8ad2ae76-d6e4-40f7-af58-5de133d3cdaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:07:53.238Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA3ded7a8D374..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7900f781-fd91-4c4a-bf22-436d0150880d VfModuleModelInvariantUUID:ae86eb8e-2318-4f58-9963-3cf2afa10991 VfModuleModelDescription:NULL Artifacts UUID List:{ 6cdfb678-cc62-428d-a437-0937deab835a , 8ad2ae76-d6e4-40f7-af58-5de133d3cdaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:07:53.242Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA3ded7a8D374..base_vfw..module-0", "vfModuleModelInvariantUUID": "ae86eb8e-2318-4f58-9963-3cf2afa10991", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7900f781-fd91-4c4a-bf22-436d0150880d", "vfModuleModelCustomizationUUID": "c84cb15f-98bf-4524-9407-564cf9a633ff", "isBase": true, "artifacts": [ "6cdfb678-cc62-428d-a437-0937deab835a", "8ad2ae76-d6e4-40f7-af58-5de133d3cdaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:07:53.242Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA3ded7a8D374..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7900f781-fd91-4c4a-bf22-436d0150880d VfModuleModelInvariantUUID:ae86eb8e-2318-4f58-9963-3cf2afa10991 VfModuleModelDescription:NULL Artifacts UUID List:{ 6cdfb678-cc62-428d-a437-0937deab835a , 8ad2ae76-d6e4-40f7-af58-5de133d3cdaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:07:53.242Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6cdfb678-cc62-428d-a437-0937deab835a from URL: /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml 2022-06-07T23:07:53.243Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:07:53.243Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml 2022-06-07T23:07:53.456Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:07:53.457Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml 6cdfb678-cc62-428d-a437-0937deab835a 20368 2022-06-07T23:07:53.457Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T23:07:53.457Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml 2022-06-07T23:07:53.458Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:07:53.458Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:53.460Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:53.460Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643273457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:07:53.561Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:53.562Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:53.562Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:53.587Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:53.588Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:54.461Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ad2ae76-d6e4-40f7-af58-5de133d3cdaf from URL: /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env 2022-06-07T23:07:54.462Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T23:07:54.462Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env 2022-06-07T23:07:54.551Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T23:07:54.552Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env 8ad2ae76-d6e4-40f7-af58-5de133d3cdaf 2098 2022-06-07T23:07:54.552Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T23:07:54.552Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env 2022-06-07T23:07:54.553Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:07:54.553Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:54.556Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:54.556Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643274552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:07:54.660Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T23:07:54.662Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:54.662Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:54.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:54.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:55.557Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b 2022-06-07T23:07:55.558Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a3ded7a8-d374 0 1dfa5d7c-ab24-48fc-b382-243ce74d4738 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:07:55.587Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28c42357, org.onap.sdc.toscaparser.api.parameters.Input@231d231b, org.onap.sdc.toscaparser.api.parameters.Input@6577c7cd, org.onap.sdc.toscaparser.api.parameters.Input@35d2a25b, org.onap.sdc.toscaparser.api.parameters.Input@3c85e12d] 2022-06-07T23:07:55.589Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.590Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.590Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:07:55.590Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5ccc5dab-2ab6-4674-9f13-4a86723a64a6 2022-06-07T23:07:55.590Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ccc5dab-2ab6-4674-9f13-4a86723a64a6 matches Tosca VF Customization UUID: 5ccc5dab-2ab6-4674-9f13-4a86723a64a6 2022-06-07T23:07:55.591Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5ccc5dab-2ab6-4674-9f13-4a86723a64a6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:07:55.596Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.596Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.597Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5ccc5dab-2ab6-4674-9f13-4a86723a64a6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-07T23:07:55.598Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@db84f6c 2022-06-07T23:07:55.598Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.598Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:07:55.598Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c84cb15f-98bf-4524-9407-564cf9a633ff 2022-06-07T23:07:55.598Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c84cb15f-98bf-4524-9407-564cf9a633ff Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:07:55.602Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.602Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.602Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:55.603Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.603Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.603Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:55.603Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.604Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:55.604Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:55.604Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T23:07:55.604Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:07:55.605Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.606Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:07:55.606Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.606Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=45da2798-4f5c-4b86-9b7b-0a9ae4f2c24b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:07:55.609Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.609Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.610Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:55.610Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.610Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:55.611Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:55.611Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:07:55.611Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T23:07:55.612Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:07:55.613Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.613Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:07:55.613Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.613Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3de258aa-a2a5-47e5-85e9-4387d5c628a4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:07:55.616Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.617Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.617Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:55.621Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.621Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is not matching search criteria 2022-06-07T23:07:55.621Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:07:55.621Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:07:55.622Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.622Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.622Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:07:55.622Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.622Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:07:55.623Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:07:55.623Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:07:55.623Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:07:55.623Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:07:55.624Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T23:07:55.624Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d27c700e-5a05-43eb-bc17-297f486e774f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:07:55.627Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.627Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.628Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:07:55.628Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.628Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Node template vFW a3ded7a8-d374 0 is matching search criteria 2022-06-07T23:07:55.628Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a3ded7a8-d374 0] matching following query criteria: sdcType=VF, customizationUUID=5ccc5dab-2ab6-4674-9f13-4a86723a64a6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:07:55.631Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.631Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.631Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b: vFW a3ded7a8-d374 2022-06-07T23:07:55.632Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.632Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.632Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.632Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.632Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.633Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.633Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.633Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.633Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:07:55.634Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 23-05-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:07:55.634Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-07 23-05-57 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:07:55.979Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a3ded7a8-d374 1dfa5d7c-ab24-48fc-b382-243ce74d4738 1 ASDC deployResourceStructure 2022-06-07T23:07:55.980Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json ASDC sendASDCNotification 2022-06-07T23:07:55.980Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json 2022-06-07T23:07:55.980Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:07:55.983Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:55.986Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:55.986Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643275980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:07:56.086Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:56.088Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:56.088Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:56.127Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:56.128Z||pool-30-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1} 2022-06-07T23:07:56.989Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T23:07:56.989Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml 2022-06-07T23:07:56.990Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:07:56.990Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:56.992Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:56.993Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643276989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:07:57.093Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:57.094Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:57.094Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:57.117Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:57.118Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:57.994Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T23:07:57.994Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env 2022-06-07T23:07:57.995Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:07:57.995Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:57.999Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:57.999Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643277994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T23:07:58.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:07:58.100Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:58.100Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:58.132Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:58.133Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:07:59.001Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar ASDC sendASDCNotification 2022-06-07T23:07:59.002Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar 2022-06-07T23:07:59.002Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:07:59.002Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:07:59.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:07:59.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643279000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:07:59.107Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:07:59.108Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:07:59.108Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:07:59.128Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:07:59.129Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:08:00.014Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:08:00.037Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:08:00.043Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:08:00.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:08:00.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:08:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:08:22.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:08:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:08:22.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:08:22.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:08:22.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T23:08:22.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T23:08:22.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643182893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643191287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:22.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643197395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:22.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643198561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:22.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643199674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:22.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643201216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/basic_onboard_qepasx0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:08:22.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643202228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:08:22.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643203234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/resourceInstances/basic_onboard_qepasx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T23:08:22.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643204241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQepasx/1.0/artifacts/service-BasicOnboardQepasx-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:08:22.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:22.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOTIFIED" } 2022-06-07T23:08:22.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:08:22.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:22.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:22.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:22.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643220844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:23.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "ves-openapi-manager", "timestamp": 1654643223350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643228103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:23.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643226747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:23.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643228833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:23.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643236656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:23.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:23.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643237731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:23.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:23.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643237250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:08:23.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:23.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOTIFIED" } 2022-06-07T23:08:23.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "cds", "timestamp": 1654643237663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:08:23.037Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:08:23.038Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:08:23.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643238256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:08:23.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:23.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:08:23.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "policy-id", "timestamp": 1654643239261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:08:23.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:08:23.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:08:23.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:08:23.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643241791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:08:23.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:23.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643242798, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:08:23.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:08:23.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:08:23.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:08:23.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643236763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:08:23.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:08:30.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:08:30.077Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:08:30.085Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:08:30.085Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:08:30.086Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:09:00.086Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:09:00.105Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:09:00.112Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:09:00.113Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:09:00.113Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:09:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:09:22.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:09:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:09:23.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:09:23.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643244623, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643245749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643246832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643247872, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:09:23.479Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:09:23.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:09:23.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "multicloud-k8s-id", "timestamp": 1654643248883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643250535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643252556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "clamp", "timestamp": 1654643253578, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:09:23.500Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:09:23.501Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:09:23.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643249461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643257352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8120b6b-e613-4c9f-af18-c6817c474a75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643258847, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:09:23.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "NOTIFIED" } 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643259905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:09:23.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643267765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643268540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "aai-ml", "timestamp": 1654643269545, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:09:23.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 2022-06-07T23:09:23.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:09:23.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643272223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643273457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643274552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643275980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/vfwa3ded7a8d3740_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643276989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643277994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/resourceInstances/vfwa3ded7a8d3740/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:23.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:09:23.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643279000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230557/1.0/artifacts/service-Vfw20220607230557-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:09:23.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:09:30.114Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:09:30.130Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:09:30.139Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:09:30.139Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:09:30.139Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:09:30.140Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:09:30.140Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.140Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.140Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.140Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.141Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.141Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:09:30.141Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:09:30.149Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:10:00.150Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:10:00.160Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and serviceModelVersionId: d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b 2022-06-07T23:10:00.161Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25d9da97-b892-40cb-b10e-a8053cd2229f 2022-06-07T23:10:00.163Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0 2022-06-07T23:10:00.172Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:10:00.296Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T23:10:00.298Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0|INFO|500||Invoke 2022-06-07T23:10:00.359Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:10:00.541Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0|INFO|500||InvokeReturn 2022-06-07T23:10:00.542Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25d9da97-b892-40cb-b10e-a8053cd2229f/model-vers/model-ver/d02ed7e7-bf4c-4f5e-91f9-36ce7cfdd96b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-23:10:00:665-28318], vertex-id=[237776], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:10:00 GMT], Content-Type=[application/json]} 2022-06-07T23:10:00.543Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:10:00.544Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:10:00.544Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:10:00.551Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T23:10:00.552Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b5dda05-f9ea-42f3-ab40-4f306b6c6a94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:10:00.552Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:10:00.553Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:10:00.555Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:10:00.556Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643400552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:10:00.656Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:10:00.657Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:10:00.658Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:10:00.701Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:10:00.702Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:10:01.575Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:10:01.576Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:10:01.576Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:10:11.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:10:11.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:10:11.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:10:11.949Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:10:21.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:10:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:10:22.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:10:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:10:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:10:22.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:10:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:10:23.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:10:23.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:10:23.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b5dda05-f9ea-42f3-ab40-4f306b6c6a94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643400552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:10:23.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:10:32.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:22.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:11:22.895Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:11:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:11:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:11:22.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:11:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:11:23.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:23.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643445844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "ves-openapi-manager", "timestamp": 1654643443350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643448833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643456682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:23.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643457295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "cds", "timestamp": 1654643457690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-07T23:11:23.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab63a20c-4154-41fa-9d4d-14571233ce49","serviceName":"vFW 2022-06-07 23-09-31","serviceVersion":"1.0","serviceUUID":"132147a3-2cb1-467a-97e1-c4b2afba7563","serviceDescription":"catalog service description","serviceInvariantUUID":"84f812f2-a2ba-44eb-bf1d-893527b72045","resources":[{"resourceInstanceName":"vFW 7676f051-983f 0","resourceName":"vFW 7676f051-983f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1396417e-99c2-4471-9979-a72770dcb363","resourceInvariantUUID":"f6b00449-9525-4948-a2d9-831b850bb8b8","resourceCustomizationUUID":"8c8d41b2-9327-4cd3-8980-cfa321d09163","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml","artifactChecksum":"NDJlZjhjNDU0M2IxOGJhMjQzZWRjNWY1NDBjMzUwNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57138ace-a4f3-4b14-8aa5-01eda3c1b809","artifactVersion":"1"},{"artifactName":"vfw7676f051983f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json","artifactChecksum":"NDg0OWEyNzVkYjVlYjZhMTZjNzFjN2FiNTAxM2Y2NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e94d1d6-677e-437d-950d-ed91f0587f2e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c01ccf25-ede8-46dc-b937-f213331e58f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzRjZjA1NmUxNDE2M2I2MmQ3MTMyYjIyNGIwY2Q1NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b50890d3-bd36-4f36-a156-01909df7096c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4bde133-284a-4aab-ac9a-83e50a23093e","artifactVersion":"2","generatedFromUUID":"c01ccf25-ede8-46dc-b937-f213331e58f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607230931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml","artifactChecksum":"Y2FmY2FmNTk0ZGZkMDY1ZjU4NmZlMTA0NjAxNWY5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c72a20-aa1b-4673-a145-b9dda8359538","artifactVersion":"1"},{"artifactName":"service-Vfw20220607230931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar","artifactChecksum":"Y2I0YTg4ZjkwNTUyMzJiMWYxOWZhZTY3YWJmZjU1YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ce9689-1618-472c-aa80-18a422220cb2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:11:23.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:23.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.600Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:23.601Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:23.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.626Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:23.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643458301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:11:23.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:11:23.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "policy-id", "timestamp": 1654643459306, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.656Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.657Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:23.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643456764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643464631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643465742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643459461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643466822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643467273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643467881, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.702Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:23.703Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:23.704Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:23.707Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.708Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:11:23.724Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:23.725Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:23.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:11:23.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "multicloud-k8s-id", "timestamp": 1654643468886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:11:23.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643466748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:23.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643468103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:23.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T23:11:23.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643475957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643479800, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643480584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643480223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:11:23.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "aai-ml", "timestamp": 1654643480810, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.747Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.748Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:23.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643481228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.779Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:23.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643482607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:11:23.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:11:23.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T23:11:23.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "clamp", "timestamp": 1654643483615, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:11:23.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab63a20c-4154-41fa-9d4d-14571233ce49 2022-06-07T23:11:23.805Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab63a20c-4154-41fa-9d4d-14571233ce49 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:24.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:24.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:24.607Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:24.607Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:11:24.708Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:11:24.709Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:24.710Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:24.732Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:24.733Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:25.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:25.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:25.614Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:25.615Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:11:25.714Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:11:25.715Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:25.716Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:25.738Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:25.741Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:26.615Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:26.616Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:26.619Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:26.619Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:26.720Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:26.722Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:26.722Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:26.751Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:26.752Z||pool-38-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:27.621Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:27.622Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:27.627Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:27.627Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:11:27.727Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:27.728Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:27.728Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:27.747Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:27.748Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:11:28.628Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:28.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:28.631Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:28.631Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:11:28.732Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:11:28.733Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:28.734Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:28.757Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:28.758Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:29.632Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:11:29.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:29.638Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:29.638Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:11:29.737Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:11:29.739Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:29.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:29.762Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:29.763Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:11:30.640Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "serviceName": "vFW 2022-06-07 23-09-31", "serviceVersion": "1.0", "serviceUUID": "132147a3-2cb1-467a-97e1-c4b2afba7563", "serviceDescription": "catalog service description", "serviceInvariantUUID": "84f812f2-a2ba-44eb-bf1d-893527b72045", "resources": [ { "resourceInstanceName": "vFW 7676f051-983f 0", "resourceCustomizationUUID": "8c8d41b2-9327-4cd3-8980-cfa321d09163", "resourceName": "vFW 7676f051-983f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1396417e-99c2-4471-9979-a72770dcb363", "resourceInvariantUUID": "f6b00449-9525-4948-a2d9-831b850bb8b8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7676f051983f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "artifactChecksum": "NDg0OWEyNzVkYjVlYjZhMTZjNzFjN2FiNTAxM2Y2NmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e94d1d6-677e-437d-950d-ed91f0587f2e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c01ccf25-ede8-46dc-b937-f213331e58f1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c4bde133-284a-4aab-ac9a-83e50a23093e", "generatedFromUUID": "c01ccf25-ede8-46dc-b937-f213331e58f1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c4bde133-284a-4aab-ac9a-83e50a23093e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220607230931-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "artifactChecksum": "Y2I0YTg4ZjkwNTUyMzJiMWYxOWZhZTY3YWJmZjU1YzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9ce9689-1618-472c-aa80-18a422220cb2" } ], "workloadContext": "Production" } 2022-06-07T23:11:30.641Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:11:30.642Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 132147a3-2cb1-467a-97e1-c4b2afba7563 ASDC 2022-06-07T23:11:30.645Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ab63a20c-4154-41fa-9d4d-14571233ce49 ServiceName:vFW 2022-06-07 23-09-31 ServiceVersion:1.0 ServiceUUID:132147a3-2cb1-467a-97e1-c4b2afba7563 ServiceInvariantUUID:84f812f2-a2ba-44eb-bf1d-893527b72045 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220607230931-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar ArtifactUUID:e9ce9689-1618-472c-aa80-18a422220cb2 ArtifactChecksum:Y2I0YTg4ZjkwNTUyMzJiMWYxOWZhZTY3YWJmZjU1YzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7676f051-983f 0 ResourceCustomizationUUID:8c8d41b2-9327-4cd3-8980-cfa321d09163 ResourceInvariantUUID:f6b00449-9525-4948-a2d9-831b850bb8b8 ResourceName:vFW 7676f051-983f ResourceType:VF ResourceUUID:1396417e-99c2-4471-9979-a72770dcb363 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7676f051983f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json ArtifactUUID:5e94d1d6-677e-437d-950d-ed91f0587f2e ArtifactChecksum:NDg0OWEyNzVkYjVlYjZhMTZjNzFjN2FiNTAxM2Y2NmY= 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/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml ArtifactUUID:c01ccf25-ede8-46dc-b937-f213331e58f1 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/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env ArtifactUUID:c4bde133-284a-4aab-ac9a-83e50a23093e 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/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env ArtifactUUID:c4bde133-284a-4aab-ac9a-83e50a23093e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:11:30.645Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 132147a3-2cb1-467a-97e1-c4b2afba7563 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:11:30.714Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:11:30.715Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T23:11:30.715Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T23:11:30.716Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9ce9689-1618-472c-aa80-18a422220cb2 from URL: /sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:30.716Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T23:11:30.717Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:30.857Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T23:11:30.863Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar e9ce9689-1618-472c-aa80-18a422220cb2 99027 2022-06-07T23:11:30.864Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar ASDC sendASDCNotification 2022-06-07T23:11:30.864Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:30.864Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:11:30.865Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:30.868Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:30.868Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643490864, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:30.968Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:30.969Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:30.969Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:30.988Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:30.988Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:11:31.869Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:11:31.870Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T23:11:31.871Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e9ce9689-1618-472c-aa80-18a422220cb2, URL: /sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar to file: /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:31.871Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607230931-csar.csar 2022-06-07T23:11:31.872Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:31.872Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:32.136Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3872914956707180731/Definitions/service-Vfw20220607230931-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-06-07T23:11:35.107Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:11:35.108Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T23:11:35.108Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.108Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-07T23:11:35.108Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.108Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.109Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.109Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.109Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.109Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.109Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7676f051-983f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-Vfw20220607230931-csar.csar 2022-06-07T23:11:35.110Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T23:11:35.111Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.111Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.111Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:35.112Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T23:11:35.112Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:11:35.112Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.113Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.113Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:35.113Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T23:11:35.113Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:11:35.114Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.114Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.114Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.114Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:35.115Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:35.115Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:11:35.115Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.115Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.115Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:11:35.116Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.116Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:35.116Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:11:35.116Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:11:35.116Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.117Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.117Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:11:35.117Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.117Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:11:35.118Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.118Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:11:35.118Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.118Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:11:35.119Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.119Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:35.119Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:35.119Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.120Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:35.120Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:35.120Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.120Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:35.120Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:35.121Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.121Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:35.121Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:35.121Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T23:11:35.122Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:35.122Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:11:35.122Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:11:35.122Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.122Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.123Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:11:35.123Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.123Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:11:35.123Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.123Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0281753d-533c-4e26-a0c9-f3189c23124d 2022-06-07T23:11:35.124Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.124Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:35.124Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:35.124Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:11:35.125Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.125Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.125Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:11:35.125Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.126Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:35.126Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T23:11:35.126Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:11:35.127Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.127Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:11:35.127Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.127Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa9bad52-e4ca-4736-8cb7-72f2ae8c3d94 2022-06-07T23:11:35.127Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.128Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:35.128Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:35.128Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:11:35.128Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.129Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.129Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:11:35.129Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.129Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:35.130Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:11:35.130Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:11:35.130Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:35.130Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:35.130Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T23:11:35.131Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ea06854-9ff6-489b-be4c-2d3ad33a6095 2022-06-07T23:11:35.131Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.131Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.131Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.132Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.132Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.132Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.132Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:35.132Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:35.133Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-07 23-09-31 Description:catalog service description Model UUID:132147a3-2cb1-467a-97e1-c4b2afba7563 Model Version:NULL Model InvariantUuid:84f812f2-a2ba-44eb-bf1d-893527b72045 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7676f051-983f Model UUID:4daac32a-165f-4341-8a87-dbac5e689821 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f6b00449-9525-4948-a2d9-831b850bb8b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8c8d41b2-9327-4cd3-8980-cfa321d09163 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b9fbdd43-0e9d-41dd-b8d0-67adabf6f4d2 ModelName:Vfw7676f051983f..base_vfw..module-0 ModelUuid:3411a6de-685b-40ea-bb8f-03652c0adf67 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0281753d-533c-4e26-a0c9-f3189c23124d ModelInvariantUuid:bb5177a0-b4d0-40d3-a619-4c8a163d9aec ModelName:vFW 7676f051-983f-nodes.vfwCvfc ModelUuid:e6aed3be-914f-4b33-9577-e33b3812810e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9ca6fc63-a705-4190-afda-bc28eb8672db ModelInvariantUuid:601adb42-6b76-43ca-ad15-bc732388f184 ModelName:Vfw7676f051983f.compute.nodes.heat.vfw ModelUuid:f54208d7-e1a0-413e-9dd1-ef3b764cd501 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fa9bad52-e4ca-4736-8cb7-72f2ae8c3d94 ModelInvariantUuid:9c97c1bc-e68f-4591-be45-b310baa66ee3 ModelName:vFW 7676f051-983f-nodes.vsnCvfc ModelUuid:e6eed747-b6d7-4ff8-ab56-5dd082ac0dd4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:54f33580-6909-457c-b9eb-4a62b7c39588 ModelInvariantUuid:5ba11f0d-3cf2-4bba-9113-94e6ce99d4ed ModelName:Vfw7676f051983f.compute.nodes.heat.vsn ModelUuid:90f39887-9304-4c44-8b7c-9e26e4da8b1b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1ea06854-9ff6-489b-be4c-2d3ad33a6095 ModelInvariantUuid:65c4c3e7-b43d-4da0-9141-dcbf6949808a ModelName:vFW 7676f051-983f-nodes.vpgCvfc ModelUuid:cbf2ae9e-d3c1-47bd-b62c-8eefbbf39498 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:da6fc1e1-c295-4b80-b53b-a0844c681966 ModelInvariantUuid:4be29587-6614-4e39-b016-a89649da3fd4 ModelName:Vfw7676f051983f.compute.nodes.heat.vpg ModelUuid:fc8ddf48-80af-48e2-8cc5-181125231f5c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:11:35.141Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1396417e-99c2-4471-9979-a72770dcb363 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:11:35.146Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||vFW 7676f051-983f 0 2022-06-07T23:11:35.147Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1396417e-99c2-4471-9979-a72770dcb363 2022-06-07T23:11:35.147Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5e94d1d6-677e-437d-950d-ed91f0587f2e from URL: /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json 2022-06-07T23:11:35.147Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T23:11:35.147Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json 2022-06-07T23:11:35.223Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T23:11:35.224Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json 5e94d1d6-677e-437d-950d-ed91f0587f2e 785 2022-06-07T23:11:35.225Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json ASDC sendASDCNotification 2022-06-07T23:11:35.225Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json 2022-06-07T23:11:35.225Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:11:35.225Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:35.229Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:35.229Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643495224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:35.329Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:11:35.331Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:35.331Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:35.353Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:35.354Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:36.233Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7676f051983f..base_vfw..module-0", "vfModuleModelInvariantUUID": "b9fbdd43-0e9d-41dd-b8d0-67adabf6f4d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3411a6de-685b-40ea-bb8f-03652c0adf67", "vfModuleModelCustomizationUUID": "a730fcac-bbd7-4e99-96c3-4a731fdef2b0", "isBase": true, "artifacts": [ "c01ccf25-ede8-46dc-b937-f213331e58f1", "c4bde133-284a-4aab-ac9a-83e50a23093e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:11:36.238Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7676f051983f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3411a6de-685b-40ea-bb8f-03652c0adf67 VfModuleModelInvariantUUID:b9fbdd43-0e9d-41dd-b8d0-67adabf6f4d2 VfModuleModelDescription:NULL Artifacts UUID List:{ c01ccf25-ede8-46dc-b937-f213331e58f1 , c4bde133-284a-4aab-ac9a-83e50a23093e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:11:36.240Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7676f051983f..base_vfw..module-0", "vfModuleModelInvariantUUID": "b9fbdd43-0e9d-41dd-b8d0-67adabf6f4d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3411a6de-685b-40ea-bb8f-03652c0adf67", "vfModuleModelCustomizationUUID": "a730fcac-bbd7-4e99-96c3-4a731fdef2b0", "isBase": true, "artifacts": [ "c01ccf25-ede8-46dc-b937-f213331e58f1", "c4bde133-284a-4aab-ac9a-83e50a23093e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:11:36.241Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7676f051983f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3411a6de-685b-40ea-bb8f-03652c0adf67 VfModuleModelInvariantUUID:b9fbdd43-0e9d-41dd-b8d0-67adabf6f4d2 VfModuleModelDescription:NULL Artifacts UUID List:{ c01ccf25-ede8-46dc-b937-f213331e58f1 , c4bde133-284a-4aab-ac9a-83e50a23093e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:11:36.241Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c01ccf25-ede8-46dc-b937-f213331e58f1 from URL: /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml 2022-06-07T23:11:36.241Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T23:11:36.242Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml 2022-06-07T23:11:36.362Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T23:11:36.364Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml c01ccf25-ede8-46dc-b937-f213331e58f1 20368 2022-06-07T23:11:36.364Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T23:11:36.365Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml 2022-06-07T23:11:36.365Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:11:36.366Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:36.369Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:36.369Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643496364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:36.469Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:11:36.470Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:36.470Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:36.502Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:36.502Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:37.371Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4bde133-284a-4aab-ac9a-83e50a23093e from URL: /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env 2022-06-07T23:11:37.372Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T23:11:37.372Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env 2022-06-07T23:11:37.480Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T23:11:37.481Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env c4bde133-284a-4aab-ac9a-83e50a23093e 2098 2022-06-07T23:11:37.481Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T23:11:37.481Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env 2022-06-07T23:11:37.481Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:11:37.482Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:37.484Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:37.484Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643497481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:11:37.584Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:37.585Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:37.585Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:37.607Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:37.607Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:11:38.485Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 132147a3-2cb1-467a-97e1-c4b2afba7563 2022-06-07T23:11:38.486Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7676f051-983f 0 1396417e-99c2-4471-9979-a72770dcb363 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:11:38.511Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44453ff3, org.onap.sdc.toscaparser.api.parameters.Input@20c999d6, org.onap.sdc.toscaparser.api.parameters.Input@12ccb94d, org.onap.sdc.toscaparser.api.parameters.Input@88729a6, org.onap.sdc.toscaparser.api.parameters.Input@655035e2] 2022-06-07T23:11:38.513Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.513Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.514Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:11:38.514Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8c8d41b2-9327-4cd3-8980-cfa321d09163 2022-06-07T23:11:38.514Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c8d41b2-9327-4cd3-8980-cfa321d09163 matches Tosca VF Customization UUID: 8c8d41b2-9327-4cd3-8980-cfa321d09163 2022-06-07T23:11:38.514Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8c8d41b2-9327-4cd3-8980-cfa321d09163 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:11:38.518Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.518Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.520Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8c8d41b2-9327-4cd3-8980-cfa321d09163: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-07T23:11:38.520Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fb11d7a 2022-06-07T23:11:38.521Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.521Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:11:38.522Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a730fcac-bbd7-4e99-96c3-4a731fdef2b0 2022-06-07T23:11:38.522Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a730fcac-bbd7-4e99-96c3-4a731fdef2b0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:11:38.527Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.528Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.528Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:38.529Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.529Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.529Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:38.530Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.530Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:38.530Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:38.530Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T23:11:38.531Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:38.531Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:11:38.531Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:11:38.531Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.532Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.532Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:11:38.532Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.532Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:11:38.532Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.533Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0281753d-533c-4e26-a0c9-f3189c23124d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:11:38.538Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.539Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.539Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:38.540Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.540Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:38.540Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:38.541Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:11:38.541Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.542Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.542Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:11:38.542Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.542Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:38.543Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T23:11:38.543Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T23:11:38.543Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.544Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T23:11:38.544Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.544Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa9bad52-e4ca-4736-8cb7-72f2ae8c3d94 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:11:38.548Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.549Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.549Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:38.550Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.550Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is not matching search criteria 2022-06-07T23:11:38.551Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T23:11:38.551Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T23:11:38.551Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.551Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.552Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T23:11:38.552Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.552Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T23:11:38.553Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T23:11:38.553Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T23:11:38.554Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T23:11:38.555Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T23:11:38.555Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T23:11:38.555Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ea06854-9ff6-489b-be4c-2d3ad33a6095 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:11:38.560Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.560Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.560Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:11:38.561Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.561Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Node template vFW 7676f051-983f 0 is matching search criteria 2022-06-07T23:11:38.561Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7676f051-983f 0] matching following query criteria: sdcType=VF, customizationUUID=8c8d41b2-9327-4cd3-8980-cfa321d09163 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:11:38.564Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.565Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.566Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 132147a3-2cb1-467a-97e1-c4b2afba7563: vFW 7676f051-983f 2022-06-07T23:11:38.566Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.567Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.567Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.567Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.567Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.568Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.568Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.568Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.569Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:11:38.569Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 23-09-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:11:38.569Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-07 23-09-31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:11:38.856Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7676f051-983f 1396417e-99c2-4471-9979-a72770dcb363 1 ASDC deployResourceStructure 2022-06-07T23:11:38.857Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json ASDC sendASDCNotification 2022-06-07T23:11:38.857Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json 2022-06-07T23:11:38.857Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:11:38.858Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:38.863Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:38.863Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643498857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:11:38.967Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-07T23:11:38.968Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:38.968Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:38.992Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:38.993Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1} 2022-06-07T23:11:39.868Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T23:11:39.868Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml 2022-06-07T23:11:39.868Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:11:39.869Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:39.874Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:39.874Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643499867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:11:39.974Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:39.975Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:39.975Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:39.998Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:39.999Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1} 2022-06-07T23:11:40.876Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T23:11:40.876Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env 2022-06-07T23:11:40.876Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:11:40.877Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:40.880Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:40.880Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643500876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T23:11:40.980Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:40.981Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:40.982Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:41.008Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:41.009Z||pool-48-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:11:41.882Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar ASDC sendASDCNotification 2022-06-07T23:11:41.882Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar 2022-06-07T23:11:41.882Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:11:41.883Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:11:41.886Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:11:41.886Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643501881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:11:41.986Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:11:41.988Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:11:41.988Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:11:42.009Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:11:42.010Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:11:42.887Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab63a20c-4154-41fa-9d4d-14571233ce49 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:11:42.911Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab63a20c-4154-41fa-9d4d-14571233ce49 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:11:42.917Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:11:42.918Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:11:42.918Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:11:42.918Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:11:42.918Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:11:42.919Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-06-07T23:11:42.931Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:12:12.932Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab63a20c-4154-41fa-9d4d-14571233ce49 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:12:12.947Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab63a20c-4154-41fa-9d4d-14571233ce49 and serviceModelVersionId: 132147a3-2cb1-467a-97e1-c4b2afba7563 2022-06-07T23:12:12.948Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84f812f2-a2ba-44eb-bf1d-893527b72045 2022-06-07T23:12:12.951Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0 2022-06-07T23:12:12.964Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:12:13.051Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0|INFO|500||Invoke 2022-06-07T23:12:13.052Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab63a20c-4154-41fa-9d4d-14571233ce49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0a6ecb7-2313-4068-b844-efd6bb244b3b], X-ECOMP-RequestID=[ab63a20c-4154-41fa-9d4d-14571233ce49], X-TransactionId=[], X-ONAP-RequestID=[ab63a20c-4154-41fa-9d4d-14571233ce49], Content-Type=[application/merge-patch+json]} 2022-06-07T23:12:13.086Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:12:13.179Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?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/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-23:12:13:391-63532], vertex-id=[217336], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:12:13 GMT], Content-Type=[application/json]} 2022-06-07T23:12:13.180Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:12:13.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f812f2-a2ba-44eb-bf1d-893527b72045/model-vers/model-ver/132147a3-2cb1-467a-97e1-c4b2afba7563?depth=0|INFO|500||InvokeReturn 2022-06-07T23:12:13.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:12:13.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-06-07T23:12:13.196Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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-06-07T23:12:13.199Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab63a20c-4154-41fa-9d4d-14571233ce49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:12:13.200Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:12:13.201Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:12:13.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:12:13.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643533200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:12:13.305Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:12:13.307Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:12:13.307Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:12:13.331Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:12:13.332Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:12:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:12:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:12:22.895Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:12:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:12:22.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:12:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:12:23.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:12:23.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T23:12:23.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:12:23.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T23:12:32.474Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:13:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:13:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:13:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:13:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:13:22.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:13:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:13:23.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:13:23.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:13:23.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T23:13:23.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:13:23.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T23:13:23.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:13:23.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643482893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:13:23.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:13:23.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643490864, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:13:23.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643495224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:13:23.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643496364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:13:23.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643497481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:13:23.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643498857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/vfw7676f051983f0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:13:23.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643499867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:13:23.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643500876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/resourceInstances/vfw7676f051983f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T23:13:23.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643501881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607230931/1.0/artifacts/service-Vfw20220607230931-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:13:23.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:23.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:13:23.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab63a20c-4154-41fa-9d4d-14571233ce49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643533200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:13:23.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:13:32.467Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:14:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:14:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:14:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:14:22.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:14:22.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:14:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:14:32.497Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:14:32.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:15:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:15:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:15:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:15:22.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:15:22.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:15:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:15:32.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:15:32.474Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:16:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:16:22.895Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:16:22.896Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:16:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:16:22.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:16:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:16:32.497Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:16:32.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:17:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:17:22.895Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:17:22.895Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:17:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:17:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:17:22.914Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:17:32.464Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:17:32.485Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:18:22.893Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:18:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:18:22.894Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:18:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:18:22.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:18:22.915Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:18:32.466Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:18:32.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:22.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:19:22.896Z||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-06-07T23:19:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:19:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:19:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:19:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:19:26.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:26.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:19:26.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"17ce027e-aec2-4268-8d24-651ca5bb91ea","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a09ad916-0457-4521-bf33-323bf84bb44c","serviceDescription":"service","serviceInvariantUUID":"185ecb86-429e-4c1f-a15b-7bde15958f1a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c383de41-d060-4fff-a970-d63dce503eb2","resourceInvariantUUID":"660bd265-fb02-4ede-86cd-bcf18d99394e","resourceCustomizationUUID":"5a289945-a4c7-4e20-a55f-48bba83b3ef2","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":"NzFhMGRkYTMwNjAwNWViZGM2MzE2MmI4OWM4MjFjZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8efa0af-006d-4d84-b2a7-bd1b9050406d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDRiMDk2YmI0NjQzMmU1YTMyZGQ2ZjgwNzk4MmRiMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ccf8949-dadb-4f02-b690-09a830f8a7d2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:19:26.464Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:19:26.465Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:19:26.472Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:19:26.473Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643962893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:19:26.572Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:19:26.574Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:19:26.575Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:19:26.602Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:26.605Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:19:26.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:26.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:19:26.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "cds", "timestamp": 1654643955844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:19:26.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:19:26.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:19:26.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "ves-openapi-manager", "timestamp": 1654643963350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:19:26.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:19:27.474Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:19:27.476Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:19:27.482Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:19:27.483Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643962893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:19:27.584Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:19:27.585Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:19:27.586Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:19:27.614Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:27.614Z||pool-52-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:19:28.485Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a09ad916-0457-4521-bf33-323bf84bb44c", "serviceDescription": "service", "serviceInvariantUUID": "185ecb86-429e-4c1f-a15b-7bde15958f1a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "5a289945-a4c7-4e20-a55f-48bba83b3ef2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c383de41-d060-4fff-a970-d63dce503eb2", "resourceInvariantUUID": "660bd265-fb02-4ede-86cd-bcf18d99394e", "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": "MDRiMDk2YmI0NjQzMmU1YTMyZGQ2ZjgwNzk4MmRiMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ccf8949-dadb-4f02-b690-09a830f8a7d2" } ], "workloadContext": "Production" } 2022-06-07T23:19:28.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:19:28.485Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a09ad916-0457-4521-bf33-323bf84bb44c ASDC 2022-06-07T23:19:28.486Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:17ce027e-aec2-4268-8d24-651ca5bb91ea ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a09ad916-0457-4521-bf33-323bf84bb44c ServiceInvariantUUID:185ecb86-429e-4c1f-a15b-7bde15958f1a 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:5ccf8949-dadb-4f02-b690-09a830f8a7d2 ArtifactChecksum:MDRiMDk2YmI0NjQzMmU1YTMyZGQ2ZjgwNzk4MmRiMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:5a289945-a4c7-4e20-a55f-48bba83b3ef2 ResourceInvariantUUID:660bd265-fb02-4ede-86cd-bcf18d99394e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c383de41-d060-4fff-a970-d63dce503eb2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-07T23:19:28.486Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a09ad916-0457-4521-bf33-323bf84bb44c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:19:28.556Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:19:28.558Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:19:28.558Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:19:28.558Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ccf8949-dadb-4f02-b690-09a830f8a7d2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T23:19:28.558Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:19:28.559Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T23:19:28.739Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:19:28.742Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ccf8949-dadb-4f02-b690-09a830f8a7d2 52508 2022-06-07T23:19:28.742Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-07T23:19:28.742Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T23:19:28.742Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:19:28.743Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:19:28.745Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:19:28.745Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643968742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:19:28.846Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:19:28.849Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:19:28.850Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:19:28.891Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:28.892Z||pool-53-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:19:29.747Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:19:29.748Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:19:29.749Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ccf8949-dadb-4f02-b690-09a830f8a7d2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:29.749Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-07T23:19:29.750Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:29.750Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.081Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9621233694839229860/Definitions/service-BasicNetwork-template.yml 2022-06-07T23:19:30.918Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:19:30.918Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:19:30.918Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.918Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-07T23:19:30.918Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.919Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.920Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T23:19:30.920Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:19:30.921Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:19:30.921Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.921Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.921Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T23:19:30.921Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:19:30.922Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:19:30.922Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.922Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.922Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.922Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.923Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.923Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.924Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.924Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.924Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.924Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.924Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a09ad916-0457-4521-bf33-323bf84bb44c Model Version:NULL Model InvariantUuid:185ecb86-429e-4c1f-a15b-7bde15958f1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:660bd265-fb02-4ede-86cd-bcf18d99394e Model UUID:960caeaa-9da4-4122-83ed-27b25a34b9ed Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:5a289945-a4c7-4e20-a55f-48bba83b3ef2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:19:30.945Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c383de41-d060-4fff-a970-d63dce503eb2 2022-06-07T23:19:30.946Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||No resources found for Service: a09ad916-0457-4521-bf33-323bf84bb44c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:19:30.954Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500|| 2022-06-07T23:19:30.954Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-07T23:19:30.955Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a09ad916-0457-4521-bf33-323bf84bb44c 2022-06-07T23:19:30.955Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a09ad916-0457-4521-bf33-323bf84bb44c 2022-06-07T23:19:30.955Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-07T23:19:30.956Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:19:30.962Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5942b01b, org.onap.sdc.toscaparser.api.parameters.Input@192bc699, org.onap.sdc.toscaparser.api.parameters.Input@4791b23d, org.onap.sdc.toscaparser.api.parameters.Input@63ecfe0, org.onap.sdc.toscaparser.api.parameters.Input@4a306554] 2022-06-07T23:19:30.964Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.964Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.964Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.964Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.965Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a09ad916-0457-4521-bf33-323bf84bb44c: Generic NeutronNet 2022-06-07T23:19:30.965Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.965Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:30.965Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:30.965Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-07T23:19:31.025Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:31.025Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:31.025Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:31.026Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:31.026Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:19:31.026Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:19:31.027Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T23:19:31.114Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-07T23:19:31.114Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-07T23:19:31.114Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T23:19:31.115Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:19:31.115Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:19:31.117Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:19:31.118Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643971114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:19:31.218Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:19:31.219Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:19:31.219Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:19:31.236Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:19:31.237Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:19:32.118Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:19:32.132Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:19:32.135Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:19:32.135Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:19:32.135Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:20:02.136Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:20:02.158Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:20:02.165Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:20:02.165Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:20:02.165Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:20:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:20:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:20:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:20:22.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:20:22.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:20:22.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643962893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:20:22.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:20:32.165Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:20:32.181Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:20:32.185Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:20:32.185Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:20:32.185Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:21:02.187Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:21:02.205Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:21:02.210Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:21:02.210Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:21:02.210Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:21:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:21:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:21:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:21:22.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:21:22.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "cds", "timestamp": 1654643955844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:22.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "ves-openapi-manager", "timestamp": 1654643963350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643962893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:22.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "cds", "timestamp": 1654643968221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643968742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:22.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "policy-id", "timestamp": 1654643968834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "aai-ml", "timestamp": 1654643969461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:22.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:22.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "cds", "timestamp": 1654643969232, "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=? 2022-06-07T23:21:23.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17ce027e-aec2-4268-8d24-651ca5bb91ea 2022-06-07T23:21:23.008Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ce027e-aec2-4268-8d24-651ca5bb91ea and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "policy-id", "timestamp": 1654643968834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "aai-ml", "timestamp": 1654643969461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654643971114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "policy-id", "timestamp": 1654643971745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "aai-ml", "timestamp": 1654643972290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "policy-id", "timestamp": 1654643972755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "policy-id", "timestamp": 1654643973759, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.039Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17ce027e-aec2-4268-8d24-651ca5bb91ea 2022-06-07T23:21:23.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ce027e-aec2-4268-8d24-651ca5bb91ea and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "clamp", "timestamp": 1654643976748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "multicloud-k8s-id", "timestamp": 1654643976763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "aai-ml", "timestamp": 1654643976892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "clamp", "timestamp": 1654643976748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "multicloud-k8s-id", "timestamp": 1654643976763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "aai-ml", "timestamp": 1654643977905, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.067Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17ce027e-aec2-4268-8d24-651ca5bb91ea 2022-06-07T23:21:23.068Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ce027e-aec2-4268-8d24-651ca5bb91ea and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643978106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643978106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643981010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643982996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654643984006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.097Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17ce027e-aec2-4268-8d24-651ca5bb91ea 2022-06-07T23:21:23.097Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ce027e-aec2-4268-8d24-651ca5bb91ea and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "clamp", "timestamp": 1654643988685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "clamp", "timestamp": 1654643990705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "clamp", "timestamp": 1654643991711, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.135Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17ce027e-aec2-4268-8d24-651ca5bb91ea 2022-06-07T23:21:23.136Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ce027e-aec2-4268-8d24-651ca5bb91ea and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "multicloud-k8s-id", "timestamp": 1654643996763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654643988833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654643999461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654644006670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654644007678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654644008342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "policy-id", "timestamp": 1654644008681, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:21:23.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T23:21:23.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644000844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644009740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644003350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "cds", "timestamp": 1654644010747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:21:23.244Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644012317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644013574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644006747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654644013978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "ves-openapi-manager", "timestamp": 1654644014579, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.295Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:21:23.296Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:21:23.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "aai-ml", "timestamp": 1654644014985, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.346Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:21:23.347Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:23.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644008104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:21:23.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:21:23.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644016928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:21:23.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644019045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:21:23.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:21:23.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:21:23.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644020049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:21:23.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:21:23.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:21:32.211Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:21:32.238Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:21:32.247Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:21:32.248Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:21:32.248Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:21:32.248Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:21:32.249Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.249Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.249Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.249Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.250Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.250Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:21:32.250Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|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-06-07T23:21:32.258Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:22:02.259Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:22:02.268Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17ce027e-aec2-4268-8d24-651ca5bb91ea and serviceModelVersionId: a09ad916-0457-4521-bf33-323bf84bb44c 2022-06-07T23:22:02.269Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 185ecb86-429e-4c1f-a15b-7bde15958f1a 2022-06-07T23:22:02.271Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0 2022-06-07T23:22:02.285Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:22:02.412Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0|INFO|500||Invoke 2022-06-07T23:22:02.413Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17ce027e-aec2-4268-8d24-651ca5bb91ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c8623f3-6ed9-4ff2-a38b-d0950a035b12], X-ECOMP-RequestID=[17ce027e-aec2-4268-8d24-651ca5bb91ea], X-TransactionId=[], X-ONAP-RequestID=[17ce027e-aec2-4268-8d24-651ca5bb91ea], Content-Type=[application/merge-patch+json]} 2022-06-07T23:22:02.454Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:22:02.683Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?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/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-23:22:02:757-87910], vertex-id=[188648], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:22:02 GMT], Content-Type=[application/json]} 2022-06-07T23:22:02.684Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:22:02.685Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185ecb86-429e-4c1f-a15b-7bde15958f1a/model-vers/model-ver/a09ad916-0457-4521-bf33-323bf84bb44c?depth=0|INFO|500||InvokeReturn 2022-06-07T23:22:02.686Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:22:02.686Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|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-06-07T23:22:02.697Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|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-06-07T23:22:02.698Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17ce027e-aec2-4268-8d24-651ca5bb91ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:22:02.700Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:22:02.701Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:02.705Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:02.705Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644122699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:22:02.805Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:02.806Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:02.806Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:02.847Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:02.848Z||pool-55-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:22:03.731Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:22:03.732Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|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-06-07T23:22:03.732Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:22:08.212Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:08.213Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:22:08.213Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f689e986-9c3a-4587-a930-f6770169ddf5","serviceName":"Demo_pNF_BMKhkkZY4RFNTfABCKga","serviceVersion":"1.0","serviceUUID":"59b5998e-6b89-4450-8179-3fff2364ade6","serviceDescription":"catalog service description","serviceInvariantUUID":"328a4e36-9d9e-4459-8404-6da57b6d31b2","resources":[{"resourceInstanceName":"pNF 9386caf0-56e2 0","resourceName":"pNF 9386caf0-56e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f0734dc-4860-4a55-b2f1-63f78c8b7abf","resourceInvariantUUID":"c23d8291-f34a-41e1-932b-47208aa32a12","resourceCustomizationUUID":"2c03ff81-2af7-4c0f-b76d-4e1d88bd17c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml","artifactChecksum":"MWIyNzI2NzgxNDVmNTFhNGRjNDY5MTRkY2EzN2UxMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fb31440-5959-4303-82d9-03c5d8ef8d58","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76b3849b-99a1-4fb0-a914-ffd53c59eb19","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84475ff5-3ab2-4328-a974-a1f1febfa253","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQ0MDQxYmQyYzk4NzNmNmI2Zjc5NjgxNWNhN2U3ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71fe0ef8-2cdd-489b-b92f-14b178ad6c19","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"751603fb-ce61-42ed-89ee-1f4eb8c8bae9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18ac31d2-7ff8-4135-bb2c-312636c82547","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBmkhkkzy4rfntfabckga-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml","artifactChecksum":"Mzc2MTZjNDNlZmE0ZGY1ZWNlNjAyMjlmZTg4ZWIyOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae1263a4-d05a-4ed5-84f8-d55e52d9bb2d","artifactVersion":"1"},{"artifactName":"service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar","artifactChecksum":"OGI2NzgwM2IxMzZiZDE4NDE0YzhiOTVjMmQxMDEyNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"649eac65-d328-4a0c-a528-d546b8df24ee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:22:08.218Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:08.218Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:08.224Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:08.225Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:08.322Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:22:08.323Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:08.324Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:08.344Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:08.345Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:09.225Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:09.227Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:09.229Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:09.229Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:09.329Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:09.330Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:09.330Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:09.348Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:09.348Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:10.231Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:10.233Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:10.238Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:10.240Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:10.337Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:22:10.339Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:10.339Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:10.358Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:10.359Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:11.241Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:11.242Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:11.245Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:11.246Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:11.346Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:11.348Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:11.348Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:11.376Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:11.377Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:12.247Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:12.248Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:12.251Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:12.252Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:12.353Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:22:12.354Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:12.354Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:12.373Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:12.375Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:13.253Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:13.258Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:13.262Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:13.265Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:13.362Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:22:13.364Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:13.364Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:13.408Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:13.409Z||pool-61-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:14.267Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:14.272Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:14.276Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:14.276Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:14.376Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:22:14.382Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:14.383Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:14.416Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:14.418Z||pool-62-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:15.277Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:15.278Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:15.287Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:15.287Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:15.383Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-07T23:22:15.384Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:15.385Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:15.427Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:15.428Z||pool-63-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:16.290Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "serviceName": "Demo_pNF_BMKhkkZY4RFNTfABCKga", "serviceVersion": "1.0", "serviceUUID": "59b5998e-6b89-4450-8179-3fff2364ade6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "328a4e36-9d9e-4459-8404-6da57b6d31b2", "resources": [ { "resourceInstanceName": "pNF 9386caf0-56e2 0", "resourceCustomizationUUID": "2c03ff81-2af7-4c0f-b76d-4e1d88bd17c4", "resourceName": "pNF 9386caf0-56e2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2f0734dc-4860-4a55-b2f1-63f78c8b7abf", "resourceInvariantUUID": "c23d8291-f34a-41e1-932b-47208aa32a12", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "artifactChecksum": "OGI2NzgwM2IxMzZiZDE4NDE0YzhiOTVjMmQxMDEyNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "649eac65-d328-4a0c-a528-d546b8df24ee" } ], "workloadContext": "Production" } 2022-06-07T23:22:16.290Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:22:16.290Z|17ce027e-aec2-4268-8d24-651ca5bb91ea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 59b5998e-6b89-4450-8179-3fff2364ade6 ASDC 2022-06-07T23:22:16.292Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f689e986-9c3a-4587-a930-f6770169ddf5 ServiceName:Demo_pNF_BMKhkkZY4RFNTfABCKga ServiceVersion:1.0 ServiceUUID:59b5998e-6b89-4450-8179-3fff2364ade6 ServiceInvariantUUID:328a4e36-9d9e-4459-8404-6da57b6d31b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar ArtifactUUID:649eac65-d328-4a0c-a528-d546b8df24ee ArtifactChecksum:OGI2NzgwM2IxMzZiZDE4NDE0YzhiOTVjMmQxMDEyNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9386caf0-56e2 0 ResourceCustomizationUUID:2c03ff81-2af7-4c0f-b76d-4e1d88bd17c4 ResourceInvariantUUID:c23d8291-f34a-41e1-932b-47208aa32a12 ResourceName:pNF 9386caf0-56e2 ResourceType:PNF ResourceUUID:2f0734dc-4860-4a55-b2f1-63f78c8b7abf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T23:22:16.292Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59b5998e-6b89-4450-8179-3fff2364ade6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:22:16.337Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:22:16.338Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:16.338Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:16.338Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 649eac65-d328-4a0c-a528-d546b8df24ee from URL: /sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:16.339Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:22:16.339Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:16.459Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:22:16.464Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 649eac65-d328-4a0c-a528-d546b8df24ee 82651 2022-06-07T23:22:16.465Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar ASDC sendASDCNotification 2022-06-07T23:22:16.465Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:16.465Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:22:16.465Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:16.467Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:16.468Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644136464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:16.568Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:16.569Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:16.569Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:16.598Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:16.598Z||pool-64-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:17.468Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:22:17.470Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:17.470Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 649eac65-d328-4a0c-a528-d546b8df24ee, URL: /sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar to file: /app/ASDC/1/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:17.471Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:17.471Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:17.472Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:17.650Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9115386313432308254/Definitions/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml 2022-06-07T23:22:18.996Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:22:18.996Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.997Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.998Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.998Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.998Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9386caf0-56e2 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-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:18.998Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:22:18.998Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:18.999Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:18.999Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Node template pNF 9386caf0-56e2 0 is matching search criteria 2022-06-07T23:22:18.999Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:22:19.000Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9386caf0-56e2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:22:19.000Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.000Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.000Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Node template pNF 9386caf0-56e2 0 is matching search criteria 2022-06-07T23:22:19.001Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:22:19.001Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9386caf0-56e2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:22:19.001Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.001Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.001Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.002Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.002Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.002Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.002Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.005Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.005Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.005Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.005Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_BMKhkkZY4RFNTfABCKga Description:catalog service description Model UUID:59b5998e-6b89-4450-8179-3fff2364ade6 Model Version:NULL Model InvariantUuid:328a4e36-9d9e-4459-8404-6da57b6d31b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:22:19.021Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2f0734dc-4860-4a55-b2f1-63f78c8b7abf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:22:19.032Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||pNF 9386caf0-56e2 0 2022-06-07T23:22:19.032Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2f0734dc-4860-4a55-b2f1-63f78c8b7abf 2022-06-07T23:22:19.032Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 59b5998e-6b89-4450-8179-3fff2364ade6 2022-06-07T23:22:19.033Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 59b5998e-6b89-4450-8179-3fff2364ade6 2022-06-07T23:22:19.033Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9386caf0-56e2 0 2f0734dc-4860-4a55-b2f1-63f78c8b7abf ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:22:19.040Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e56d95b, org.onap.sdc.toscaparser.api.parameters.Input@11eecd11, org.onap.sdc.toscaparser.api.parameters.Input@6c80747b, org.onap.sdc.toscaparser.api.parameters.Input@7eb332fa, org.onap.sdc.toscaparser.api.parameters.Input@2677b076] 2022-06-07T23:22:19.041Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.041Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.041Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 59b5998e-6b89-4450-8179-3fff2364ade6: pNF 9386caf0-56e2 2022-06-07T23:22:19.041Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Processing PNF resource: 2f0734dc-4860-4a55-b2f1-63f78c8b7abf 2022-06-07T23:22:19.042Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:22:19.042Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BMKhkkZY4RFNTfABCKga is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:22:19.042Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2c03ff81-2af7-4c0f-b76d-4e1d88bd17c4 is the same as notified resource customizationUUID: 2c03ff81-2af7-4c0f-b76d-4e1d88bd17c4 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T23:22:19.153Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9386caf0-56e2 2f0734dc-4860-4a55-b2f1-63f78c8b7abf 0 ASDC deployResourceStructure 2022-06-07T23:22:19.153Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar ASDC sendASDCNotification 2022-06-07T23:22:19.154Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar 2022-06-07T23:22:19.154Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:22:19.155Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:19.158Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:19.158Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644139153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:19.259Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:19.260Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:19.260Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:19.282Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:19.283Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:20.160Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f689e986-9c3a-4587-a930-f6770169ddf5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:22:20.185Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f689e986-9c3a-4587-a930-f6770169ddf5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:22:20.201Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:22:20.202Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:22:20.203Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:22:20.203Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:22:20.204Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.204Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.204Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.204Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.205Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.205Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:22:20.205Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-06-07T23:22:20.220Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:22:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:22:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:22:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:22:22.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:22.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644026690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:22.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:22.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644029692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:22.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:22.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "clamp", "timestamp": 1654644030701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:22.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f689e986-9c3a-4587-a930-f6770169ddf5 2022-06-07T23:22:22.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f689e986-9c3a-4587-a930-f6770169ddf5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:22.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:22:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:22.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:22.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:22.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644045844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "ves-openapi-manager", "timestamp": 1654644043350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644048833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644055857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644056673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:22:23.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "cds", "timestamp": 1654644056863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.045Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.045Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644057694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:23.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:22:23.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "policy-id", "timestamp": 1654644058701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:23.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.086Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:22:23.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644056763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644064614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644065754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644059461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644066906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644067303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644067979, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:23.152Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.153Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:22:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:22:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "multicloud-k8s-id", "timestamp": 1654644068989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:22:23.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644066747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644074775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644068103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "aai-ml", "timestamp": 1654644075780, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:23.190Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.191Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644075930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644078702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644078658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:23.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T23:22:23.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644079663, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:23.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T23:22:23.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644080714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:22:23.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:22:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "clamp", "timestamp": 1654644081720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:22:23.259Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec8e4e0f-20af-483f-9874-c91d69465088 2022-06-07T23:22:23.259Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec8e4e0f-20af-483f-9874-c91d69465088 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:22:23.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T23:22:23.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:23.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:22:23.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:23.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:22:50.221Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f689e986-9c3a-4587-a930-f6770169ddf5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:22:50.231Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f689e986-9c3a-4587-a930-f6770169ddf5 and serviceModelVersionId: 59b5998e-6b89-4450-8179-3fff2364ade6 2022-06-07T23:22:50.232Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 328a4e36-9d9e-4459-8404-6da57b6d31b2 2022-06-07T23:22:50.233Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0 2022-06-07T23:22:50.238Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:22:50.314Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0|INFO|500||Invoke 2022-06-07T23:22:50.315Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f689e986-9c3a-4587-a930-f6770169ddf5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1dc812d-7339-40e8-92fa-20d8d1f906a4], X-ECOMP-RequestID=[f689e986-9c3a-4587-a930-f6770169ddf5], X-TransactionId=[], X-ONAP-RequestID=[f689e986-9c3a-4587-a930-f6770169ddf5], Content-Type=[application/merge-patch+json]} 2022-06-07T23:22:50.358Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:22:50.531Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?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/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-23:22:50:661-77311], vertex-id=[237696], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:22:50 GMT], Content-Type=[application/json]} 2022-06-07T23:22:50.533Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:22:50.534Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328a4e36-9d9e-4459-8404-6da57b6d31b2/model-vers/model-ver/59b5998e-6b89-4450-8179-3fff2364ade6?depth=0|INFO|500||InvokeReturn 2022-06-07T23:22:50.537Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:22:50.537Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-06-07T23:22:50.544Z|f689e986-9c3a-4587-a930-f6770169ddf5|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-06-07T23:22:50.544Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f689e986-9c3a-4587-a930-f6770169ddf5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:22:50.544Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:22:50.545Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:50.547Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:50.547Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644170544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:22:50.648Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:50.650Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:50.650Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:50.688Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:50.689Z||pool-66-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:22:51.564Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:22:51.564Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec8e4e0f-20af-483f-9874-c91d69465088","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ab33f7a-92dc-449c-98d1-eafe39c1fae6","serviceDescription":"service","serviceInvariantUUID":"88dfc630-d793-4d05-b075-9609bc0cc32b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a76c2ded-a006-4ddc-bb32-f6500918db10","resourceInvariantUUID":"8b0a9e31-f6f6-4c71-b9a7-bab932587091","resourceCustomizationUUID":"99f690b0-8999-4a43-a8e4-7443daf3319e","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":"ODFiOTg1ZTk4M2NlYWEwMzc5OWUwZWVkOWU3ZDk3ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cad105bd-74fa-4451-b321-d66bf05bd64c","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":"OGIxYmNmOTExZTRmOGE2NDg1YzdmMDEzZmY2OGQxMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c6fcedf-f34a-4d0c-8d3b-36cf8359e05f","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":"20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515","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":"8fa102a5-1285-407a-822d-ca7708069ade","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":"997475f7-9e04-4534-a4ff-9b37b3e9abd5","artifactVersion":"2","generatedFromUUID":"20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGVjZDAyYTdlMzQ3ZTgxZTUzMWNmNmI2OThiNjlhZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41960b22-51fc-4cf2-8322-705a6b8cdd3d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTNlODMxNzllZDRhNDM5ZjMyMjQyMjhhZWIwZjQ2MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2679aff8-8dd6-4603-a763-658786600863","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:22:51.565Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:51.565Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:51.568Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:51.569Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:51.668Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:22:51.669Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:51.670Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:51.689Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:51.690Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:52.569Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:52.571Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:52.573Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:52.573Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:22:52.674Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:22:52.675Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:52.675Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:52.692Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:52.693Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:53.574Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:53.575Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:53.579Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:53.579Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:22:53.680Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:53.681Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:53.681Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:53.701Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:53.702Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:54.580Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:54.580Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:54.585Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:54.586Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:54.686Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:22:54.687Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:54.687Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:54.737Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:54.739Z||pool-70-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:55.587Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:55.589Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:55.593Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:55.593Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:22:55.692Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:22:55.694Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:55.694Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:55.721Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:55.722Z||pool-71-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:56.594Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:56.595Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:56.598Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:56.599Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:22:56.699Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:56.700Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:56.700Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:56.726Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:56.727Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:57.600Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:22:57.601Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:57.603Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:57.603Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:22:57.704Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:22:57.705Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:57.706Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:57.734Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:57.735Z||pool-73-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:22:58.605Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ab33f7a-92dc-449c-98d1-eafe39c1fae6", "serviceDescription": "service", "serviceInvariantUUID": "88dfc630-d793-4d05-b075-9609bc0cc32b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "99f690b0-8999-4a43-a8e4-7443daf3319e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a76c2ded-a006-4ddc-bb32-f6500918db10", "resourceInvariantUUID": "8b0a9e31-f6f6-4c71-b9a7-bab932587091", "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": "OGIxYmNmOTExZTRmOGE2NDg1YzdmMDEzZmY2OGQxMWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c6fcedf-f34a-4d0c-8d3b-36cf8359e05f", "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": "20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515", "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": "997475f7-9e04-4534-a4ff-9b37b3e9abd5", "generatedFromUUID": "20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515" }, "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": "997475f7-9e04-4534-a4ff-9b37b3e9abd5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTNlODMxNzllZDRhNDM5ZjMyMjQyMjhhZWIwZjQ2MmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2679aff8-8dd6-4603-a763-658786600863" } ], "workloadContext": "Production" } 2022-06-07T23:22:58.606Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:22:58.606Z|f689e986-9c3a-4587-a930-f6770169ddf5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ab33f7a-92dc-449c-98d1-eafe39c1fae6 ASDC 2022-06-07T23:22:58.607Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ec8e4e0f-20af-483f-9874-c91d69465088 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ab33f7a-92dc-449c-98d1-eafe39c1fae6 ServiceInvariantUUID:88dfc630-d793-4d05-b075-9609bc0cc32b 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:2679aff8-8dd6-4603-a763-658786600863 ArtifactChecksum:ZTNlODMxNzllZDRhNDM5ZjMyMjQyMjhhZWIwZjQ2MmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:99f690b0-8999-4a43-a8e4-7443daf3319e ResourceInvariantUUID:8b0a9e31-f6f6-4c71-b9a7-bab932587091 ResourceName:basic_vm ResourceType:VF ResourceUUID:a76c2ded-a006-4ddc-bb32-f6500918db10 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:7c6fcedf-f34a-4d0c-8d3b-36cf8359e05f ArtifactChecksum:OGIxYmNmOTExZTRmOGE2NDg1YzdmMDEzZmY2OGQxMWY= 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:20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515 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:997475f7-9e04-4534-a4ff-9b37b3e9abd5 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:997475f7-9e04-4534-a4ff-9b37b3e9abd5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:22:58.608Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ab33f7a-92dc-449c-98d1-eafe39c1fae6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:22:58.679Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:22:58.680Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:58.681Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:58.681Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2679aff8-8dd6-4603-a763-658786600863 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T23:22:58.681Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:22:58.681Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T23:22:58.837Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:22:58.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2679aff8-8dd6-4603-a763-658786600863 71062 2022-06-07T23:22:58.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T23:22:58.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T23:22:58.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:22:58.844Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:22:58.855Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:22:58.855Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644178843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:22:58.948Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-07T23:22:58.949Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:22:58.949Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:22:58.987Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:22:58.988Z||pool-74-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:22:59.857Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:22:59.859Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:22:59.859Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2679aff8-8dd6-4603-a763-658786600863, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:22:59.860Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-07T23:22:59.860Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:22:59.861Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:00.046Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7174795987616370919/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T23:23:01.839Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:23:01.840Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:23:01.840Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:01.840Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T23:23:01.840Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:01.840Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:01.841Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-BasicVm-csar.csar 2022-06-07T23:23:01.841Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:01.841Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-BasicVm-csar.csar 2022-06-07T23:23:01.841Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-BasicVm-csar.csar 2022-06-07T23:23:01.842Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-BasicVm-csar.csar 2022-06-07T23:23:01.842Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T23:23:01.842Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-BasicVm-csar.csar 2022-06-07T23:23:01.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:23:01.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.843Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:01.844Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:23:01.844Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:23:01.844Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.844Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.845Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:01.845Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:23:01.845Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:23:01.845Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.845Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.846Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.846Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T23:23:01.846Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T23:23:01.847Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T23:23:01.847Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T23:23:01.847Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:23:01.847Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:23:01.847Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.848Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:23:01.848Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.848Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:01.848Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:01.849Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.849Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:01.849Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:01.850Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.850Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:01.850Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:01.850Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.851Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T23:23:01.851Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T23:23:01.851Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:23:01.851Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0bcbefa5-9078-4815-9fb4-09780da1703a 2022-06-07T23:23:01.851Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.852Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.852Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.852Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.852Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.853Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.853Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:01.853Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:01.853Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2ab33f7a-92dc-449c-98d1-eafe39c1fae6 Model Version:NULL Model InvariantUuid:88dfc630-d793-4d05-b075-9609bc0cc32b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5718e46a-7dd8-4a85-b361-e5d062bdcdec Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8b0a9e31-f6f6-4c71-b9a7-bab932587091 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:99f690b0-8999-4a43-a8e4-7443daf3319e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:96cfae2e-f4fe-4033-a246-b45ec978589d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c7793e04-ec06-4b7e-9437-aeb754572404 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0bcbefa5-9078-4815-9fb4-09780da1703a ModelInvariantUuid:be349817-d75f-4dbd-88ac-1acbc24e65d0 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:d1cffad6-8bcb-4ac5-9596-e5fc7fb730ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d02e49f2-2928-4bf7-8fbc-3dca977db6fb ModelInvariantUuid:3a102e8c-4613-49ef-985a-9834ea2da618 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:2be42bad-6e7f-4a69-9ed0-bd3e636a6fcc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:23:01.868Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a76c2ded-a006-4ddc-bb32-f6500918db10 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:01.874Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-06-07T23:23:01.875Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a76c2ded-a006-4ddc-bb32-f6500918db10 2022-06-07T23:23:01.875Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c6fcedf-f34a-4d0c-8d3b-36cf8359e05f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T23:23:01.875Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:01.875Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T23:23:02.075Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:02.075Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7c6fcedf-f34a-4d0c-8d3b-36cf8359e05f 787 2022-06-07T23:23:02.076Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-07T23:23:02.076Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T23:23:02.076Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:02.076Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:02.079Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:02.079Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644182076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:02.179Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:02.181Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:02.181Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:02.200Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:02.201Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:03.080Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "96cfae2e-f4fe-4033-a246-b45ec978589d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c7793e04-ec06-4b7e-9437-aeb754572404", "vfModuleModelCustomizationUUID": "d2220983-d3f4-4cde-86b2-5e0a679e263b", "isBase": true, "artifacts": [ "20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515", "997475f7-9e04-4534-a4ff-9b37b3e9abd5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:23:03.085Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c7793e04-ec06-4b7e-9437-aeb754572404 VfModuleModelInvariantUUID:96cfae2e-f4fe-4033-a246-b45ec978589d VfModuleModelDescription:NULL Artifacts UUID List:{ 20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515 , 997475f7-9e04-4534-a4ff-9b37b3e9abd5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:23:03.088Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "96cfae2e-f4fe-4033-a246-b45ec978589d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c7793e04-ec06-4b7e-9437-aeb754572404", "vfModuleModelCustomizationUUID": "d2220983-d3f4-4cde-86b2-5e0a679e263b", "isBase": true, "artifacts": [ "20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515", "997475f7-9e04-4534-a4ff-9b37b3e9abd5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:23:03.089Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c7793e04-ec06-4b7e-9437-aeb754572404 VfModuleModelInvariantUUID:96cfae2e-f4fe-4033-a246-b45ec978589d VfModuleModelDescription:NULL Artifacts UUID List:{ 20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515 , 997475f7-9e04-4534-a4ff-9b37b3e9abd5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:23:03.089Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T23:23:03.089Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:03.089Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T23:23:03.191Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:03.191Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 20bc2da9-2caf-4f4a-8bd0-c9bc7b9d7515 5033 2022-06-07T23:23:03.192Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T23:23:03.192Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T23:23:03.192Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:03.192Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:03.194Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:03.194Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644183191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:03.294Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:03.296Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:03.296Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:03.313Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:03.315Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:04.195Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 997475f7-9e04-4534-a4ff-9b37b3e9abd5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T23:23:04.196Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:04.196Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T23:23:04.297Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:04.297Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 997475f7-9e04-4534-a4ff-9b37b3e9abd5 903 2022-06-07T23:23:04.298Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T23:23:04.298Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T23:23:04.298Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:04.298Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:04.300Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:04.301Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644184298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:04.401Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:04.402Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:04.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:04.422Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:04.423Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:05.302Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2ab33f7a-92dc-449c-98d1-eafe39c1fae6 2022-06-07T23:23:05.303Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a76c2ded-a006-4ddc-bb32-f6500918db10 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:05.323Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c81bcbd, org.onap.sdc.toscaparser.api.parameters.Input@2415b913, org.onap.sdc.toscaparser.api.parameters.Input@49cd4d0a, org.onap.sdc.toscaparser.api.parameters.Input@559b653f, org.onap.sdc.toscaparser.api.parameters.Input@349e5f65] 2022-06-07T23:23:05.325Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.325Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.326Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:23:05.326Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 99f690b0-8999-4a43-a8e4-7443daf3319e 2022-06-07T23:23:05.326Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99f690b0-8999-4a43-a8e4-7443daf3319e matches Tosca VF Customization UUID: 99f690b0-8999-4a43-a8e4-7443daf3319e 2022-06-07T23:23:05.326Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 99f690b0-8999-4a43-a8e4-7443daf3319e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:23:05.331Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.331Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.332Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 99f690b0-8999-4a43-a8e4-7443daf3319e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-07T23:23:05.332Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10702611 2022-06-07T23:23:05.332Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.332Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:23:05.333Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2220983-d3f4-4cde-86b2-5e0a679e263b 2022-06-07T23:23:05.333Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2220983-d3f4-4cde-86b2-5e0a679e263b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:23:05.336Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.336Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:05.337Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:05.337Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.337Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:05.337Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:05.338Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.338Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T23:23:05.338Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T23:23:05.338Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:23:05.339Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0bcbefa5-9078-4815-9fb4-09780da1703a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:23:05.342Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.342Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:05.342Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:05.343Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.343Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T23:23:05.343Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=99f690b0-8999-4a43-a8e4-7443daf3319e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:05.346Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.346Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.347Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2ab33f7a-92dc-449c-98d1-eafe39c1fae6: basic_vm 2022-06-07T23:23:05.347Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.347Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.347Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.348Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.348Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.348Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.349Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.349Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.349Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:05.350Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:05.350Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:05.447Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a76c2ded-a006-4ddc-bb32-f6500918db10 1 ASDC deployResourceStructure 2022-06-07T23:23:05.448Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-07T23:23:05.448Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T23:23:05.448Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:23:05.448Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:05.451Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:05.451Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644185447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:23:05.551Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:23:05.553Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:05.553Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:05.569Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:05.569Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:06.452Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T23:23:06.453Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T23:23:06.454Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:23:06.454Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:06.456Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:06.456Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644186452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:23:06.556Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:06.557Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:06.557Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:06.574Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:06.575Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:07.457Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T23:23:07.457Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T23:23:07.457Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:23:07.458Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:07.461Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:07.461Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644187457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T23:23:07.562Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:07.563Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:07.563Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:07.599Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:07.600Z||pool-80-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:08.462Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T23:23:08.463Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T23:23:08.463Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:23:08.463Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:08.465Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:08.466Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644188462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:08.566Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:08.567Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:08.567Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:08.591Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:08.592Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:09.467Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec8e4e0f-20af-483f-9874-c91d69465088 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:23:09.487Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec8e4e0f-20af-483f-9874-c91d69465088 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:23:09.490Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.491Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.492Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.492Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:23:09.492Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-06-07T23:23:09.499Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:23:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:23:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:23:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:23:22.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:22.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T23:23:22.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644075844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644076763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644068833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:22.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644087621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:22.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644085972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644086583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:22.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:22.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:22.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:22.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:22.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "cds", "timestamp": 1654644086983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.019Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.019Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644087589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644088722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "policy-id", "timestamp": 1654644088593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:23:23.048Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.048Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644089873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644090987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644092121, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:23:23.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:23:23.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "ves-openapi-manager", "timestamp": 1654644083350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "multicloud-k8s-id", "timestamp": 1654644093130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644089461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644099349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644096748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644098104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644107097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644107949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "aai-ml", "timestamp": 1654644108103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:23:23.108Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.108Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644110570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644111575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:23:23.136Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.136Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644119709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644122710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "clamp", "timestamp": 1654644123715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:23:23.169Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b 2022-06-07T23:23:23.170Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "17ce027e-aec2-4268-8d24-651ca5bb91ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644122699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:23:23.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/resourceInstances/pnf9386caf056e20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644136464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644139153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmkhkkzy4rfntfabckga/1.0/artifacts/service-DemoPnfBmkhkkzy4rfntfabckga-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:23:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:23:39.499Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec8e4e0f-20af-483f-9874-c91d69465088 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:23:39.509Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec8e4e0f-20af-483f-9874-c91d69465088 and serviceModelVersionId: 2ab33f7a-92dc-449c-98d1-eafe39c1fae6 2022-06-07T23:23:39.510Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88dfc630-d793-4d05-b075-9609bc0cc32b 2022-06-07T23:23:39.510Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0 2022-06-07T23:23:39.515Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:23:39.568Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0|INFO|500||Invoke 2022-06-07T23:23:39.569Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec8e4e0f-20af-483f-9874-c91d69465088], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73d5d9b3-6078-4c61-8b83-ee25559f10d9], X-ECOMP-RequestID=[ec8e4e0f-20af-483f-9874-c91d69465088], X-TransactionId=[], X-ONAP-RequestID=[ec8e4e0f-20af-483f-9874-c91d69465088], Content-Type=[application/merge-patch+json]} 2022-06-07T23:23:39.597Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:23:39.715Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?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/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-23:23:39:899-38050], vertex-id=[221344], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:23:39 GMT], Content-Type=[application/json]} 2022-06-07T23:23:39.716Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:23:39.717Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88dfc630-d793-4d05-b075-9609bc0cc32b/model-vers/model-ver/2ab33f7a-92dc-449c-98d1-eafe39c1fae6?depth=0|INFO|500||InvokeReturn 2022-06-07T23:23:39.717Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:23:39.717Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-06-07T23:23:39.725Z|ec8e4e0f-20af-483f-9874-c91d69465088|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-06-07T23:23:39.725Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec8e4e0f-20af-483f-9874-c91d69465088 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:23:39.725Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:23:39.726Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:39.728Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:39.728Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644219725, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:23:39.829Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:39.830Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:39.830Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:39.851Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:39.853Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:23:40.750Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:23:40.750Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f6c5f962-b83e-42b5-9ff7-dbdda282ca85","serviceDescription":"service","serviceInvariantUUID":"55b8526e-e697-426e-9961-9456b47fb2ba","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7723709-643d-4fc2-9d40-3ab20d9c1ca3","resourceInvariantUUID":"16c3d38f-5b20-4d41-93b3-0c32041a989b","resourceCustomizationUUID":"a836ff8b-5386-44ba-b4c4-7373cb23d8dc","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":"MzI4OWIwZDZkYjUwZDYyMjU3NzgyYzQ1NWE3ODhhZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9bd37fd-e3fa-400b-824d-69dd4772b959","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":"54f05fab-984d-4f5e-b35a-8fe11fe4395f","artifactVersion":"2","generatedFromUUID":"b95a1212-771a-408b-9954-1db68b8d7474"},{"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":"b95a1212-771a-408b-9954-1db68b8d7474","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":"ZTBiY2IxMzYxNTZmMjVmYWRhOGE5NzRiYTBiMDBhNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61a32cec-c16f-4bc8-adf2-c065811828fc","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":"2a1cda55-8900-417d-b9a6-b632b5351aa7","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":"a8a5884c-b0a6-4f22-ae07-a283c7449804","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":"3ba2437b-0a58-4295-9da5-58cbf68ab0d2","artifactVersion":"2","generatedFromUUID":"2a1cda55-8900-417d-b9a6-b632b5351aa7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjliMGIxYTc5ZGEyNTdkYzdhNGFlMTBlMmU3ZDZhZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6dababb3-38b0-49a3-a470-c33eadd823a1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2NkZmMyN2YxNGYwMGY1MTBjYmMwMDdlY2VmNjVlMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59e3fe18-37c6-4348-8833-d470cfea6afa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:23:40.751Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:40.752Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:40.755Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:40.755Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:40.855Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:40.857Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:40.857Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:40.878Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:40.879Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:41.756Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:41.759Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:41.762Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:41.763Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T23:23:41.863Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:41.865Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:41.865Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:41.887Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:41.888Z||pool-84-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:42.763Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:42.764Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:42.766Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:42.767Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T23:23:42.868Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:23:42.869Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:42.869Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:42.890Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:42.891Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:43.783Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:43.784Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:43.795Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:43.795Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:23:43.892Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-07T23:23:43.894Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:43.894Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:43.919Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:43.920Z||pool-86-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:44.796Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:44.797Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:44.800Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:44.800Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T23:23:44.900Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:44.902Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:44.902Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:44.932Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:44.932Z||pool-87-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:45.800Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:45.802Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:45.804Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:45.804Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:45.904Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:45.906Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:45.906Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:45.931Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:45.932Z||pool-88-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:46.805Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:46.806Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:46.808Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:46.808Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T23:23:46.909Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:23:46.910Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:46.910Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:46.928Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:46.929Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:47.809Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:47.810Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:47.813Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:47.814Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:23:47.919Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-07T23:23:47.920Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:47.920Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:47.943Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:47.944Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:48.815Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:23:48.825Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:48.830Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:48.830Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:23:48.928Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:23:48.929Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:48.929Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:48.955Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:48.956Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:49.835Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f6c5f962-b83e-42b5-9ff7-dbdda282ca85", "serviceDescription": "service", "serviceInvariantUUID": "55b8526e-e697-426e-9961-9456b47fb2ba", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a836ff8b-5386-44ba-b4c4-7373cb23d8dc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a7723709-643d-4fc2-9d40-3ab20d9c1ca3", "resourceInvariantUUID": "16c3d38f-5b20-4d41-93b3-0c32041a989b", "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": "54f05fab-984d-4f5e-b35a-8fe11fe4395f", "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": "b95a1212-771a-408b-9954-1db68b8d7474", "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": "ZTBiY2IxMzYxNTZmMjVmYWRhOGE5NzRiYTBiMDBhNDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61a32cec-c16f-4bc8-adf2-c065811828fc", "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": "2a1cda55-8900-417d-b9a6-b632b5351aa7", "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": "3ba2437b-0a58-4295-9da5-58cbf68ab0d2", "generatedFromUUID": "2a1cda55-8900-417d-b9a6-b632b5351aa7" }, "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": "3ba2437b-0a58-4295-9da5-58cbf68ab0d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Y2NkZmMyN2YxNGYwMGY1MTBjYmMwMDdlY2VmNjVlMDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59e3fe18-37c6-4348-8833-d470cfea6afa" } ], "workloadContext": "Production" } 2022-06-07T23:23:49.835Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:23:49.836Z|ec8e4e0f-20af-483f-9874-c91d69465088|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f6c5f962-b83e-42b5-9ff7-dbdda282ca85 ASDC 2022-06-07T23:23:49.837Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f6c5f962-b83e-42b5-9ff7-dbdda282ca85 ServiceInvariantUUID:55b8526e-e697-426e-9961-9456b47fb2ba 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:59e3fe18-37c6-4348-8833-d470cfea6afa ArtifactChecksum:Y2NkZmMyN2YxNGYwMGY1MTBjYmMwMDdlY2VmNjVlMDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a836ff8b-5386-44ba-b4c4-7373cb23d8dc ResourceInvariantUUID:16c3d38f-5b20-4d41-93b3-0c32041a989b ResourceName:basic_cnf ResourceType:VF ResourceUUID:a7723709-643d-4fc2-9d40-3ab20d9c1ca3 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:54f05fab-984d-4f5e-b35a-8fe11fe4395f 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:b95a1212-771a-408b-9954-1db68b8d7474 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:61a32cec-c16f-4bc8-adf2-c065811828fc ArtifactChecksum:ZTBiY2IxMzYxNTZmMjVmYWRhOGE5NzRiYTBiMDBhNDc= 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:2a1cda55-8900-417d-b9a6-b632b5351aa7 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:3ba2437b-0a58-4295-9da5-58cbf68ab0d2 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:3ba2437b-0a58-4295-9da5-58cbf68ab0d2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:23:49.837Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6c5f962-b83e-42b5-9ff7-dbdda282ca85 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:23:49.910Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:23:49.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:23:49.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:23:49.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 59e3fe18-37c6-4348-8833-d470cfea6afa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T23:23:49.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:49.913Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T23:23:50.019Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:50.025Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 59e3fe18-37c6-4348-8833-d470cfea6afa 68956 2022-06-07T23:23:50.026Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T23:23:50.026Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T23:23:50.026Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:50.026Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:50.030Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:50.030Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644230025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:50.131Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:23:50.132Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:50.132Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:50.150Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:50.151Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:51.031Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:23:51.033Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-07T23:23:51.033Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 59e3fe18-37c6-4348-8833-d470cfea6afa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:51.033Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-07T23:23:51.034Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:51.034Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:51.218Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5413975503911530771/Definitions/service-BasicCnf-template.yml 2022-06-07T23:23:53.170Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:23:53.171Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:23:53.171Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:53.171Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T23:23:53.171Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:53.171Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-BasicCnf-csar.csar 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:53.172Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-07T23:23:53.173Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:23:53.174Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.174Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.174Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.174Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T23:23:53.174Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:53.175Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:53.176Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ebb1925-ea6f-4fd3-8ca6-74f607a53555 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.177Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.178Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.178Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.178Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.178Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.178Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:53.179Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:53.179Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f6c5f962-b83e-42b5-9ff7-dbdda282ca85 Model Version:NULL Model InvariantUuid:55b8526e-e697-426e-9961-9456b47fb2ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9fe44c44-899a-4613-a4f6-94be65450947 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16c3d38f-5b20-4d41-93b3-0c32041a989b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a836ff8b-5386-44ba-b4c4-7373cb23d8dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f998a2f1-8d68-47df-8b58-0e8bb3b04318 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e2e5195d-b595-4cf2-8935-203afef3591c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ebb1925-ea6f-4fd3-8ca6-74f607a53555 ModelInvariantUuid:294e84ac-1d37-42e2-a95d-7e11a963ee1a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8bd2bb9e-8bb4-4e08-b357-8b32c8ec828d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e804cf2b-186f-4ade-9f6f-50d9c8190178 ModelInvariantUuid:48e66e6f-d925-4737-8b2e-3d7433d1c8fe ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:364345c4-30e7-4026-a7a0-9559ba99478a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:23:53.204Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a7723709-643d-4fc2-9d40-3ab20d9c1ca3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:53.209Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-06-07T23:23:53.209Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7723709-643d-4fc2-9d40-3ab20d9c1ca3 2022-06-07T23:23:53.210Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54f05fab-984d-4f5e-b35a-8fe11fe4395f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T23:23:53.210Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:53.210Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T23:23:53.337Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:53.337Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 54f05fab-984d-4f5e-b35a-8fe11fe4395f 12 2022-06-07T23:23:53.338Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T23:23:53.338Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T23:23:53.342Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:53.342Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:53.345Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:53.345Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644233338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:53.445Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:23:53.447Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:53.448Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:53.490Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:53.492Z||pool-93-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":2,"count":1} 2022-06-07T23:23:54.346Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b95a1212-771a-408b-9954-1db68b8d7474 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T23:23:54.347Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:54.347Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T23:23:54.427Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:54.428Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b95a1212-771a-408b-9954-1db68b8d7474 2688 2022-06-07T23:23:54.428Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T23:23:54.428Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T23:23:54.428Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:54.429Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:54.433Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:54.433Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644234428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:54.533Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:54.535Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:54.536Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:54.625Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:54.627Z||pool-94-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:23:55.435Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61a32cec-c16f-4bc8-adf2-c065811828fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T23:23:55.435Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:55.436Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T23:23:55.503Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:55.504Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 61a32cec-c16f-4bc8-adf2-c065811828fc 828 2022-06-07T23:23:55.504Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T23:23:55.504Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T23:23:55.505Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:55.505Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:55.507Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:55.507Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644235504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:55.608Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:55.609Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:55.609Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:55.641Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:55.642Z||pool-95-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:56.508Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f998a2f1-8d68-47df-8b58-0e8bb3b04318", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2e5195d-b595-4cf2-8935-203afef3591c", "vfModuleModelCustomizationUUID": "86d6e17b-9a53-4b9b-9587-8877c1a0cd22", "isBase": true, "artifacts": [ "2a1cda55-8900-417d-b9a6-b632b5351aa7", "b95a1212-771a-408b-9954-1db68b8d7474", "3ba2437b-0a58-4295-9da5-58cbf68ab0d2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:23:56.512Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2e5195d-b595-4cf2-8935-203afef3591c VfModuleModelInvariantUUID:f998a2f1-8d68-47df-8b58-0e8bb3b04318 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a1cda55-8900-417d-b9a6-b632b5351aa7 , b95a1212-771a-408b-9954-1db68b8d7474 , 3ba2437b-0a58-4295-9da5-58cbf68ab0d2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:23:56.516Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f998a2f1-8d68-47df-8b58-0e8bb3b04318", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2e5195d-b595-4cf2-8935-203afef3591c", "vfModuleModelCustomizationUUID": "86d6e17b-9a53-4b9b-9587-8877c1a0cd22", "isBase": true, "artifacts": [ "2a1cda55-8900-417d-b9a6-b632b5351aa7", "b95a1212-771a-408b-9954-1db68b8d7474", "3ba2437b-0a58-4295-9da5-58cbf68ab0d2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:23:56.517Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2e5195d-b595-4cf2-8935-203afef3591c VfModuleModelInvariantUUID:f998a2f1-8d68-47df-8b58-0e8bb3b04318 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a1cda55-8900-417d-b9a6-b632b5351aa7 , b95a1212-771a-408b-9954-1db68b8d7474 , 3ba2437b-0a58-4295-9da5-58cbf68ab0d2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:23:56.517Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a1cda55-8900-417d-b9a6-b632b5351aa7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T23:23:56.517Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:56.518Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T23:23:56.583Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:56.584Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2a1cda55-8900-417d-b9a6-b632b5351aa7 1164 2022-06-07T23:23:56.584Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T23:23:56.585Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T23:23:56.586Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:56.586Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:56.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:56.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644236584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:56.689Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:56.692Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:56.692Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:56.731Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:56.732Z||pool-96-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:57.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ba2437b-0a58-4295-9da5-58cbf68ab0d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T23:23:57.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-07T23:23:57.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T23:23:57.663Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-07T23:23:57.663Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3ba2437b-0a58-4295-9da5-58cbf68ab0d2 200 2022-06-07T23:23:57.664Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T23:23:57.664Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T23:23:57.664Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:23:57.664Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:57.667Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:57.667Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644237664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:23:57.767Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:23:57.768Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:57.768Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:57.791Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:57.791Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:58.669Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6c5f962-b83e-42b5-9ff7-dbdda282ca85 2022-06-07T23:23:58.669Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a7723709-643d-4fc2-9d40-3ab20d9c1ca3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-06-07T23:23:58.688Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:58.706Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2715389a, org.onap.sdc.toscaparser.api.parameters.Input@42548b17, org.onap.sdc.toscaparser.api.parameters.Input@3789b21c, org.onap.sdc.toscaparser.api.parameters.Input@6f2cd9f0, org.onap.sdc.toscaparser.api.parameters.Input@61f3fd67] 2022-06-07T23:23:58.707Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.707Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.708Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:23:58.708Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a836ff8b-5386-44ba-b4c4-7373cb23d8dc 2022-06-07T23:23:58.708Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a836ff8b-5386-44ba-b4c4-7373cb23d8dc matches Tosca VF Customization UUID: a836ff8b-5386-44ba-b4c4-7373cb23d8dc 2022-06-07T23:23:58.708Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a836ff8b-5386-44ba-b4c4-7373cb23d8dc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:23:58.712Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.712Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.713Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a836ff8b-5386-44ba-b4c4-7373cb23d8dc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-07T23:23:58.713Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@741020d6 2022-06-07T23:23:58.714Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.714Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:23:58.714Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86d6e17b-9a53-4b9b-9587-8877c1a0cd22 2022-06-07T23:23:58.714Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86d6e17b-9a53-4b9b-9587-8877c1a0cd22 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:23:58.718Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.718Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:58.719Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:58.719Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.719Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:58.719Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:58.720Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.720Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T23:23:58.720Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T23:23:58.720Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ebb1925-ea6f-4fd3-8ca6-74f607a53555 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:23:58.725Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.725Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:58.725Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:23:58.726Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.726Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T23:23:58.726Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a836ff8b-5386-44ba-b4c4-7373cb23d8dc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:23:58.733Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.734Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.734Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6c5f962-b83e-42b5-9ff7-dbdda282ca85: basic_cnf 2022-06-07T23:23:58.734Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.735Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.735Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.735Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.735Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.735Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.736Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.736Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.736Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:23:58.736Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:23:58.736Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:23:58.956Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a7723709-643d-4fc2-9d40-3ab20d9c1ca3 1 ASDC deployResourceStructure 2022-06-07T23:23:58.957Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T23:23:58.958Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T23:23:58.959Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T23:23:58.960Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:58.963Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:58.964Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644238956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:23:59.067Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T23:23:59.068Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:23:59.068Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:23:59.083Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:23:59.084Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:23:59.965Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T23:23:59.966Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T23:23:59.966Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T23:23:59.966Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:23:59.969Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:23:59.970Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644239965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:24:00.070Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:24:00.071Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:00.071Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:00.101Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:00.101Z||pool-99-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:24:00.971Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T23:24:00.971Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T23:24:00.971Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:24:00.971Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:24:00.975Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:24:00.975Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644240970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:24:01.075Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:24:01.077Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:01.077Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:01.097Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:01.098Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:24:01.978Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T23:24:01.978Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T23:24:01.978Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:24:01.978Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:24:01.981Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:24:01.981Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644241976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:24:02.082Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:24:02.083Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:02.083Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:02.106Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:02.106Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:24:02.983Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T23:24:02.984Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T23:24:02.984Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:24:02.984Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:24:02.987Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:24:02.987Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644242983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T23:24:03.087Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:24:03.088Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:03.088Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:03.107Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:03.108Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:24:03.988Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T23:24:03.989Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T23:24:03.989Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:24:03.989Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:24:03.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:24:03.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644243988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:24:04.092Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:24:04.092Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:04.093Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:04.109Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:04.110Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:24:04.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:24:05.033Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:24:05.063Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:24:05.063Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:24:05.063Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:24:05.063Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:24:05.063Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:24:05.064Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:05.084Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:24:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:24:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:24:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:24:22.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:22.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f689e986-9c3a-4587-a930-f6770169ddf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644170544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:24:22.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:24:22.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:24:22.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:24:22.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644178843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644182076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644183191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644184298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644185447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:24:22.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644186452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:24:22.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644187457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T23:24:22.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:22.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T23:24:22.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644188462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:24:22.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:24:35.085Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:24:35.094Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and serviceModelVersionId: f6c5f962-b83e-42b5-9ff7-dbdda282ca85 2022-06-07T23:24:35.095Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55b8526e-e697-426e-9961-9456b47fb2ba 2022-06-07T23:24:35.096Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0 2022-06-07T23:24:35.103Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:24:35.188Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0|INFO|500||Invoke 2022-06-07T23:24:35.188Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0af1ea8-5fdc-4e73-92cc-5a349cc810ad], X-ECOMP-RequestID=[0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b], X-TransactionId=[], X-ONAP-RequestID=[0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b], Content-Type=[application/merge-patch+json]} 2022-06-07T23:24:35.211Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:24:35.325Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?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/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-23:24:35:512-48695], vertex-id=[241912], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:24:35 GMT], Content-Type=[application/json]} 2022-06-07T23:24:35.326Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:24:35.327Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55b8526e-e697-426e-9961-9456b47fb2ba/model-vers/model-ver/f6c5f962-b83e-42b5-9ff7-dbdda282ca85?depth=0|INFO|500||InvokeReturn 2022-06-07T23:24:35.328Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:24:35.329Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:35.338Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:35.339Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:24:35.340Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:24:35.340Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:24:35.344Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:24:35.344Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644275339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:24:35.459Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms 2022-06-07T23:24:35.461Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:24:35.461Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:24:35.491Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:35.492Z||pool-104-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:24:36.370Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:24:36.371Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:36.371Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:24:46.759Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:46.760Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:24:46.761Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:46.761Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:24:56.325Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:24:56.326Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:24:56.327Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:24:56.327Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:25:05.907Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:25:05.908Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:25:05.909Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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-06-07T23:25:05.909Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:25:15.469Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:25:22.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:25:22.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:25:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:25:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:25:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:25:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:25:22.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:25:22.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec8e4e0f-20af-483f-9874-c91d69465088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644219725, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:25:22.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:22.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:25:22.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T23:25:22.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T23:25:22.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:25:22.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T23:25:22.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:25:22.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T23:25:22.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:25:22.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644123731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:25:22.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:25:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:22.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644230025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:22.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:22.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644233338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:23.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644234428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:23.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644235504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:23.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644236584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:23.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644237664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:25:23.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644238956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:25:23.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644239965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:25:23.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644240970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:25:23.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644241976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:25:23.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644242983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644243988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:25:23.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:25:32.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:26:22.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:26:22.896Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:26:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:26:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:26:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:26:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:26:23.455Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:26:23.456Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:26:23.456Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644275339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:26:23.458Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:26:32.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:27:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:27:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:27:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:27:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:27:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:27:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:27:32.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:27:32.527Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:28:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:28:22.898Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:28:22.898Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:28:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:28:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:28:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:28:32.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:28:32.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:29:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:29:22.895Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:29:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:29:22.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:29:22.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:29:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:29:32.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:29:32.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:30:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:30:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:30:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:30:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:30:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:30:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:30:32.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:30:32.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:31:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:31:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:31:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:31:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:31:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:31:22.914Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:31:32.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:31:32.483Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:32:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:32:22.896Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:32:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:32:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:32:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:32:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:32:32.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:32:32.479Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:33:22.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:33:22.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:33:22.897Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:33:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:33:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:33:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:33:32.523Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:33:32.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:34:22.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:34:22.894Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:34:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:34:22.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:34:22.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:34:22.916Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:34:32.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:34:32.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:35:22.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:35:22.893Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:35:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:35:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:35:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:35:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:35:32.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:35:32.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:22.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:36:22.894Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:36:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:36:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:36:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:36:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:36:23.170Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:23.172Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.173Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.175Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.176Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.176Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.176Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.177Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.177Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.177Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.177Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.178Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.178Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.178Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.179Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:36:23.179Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.180Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.180Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.180Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.181Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.182Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.182Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.182Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.183Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.183Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T23:36:23.183Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.183Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.184Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.184Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.184Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.185Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.185Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.185Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.185Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.186Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.186Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.186Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.187Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.187Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.187Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.188Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.188Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.188Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:36:23.189Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.189Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.189Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.189Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.190Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.190Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.190Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.190Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.191Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.191Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.191Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.192Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.192Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.192Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.193Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T23:36:23.193Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.193Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.193Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.194Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.194Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.194Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.195Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.195Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.195Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.195Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.196Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.196Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.196Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.196Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.197Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.197Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.197Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.197Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.198Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.198Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.198Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.199Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.199Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.199Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.199Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.200Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.200Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.200Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.201Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.201Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T23:36:23.202Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.202Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.202Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.203Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.203Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.203Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.204Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.204Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.204Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.204Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.205Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.205Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.205Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.205Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.205Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T23:36:23.206Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.206Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.206Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.206Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.207Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.208Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.208Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.208Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.208Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.208Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.209Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.209Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T23:36:23.209Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.209Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.210Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644968103, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:36:23.210Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.210Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.210Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644966747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:36:23.210Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.211Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.211Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644968833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:36:23.211Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:36:23.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:23.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T23:36:23.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa825aaf-557e-4610-9308-f374d63cfe37","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bb75ea57-be58-42e8-9dcc-f28164029036","serviceDescription":"service","serviceInvariantUUID":"5c043ecc-6335-458d-9329-a548a3021a5b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9285117c-16d0-4fe9-90d4-2d5e18109492","resourceInvariantUUID":"4fb1b266-2828-4fb2-b691-9eecab6914b3","resourceCustomizationUUID":"86fb13d4-8670-45e7-9d3b-854d8d6e53e2","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":"Zjc4NTUzMmFmZjk0ODc2MTNjMjg2YjVjOTg3OTNhZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81c0b62b-56c3-4164-a127-dff91571487a","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":"YTFmZTg2MGI5NmZkNDhlMjg1ZDQ3NGE5MjA1YzNhNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67afa4bc-9fed-4e34-8cb4-16713e15ea11","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":"40be11c8-2861-469c-9e4f-70ab8a6a1b4e","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":"76f5fe94-aaf0-4d02-bff1-87e593cfdac7","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":"e25a2bae-9573-4fc6-a54e-dd70ad3ab2f5","artifactVersion":"2","generatedFromUUID":"949fe76c-0a14-42a8-a281-e05437c73414"},{"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":"967b792f-946d-4a20-9b79-6d54a0a3e982","artifactVersion":"2","generatedFromUUID":"40be11c8-2861-469c-9e4f-70ab8a6a1b4e"},{"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":"949fe76c-0a14-42a8-a281-e05437c73414","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":"e1632fbb-d5e6-4dc4-adbc-205b01e2dfb8","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":"NzRkMDA2ZTU4MWRlNjEyZDg0NWI2MWQyMDE0MGQyMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1f5b1a2-070c-4de7-8103-b7f772731621","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTUyMGZkNWQ4YzIwMGEzODAzNjVjOWVhMDNmOGM5NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3f61618-a676-42fe-b32d-6d22f5628fbd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:36:23.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:23.555Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:23.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:23.563Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:23.663Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:36:23.664Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:23.664Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:23.702Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:23.702Z||pool-105-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:24.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:24.574Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:24.578Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:24.578Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:36:24.680Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T23:36:24.681Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:24.681Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:24.704Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:24.704Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:25.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:25.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:25.582Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:25.587Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T23:36:25.682Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-07T23:36:25.684Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:25.684Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:25.705Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:25.705Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:26.588Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:26.588Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:26.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:26.598Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:26.693Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-07T23:36:26.697Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:26.698Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:26.730Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:26.732Z||pool-108-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:27.600Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:27.600Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:27.603Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:27.603Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T23:36:27.703Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:36:27.704Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:27.705Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:27.723Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:27.724Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:28.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:28.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:28.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:28.613Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T23:36:28.714Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:28.715Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:28.715Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:28.751Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:28.752Z||pool-110-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:29.614Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:29.615Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:29.621Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:29.621Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T23:36:29.721Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:29.722Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:29.723Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:29.747Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:29.748Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:30.622Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:30.623Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:30.626Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:30.627Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:30.727Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:30.728Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:30.728Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:30.748Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:30.749Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:31.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:31.656Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:31.659Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:31.660Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:36:31.765Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-07T23:36:31.765Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:31.765Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:31.785Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:31.786Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:32.667Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:36:32.668Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:32.671Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:32.671Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:36:32.779Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-07T23:36:32.780Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:32.781Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:32.803Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:32.803Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:33.676Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "bb75ea57-be58-42e8-9dcc-f28164029036", "serviceDescription": "service", "serviceInvariantUUID": "5c043ecc-6335-458d-9329-a548a3021a5b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "86fb13d4-8670-45e7-9d3b-854d8d6e53e2", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9285117c-16d0-4fe9-90d4-2d5e18109492", "resourceInvariantUUID": "4fb1b266-2828-4fb2-b691-9eecab6914b3", "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": "YTFmZTg2MGI5NmZkNDhlMjg1ZDQ3NGE5MjA1YzNhNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67afa4bc-9fed-4e34-8cb4-16713e15ea11", "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": "40be11c8-2861-469c-9e4f-70ab8a6a1b4e", "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": "967b792f-946d-4a20-9b79-6d54a0a3e982", "generatedFromUUID": "40be11c8-2861-469c-9e4f-70ab8a6a1b4e" }, "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": "e25a2bae-9573-4fc6-a54e-dd70ad3ab2f5", "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": "967b792f-946d-4a20-9b79-6d54a0a3e982", "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": "949fe76c-0a14-42a8-a281-e05437c73414", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MTUyMGZkNWQ4YzIwMGEzODAzNjVjOWVhMDNmOGM5NjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f3f61618-a676-42fe-b32d-6d22f5628fbd" } ], "workloadContext": "Production" } 2022-06-07T23:36:33.677Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:36:33.677Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bb75ea57-be58-42e8-9dcc-f28164029036 ASDC 2022-06-07T23:36:33.678Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fa825aaf-557e-4610-9308-f374d63cfe37 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:bb75ea57-be58-42e8-9dcc-f28164029036 ServiceInvariantUUID:5c043ecc-6335-458d-9329-a548a3021a5b 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:f3f61618-a676-42fe-b32d-6d22f5628fbd ArtifactChecksum:MTUyMGZkNWQ4YzIwMGEzODAzNjVjOWVhMDNmOGM5NjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:86fb13d4-8670-45e7-9d3b-854d8d6e53e2 ResourceInvariantUUID:4fb1b266-2828-4fb2-b691-9eecab6914b3 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9285117c-16d0-4fe9-90d4-2d5e18109492 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:67afa4bc-9fed-4e34-8cb4-16713e15ea11 ArtifactChecksum:YTFmZTg2MGI5NmZkNDhlMjg1ZDQ3NGE5MjA1YzNhNjM= 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:40be11c8-2861-469c-9e4f-70ab8a6a1b4e 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:967b792f-946d-4a20-9b79-6d54a0a3e982 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:e25a2bae-9573-4fc6-a54e-dd70ad3ab2f5 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:967b792f-946d-4a20-9b79-6d54a0a3e982 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:949fe76c-0a14-42a8-a281-e05437c73414 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:36:33.678Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb75ea57-be58-42e8-9dcc-f28164029036 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:36:33.773Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:36:33.775Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:36:33.775Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:36:33.775Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3f61618-a676-42fe-b32d-6d22f5628fbd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:33.776Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:33.776Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:33.928Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:33.941Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f3f61618-a676-42fe-b32d-6d22f5628fbd 158211 2022-06-07T23:36:33.942Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:36:33.942Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:33.942Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:33.942Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:33.944Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:33.944Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644993941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:34.045Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:34.046Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:34.046Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:34.072Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:34.073Z||pool-115-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:34.945Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:36:34.946Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:36:34.946Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f3f61618-a676-42fe-b32d-6d22f5628fbd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:34.947Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-07T23:36:34.948Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:34.948Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:35.263Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16211072396867595257/Definitions/service-BasicCnfMacro-template.yml 2022-06-07T23:36:37.121Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:37.122Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:36:37.123Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.123Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.123Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.123Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:36:37.124Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:36:37.124Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.125Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.125Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.125Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:36:37.126Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:36:37.126Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.126Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.127Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.127Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T23:36:37.127Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-07T23:36:37.127Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-07T23:36:37.127Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:36:37.128Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.128Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:36:37.128Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.128Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.128Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:37.129Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.129Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.129Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:37.129Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.130Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.130Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:37.130Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.130Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:37.130Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=59bcd284-e6ea-4f0b-9a58-c7d13c7505af 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.131Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:37.132Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:bb75ea57-be58-42e8-9dcc-f28164029036 Model Version:NULL Model InvariantUuid:5c043ecc-6335-458d-9329-a548a3021a5b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:c654e920-3862-4b48-b1b8-98e8d4a6486b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4fb1b266-2828-4fb2-b691-9eecab6914b3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86fb13d4-8670-45e7-9d3b-854d8d6e53e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:956cbddd-38c4-457d-8751-3b52205c18a5 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ec1bb273-33b4-42dc-b2bc-089ae7468637 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:c436d113-237b-4341-8a96-b27febac4bd7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:d305b9ff-5e01-41ca-9236-be908fce6d32 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:59bcd284-e6ea-4f0b-9a58-c7d13c7505af ModelInvariantUuid:ab22e72e-6302-4674-8be8-b6ea716043c2 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:12739306-d45f-4b32-94ae-5414efce34cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:642a663c-f0cd-4792-ac4e-83a7aace4e73 ModelInvariantUuid:1217c224-64f3-40df-97f4-e2d653b610ac ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ae996c03-8754-4f0e-9571-06955d679f6e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:36:37.149Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9285117c-16d0-4fe9-90d4-2d5e18109492 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:36:37.156Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-06-07T23:36:37.157Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9285117c-16d0-4fe9-90d4-2d5e18109492 2022-06-07T23:36:37.157Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 67afa4bc-9fed-4e34-8cb4-16713e15ea11 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T23:36:37.157Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:37.157Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T23:36:37.317Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:37.318Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 67afa4bc-9fed-4e34-8cb4-16713e15ea11 1565 2022-06-07T23:36:37.318Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T23:36:37.318Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T23:36:37.318Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:37.319Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:37.321Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:37.321Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644997318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:37.421Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:37.422Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:37.423Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:37.441Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:37.442Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:38.322Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c436d113-237b-4341-8a96-b27febac4bd7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d305b9ff-5e01-41ca-9236-be908fce6d32", "vfModuleModelCustomizationUUID": "345e2b26-3e23-4068-9b01-d49d3373bfd5", "isBase": true, "artifacts": [ "40be11c8-2861-469c-9e4f-70ab8a6a1b4e", "967b792f-946d-4a20-9b79-6d54a0a3e982" ], "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": "956cbddd-38c4-457d-8751-3b52205c18a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec1bb273-33b4-42dc-b2bc-089ae7468637", "vfModuleModelCustomizationUUID": "56074141-9634-4210-86ea-7e8e8e3aeef7", "isBase": false, "artifacts": [ "949fe76c-0a14-42a8-a281-e05437c73414" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:36:38.326Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d305b9ff-5e01-41ca-9236-be908fce6d32 VfModuleModelInvariantUUID:c436d113-237b-4341-8a96-b27febac4bd7 VfModuleModelDescription:NULL Artifacts UUID List:{ 40be11c8-2861-469c-9e4f-70ab8a6a1b4e , 967b792f-946d-4a20-9b79-6d54a0a3e982 } 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:ec1bb273-33b4-42dc-b2bc-089ae7468637 VfModuleModelInvariantUUID:956cbddd-38c4-457d-8751-3b52205c18a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 949fe76c-0a14-42a8-a281-e05437c73414 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-07T23:36:38.330Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c436d113-237b-4341-8a96-b27febac4bd7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d305b9ff-5e01-41ca-9236-be908fce6d32", "vfModuleModelCustomizationUUID": "345e2b26-3e23-4068-9b01-d49d3373bfd5", "isBase": true, "artifacts": [ "40be11c8-2861-469c-9e4f-70ab8a6a1b4e", "967b792f-946d-4a20-9b79-6d54a0a3e982" ], "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": "956cbddd-38c4-457d-8751-3b52205c18a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec1bb273-33b4-42dc-b2bc-089ae7468637", "vfModuleModelCustomizationUUID": "56074141-9634-4210-86ea-7e8e8e3aeef7", "isBase": false, "artifacts": [ "949fe76c-0a14-42a8-a281-e05437c73414" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:36:38.331Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d305b9ff-5e01-41ca-9236-be908fce6d32 VfModuleModelInvariantUUID:c436d113-237b-4341-8a96-b27febac4bd7 VfModuleModelDescription:NULL Artifacts UUID List:{ 40be11c8-2861-469c-9e4f-70ab8a6a1b4e , 967b792f-946d-4a20-9b79-6d54a0a3e982 } 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:ec1bb273-33b4-42dc-b2bc-089ae7468637 VfModuleModelInvariantUUID:956cbddd-38c4-457d-8751-3b52205c18a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 949fe76c-0a14-42a8-a281-e05437c73414 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-07T23:36:38.331Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 40be11c8-2861-469c-9e4f-70ab8a6a1b4e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T23:36:38.331Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:38.331Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T23:36:38.436Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:38.436Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 40be11c8-2861-469c-9e4f-70ab8a6a1b4e 914 2022-06-07T23:36:38.437Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T23:36:38.437Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T23:36:38.437Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:38.437Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:38.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:38.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644998437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:38.539Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:38.540Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:38.540Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:38.582Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:38.583Z||pool-117-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:39.440Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e25a2bae-9573-4fc6-a54e-dd70ad3ab2f5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T23:36:39.441Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:39.441Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T23:36:39.539Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:39.540Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e25a2bae-9573-4fc6-a54e-dd70ad3ab2f5 12 2022-06-07T23:36:39.541Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T23:36:39.541Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T23:36:39.541Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:39.541Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:39.543Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:39.543Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644999540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:39.644Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:36:39.645Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:39.645Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:39.676Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:39.678Z||pool-118-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:40.547Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 967b792f-946d-4a20-9b79-6d54a0a3e982 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T23:36:40.548Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:40.549Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T23:36:40.625Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:40.626Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 967b792f-946d-4a20-9b79-6d54a0a3e982 96 2022-06-07T23:36:40.626Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T23:36:40.627Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T23:36:40.627Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:40.627Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:40.632Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:40.632Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645000626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:40.732Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:36:40.733Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:40.733Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:40.758Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:40.758Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:41.639Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 949fe76c-0a14-42a8-a281-e05437c73414 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T23:36:41.639Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:36:41.640Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T23:36:41.872Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:36:41.873Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 949fe76c-0a14-42a8-a281-e05437c73414 20206 2022-06-07T23:36:41.873Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T23:36:41.873Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T23:36:41.873Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:36:41.874Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:41.876Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:41.876Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645001873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:36:41.979Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T23:36:41.981Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:41.981Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:42.007Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:42.008Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:42.880Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bb75ea57-be58-42e8-9dcc-f28164029036 2022-06-07T23:36:42.881Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9285117c-16d0-4fe9-90d4-2d5e18109492 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:36:42.893Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ea1e13f, org.onap.sdc.toscaparser.api.parameters.Input@6bdab745, org.onap.sdc.toscaparser.api.parameters.Input@37732f14, org.onap.sdc.toscaparser.api.parameters.Input@2ceb5d45, org.onap.sdc.toscaparser.api.parameters.Input@1d72f9fe] 2022-06-07T23:36:42.895Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.896Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.896Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:36:42.896Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 86fb13d4-8670-45e7-9d3b-854d8d6e53e2 2022-06-07T23:36:42.896Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86fb13d4-8670-45e7-9d3b-854d8d6e53e2 matches Tosca VF Customization UUID: 86fb13d4-8670-45e7-9d3b-854d8d6e53e2 2022-06-07T23:36:42.896Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 86fb13d4-8670-45e7-9d3b-854d8d6e53e2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:36:42.899Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.899Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.899Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 86fb13d4-8670-45e7-9d3b-854d8d6e53e2: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-07T23:36:42.900Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bfef0f5 2022-06-07T23:36:42.900Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.900Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:36:42.900Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56074141-9634-4210-86ea-7e8e8e3aeef7 2022-06-07T23:36:42.900Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56074141-9634-4210-86ea-7e8e8e3aeef7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:36:42.903Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.904Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:42.904Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:42.904Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.905Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:42.905Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:36:42.905Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.905Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T23:36:42.906Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=86fb13d4-8670-45e7-9d3b-854d8d6e53e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:36:42.909Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.909Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.909Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bb75ea57-be58-42e8-9dcc-f28164029036: basic_cnf_macro 2022-06-07T23:36:42.910Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.910Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.910Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.910Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.911Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.911Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.911Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.911Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.912Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:36:42.912Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:36:42.912Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:36:42.971Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9285117c-16d0-4fe9-90d4-2d5e18109492 2 ASDC deployResourceStructure 2022-06-07T23:36:42.972Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T23:36:42.972Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T23:36:42.972Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:36:42.973Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:42.975Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:42.975Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645002972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:36:43.075Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:36:43.076Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:43.076Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:43.094Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:43.095Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:43.976Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T23:36:43.977Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T23:36:43.977Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:36:43.977Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:43.980Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:43.980Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645003976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:36:44.080Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:36:44.081Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:44.082Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:44.108Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:44.109Z||pool-122-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:44.982Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T23:36:44.983Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T23:36:44.983Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T23:36:44.983Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:44.986Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:44.987Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645004982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:36:45.087Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:45.089Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:45.089Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:45.125Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:45.126Z||pool-123-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:45.988Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T23:36:45.989Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T23:36:45.989Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:36:45.989Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:45.992Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:45.992Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645005988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T23:36:46.095Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T23:36:46.097Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:46.097Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:46.113Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:46.113Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:46.993Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T23:36:46.994Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T23:36:46.994Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T23:36:46.995Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:46.997Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:46.997Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645006993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:36:47.099Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:36:47.100Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:47.100Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:47.140Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:47.140Z||pool-125-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:36:47.998Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:36:47.999Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T23:36:47.999Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:36:47.999Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:36:48.002Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:36:48.002Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645007998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:36:48.102Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:36:48.103Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:36:48.103Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:36:48.136Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:36:48.136Z||pool-126-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:36:49.003Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:36:49.016Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:36:49.022Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:36:49.023Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:36:49.023Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:37:19.023Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:37:19.046Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:37:19.048Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:37:19.049Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:37:19.049Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:37:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:37:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:37:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:37:22.983Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:37:22.984Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:37:22.984Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:37:22.985Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:37:49.049Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:37:49.075Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:37:49.081Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:37:49.081Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:37:49.081Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:38:19.081Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:38:19.091Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:38:19.099Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:38:19.100Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:38:19.100Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:38:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:38:22.914Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:38:22.914Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:38:22.964Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:38:22.965Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:38:22.965Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:38:22.966Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:38:49.100Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:38:49.113Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:38:49.117Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:38:49.118Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:38:49.118Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:39:19.118Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:39:19.141Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:39:19.145Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:39:19.145Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T23:39:19.145Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T23:39:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:39:22.915Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:39:22.915Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:39:22.985Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:39:23.000Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.001Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.002Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.003Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644984282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644983847, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.004Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.005Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644984859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.006Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644976763, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.007Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.008Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.008Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "policy-id", "timestamp": 1654644985874, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.021Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.022Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.044Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644975844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.045Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.046Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644987664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.047Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.048Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644987595, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.049Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.049Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644986644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.050Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644988737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T23:39:23.051Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.052Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.053Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644988602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.066Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.091Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.091Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T23:39:23.091Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.091Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.091Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644989883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.092Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.093Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.098Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.099Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.099Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.099Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644991066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.099Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.099Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.101Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "cds", "timestamp": 1654644989586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.111Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.111Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.136Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.137Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.138Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.138Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.138Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.138Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.138Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644992220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.150Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.151Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:39:23.177Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.178Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:39:23.178Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.178Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.179Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.179Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.179Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.180Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.180Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.180Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.180Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.181Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.181Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.181Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.181Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.182Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.182Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "multicloud-k8s-id", "timestamp": 1654644993226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.182Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.182Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.183Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.183Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.183Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.183Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.183Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.184Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.184Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "ves-openapi-manager", "timestamp": 1654644983350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.184Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.184Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.184Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644982892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.185Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.185Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.185Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.185Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.185Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.186Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.186Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.186Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.186Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.186Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644993941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.187Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.188Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.188Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.188Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.188Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.188Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.189Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.189Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.189Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.189Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.189Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.190Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.190Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.190Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.190Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.190Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.191Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.191Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.191Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.191Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.192Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.192Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.192Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.192Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644988833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.192Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.193Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.193Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.193Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.193Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.194Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654644997896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.194Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.194Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.194Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.195Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.195Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.195Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:39:23.195Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.195Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.196Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644997318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.196Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.196Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.196Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.196Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.197Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.197Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644997955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.197Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.197Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.197Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.198Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.198Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.198Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.198Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.198Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.199Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:39:23.199Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.199Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.199Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644998437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.200Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.200Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.200Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.200Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.200Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.201Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644998973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.201Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.201Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.201Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644990844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.202Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.202Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.202Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.202Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.202Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.203Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.203Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.203Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.203Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654644999540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.203Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.204Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.204Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654645000396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.204Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.204Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.204Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "policy-id", "timestamp": 1654644999977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.285Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.286Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.313Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.314Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654644999624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.314Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.314Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.314Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.315Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645000626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.316Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.317Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.317Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.317Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "cds", "timestamp": 1654645001049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.336Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.337Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.363Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.363Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645001873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.363Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654645003310, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.364Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.365Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.365Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645002972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.365Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.365Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.365Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "clamp", "timestamp": 1654645004316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.372Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.372Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.385Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654644996763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645003976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.386Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654645005676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.387Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645004982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654644998104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.388Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654645006851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645005988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645006945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.389Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654645007953, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.390Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645006993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.391Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654645009023, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.403Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.404Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T23:39:23.413Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.414Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645007998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.414Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.415Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.415Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.415Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.415Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.415Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.416Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.416Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.416Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "multicloud-k8s-id", "timestamp": 1654645010036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.416Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.416Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.417Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654645009850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.417Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.417Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.417Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645010005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.418Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.418Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.418Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.418Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.418Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.419Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.419Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.419Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.419Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "aai-ml", "timestamp": 1654645010855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.426Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa825aaf-557e-4610-9308-f374d63cfe37 2022-06-07T23:39:23.427Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa825aaf-557e-4610-9308-f374d63cfe37 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.438Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.439Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645011012, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.450Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.451Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.468Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.468Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "ves-openapi-manager", "timestamp": 1654645003350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.468Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.469Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.470Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.470Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645005322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.470Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.471Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.471Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.471Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.471Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.471Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.472Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654644989461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654645020080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645022961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645026907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.473Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "clamp", "timestamp": 1654645027913, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.488Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.489Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:23.514Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.514Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654645029285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:39:23.514Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:39:23.514Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T23:39:23.514Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "aai-ml", "timestamp": 1654645030291, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:23.527Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebb46417-7653-4af2-aa65-8b73e3e3b7da 2022-06-07T23:39:23.528Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebb46417-7653-4af2-aa65-8b73e3e3b7da and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:39:49.147Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:39:49.433Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:39:49.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:39:49.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:39:49.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:39:49.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:39:49.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:39:49.453Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:40:19.454Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa825aaf-557e-4610-9308-f374d63cfe37 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:40:19.467Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa825aaf-557e-4610-9308-f374d63cfe37 and serviceModelVersionId: bb75ea57-be58-42e8-9dcc-f28164029036 2022-06-07T23:40:19.467Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c043ecc-6335-458d-9329-a548a3021a5b 2022-06-07T23:40:19.469Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0 2022-06-07T23:40:19.478Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:40:19.561Z|fa825aaf-557e-4610-9308-f374d63cfe37|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/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T23:40:19.564Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0|INFO|500||Invoke 2022-06-07T23:40:19.596Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:40:19.723Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0|INFO|500||InvokeReturn 2022-06-07T23:40:19.726Z|fa825aaf-557e-4610-9308-f374d63cfe37|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/5c043ecc-6335-458d-9329-a548a3021a5b/model-vers/model-ver/bb75ea57-be58-42e8-9dcc-f28164029036?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-23:40:19:897-84940], vertex-id=[442560], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:40:19 GMT], Content-Type=[application/json]} 2022-06-07T23:40:19.727Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:40:19.728Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:40:19.728Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:40:19.748Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T23:40:19.751Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa825aaf-557e-4610-9308-f374d63cfe37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:40:19.752Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:40:19.755Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:19.762Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:19.762Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645219751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:40:19.864Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T23:40:19.865Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:19.865Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:19.892Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:19.893Z||pool-127-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:40:20.779Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:40:20.779Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:40:20.779Z|fa825aaf-557e-4610-9308-f374d63cfe37|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:40:22.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:40:22.913Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:40:22.913Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:40:22.986Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:22.988Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.988Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.990Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.991Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.992Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.993Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.994Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.995Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.996Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.997Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.998Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.998Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.998Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.998Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:22.999Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.000Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.000Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.000Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.000Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.001Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.002Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.003Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.003Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.003Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.003Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.003Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.004Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T23:40:23.005Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.006Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.007Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.008Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1654645056763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645058104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645056747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.009Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645063350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.010Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645075531, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645075363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.011Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645065844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.012Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.012Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.012Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.012Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.012Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645076455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645075652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.013Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.014Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.014Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.014Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "ves-openapi-manager", "timestamp": 1654645077461, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.534Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.534Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.547Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.547Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645077647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645068833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.548Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "cds", "timestamp": 1654645077025, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:23.554Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.555Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.566Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.566Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645078911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.566Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.566Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.566Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654645078653, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:23.573Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.573Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.588Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645078659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645079664, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.589Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645080923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.590Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "policy-id", "timestamp": 1654645080668, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:23.598Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.598Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.611Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.611Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.611Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.612Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.612Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "clamp", "timestamp": 1654645081930, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:23.618Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.619Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:23.634Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.634Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.635Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645079461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645089372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:23.636Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.637Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.637Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645094592, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:40:23.637Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:40:23.637Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:40:23.637Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "aai-ml", "timestamp": 1654645095598, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:23.645Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f713c5e9-54b3-4881-8438-3e6fd5615cf0 2022-06-07T23:40:23.646Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f713c5e9-54b3-4881-8438-3e6fd5615cf0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:25.413Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:25.414Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T23:40:25.414Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebb46417-7653-4af2-aa65-8b73e3e3b7da","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e6ce12bf-ec3e-41aa-8713-9d6a768aa892","serviceDescription":"service","serviceInvariantUUID":"33b45f08-2f67-4e12-bb10-f5399805b958","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4768a9c6-e1b7-45a6-af0e-51d55766aff8","resourceInvariantUUID":"a7ed8d23-c10e-4516-bf18-4b85c5775f47","resourceCustomizationUUID":"273c40d9-12a9-47b8-a36e-8e7c742d9015","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":"MzI5ZTY4NzBmNTFiODZhMTJhZDY0ZTdjZjFjNTgyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69b051f8-2aae-401b-8fa8-5ca80e6b0cd4","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":"YTBjNjcyYTY5YzA4MDBkMTJlZjMzNzhmY2RmZjdlNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3664d1b4-1366-4990-b9ec-c2fbf58f05df","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":"444fb9c1-de90-47f9-808c-0a087e80d63a","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":"cff87b54-ab47-4623-bbae-e92308c972ed","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":"634bedb3-adc9-4149-b7e7-8ab56b7fe477","artifactVersion":"2","generatedFromUUID":"444fb9c1-de90-47f9-808c-0a087e80d63a"},{"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":"NWUxYjEzMDM4Mzg2ZDBkNWRiMzFhYThiODlhOTc4ZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"86d49334-17d0-4589-aa55-1b78f76dd037","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":"YzMxOTU2N2U5NTc0ZjExYTY0NGEyN2QxNWUxZjdkMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f5137e2-faf5-45ed-820a-60455affbb69","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmJhMzQxOWM2MjY1YTJmZjAyNWM5OGM0YjcyNjJiY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f1f19c3-e8ce-46c2-8e9f-db026315d6ce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:40:25.417Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:25.417Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:25.423Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:25.423Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:25.525Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:40:25.526Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:25.526Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:25.549Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:25.550Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:26.424Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:26.425Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:26.427Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:26.428Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:40:26.528Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:26.529Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:26.529Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:26.547Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:26.548Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:27.429Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:27.430Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:27.433Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:27.433Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:40:27.533Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:27.534Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:27.535Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:27.556Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:27.557Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:28.434Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:28.434Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:28.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:28.438Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:28.537Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:40:28.538Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:28.539Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:28.561Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:28.561Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:29.439Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:29.444Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:29.446Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:29.446Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:40:29.546Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:40:29.547Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:29.548Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:29.564Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:29.565Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:30.447Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:30.449Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:30.452Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:30.453Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:30.552Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:40:30.554Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:30.555Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:30.575Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:30.576Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:31.454Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:31.455Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:31.460Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:31.460Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:40:31.558Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:40:31.559Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:31.559Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:31.587Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:31.589Z||pool-134-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:32.460Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:40:32.462Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:32.464Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:32.464Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:40:32.564Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:40:32.566Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:32.566Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:32.599Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:32.599Z||pool-135-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:33.465Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e6ce12bf-ec3e-41aa-8713-9d6a768aa892", "serviceDescription": "service", "serviceInvariantUUID": "33b45f08-2f67-4e12-bb10-f5399805b958", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "273c40d9-12a9-47b8-a36e-8e7c742d9015", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4768a9c6-e1b7-45a6-af0e-51d55766aff8", "resourceInvariantUUID": "a7ed8d23-c10e-4516-bf18-4b85c5775f47", "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": "YTBjNjcyYTY5YzA4MDBkMTJlZjMzNzhmY2RmZjdlNzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3664d1b4-1366-4990-b9ec-c2fbf58f05df", "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": "444fb9c1-de90-47f9-808c-0a087e80d63a", "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": "634bedb3-adc9-4149-b7e7-8ab56b7fe477", "generatedFromUUID": "444fb9c1-de90-47f9-808c-0a087e80d63a" }, "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": "634bedb3-adc9-4149-b7e7-8ab56b7fe477", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NmJhMzQxOWM2MjY1YTJmZjAyNWM5OGM0YjcyNjJiY2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f1f19c3-e8ce-46c2-8e9f-db026315d6ce" } ], "workloadContext": "Production" } 2022-06-07T23:40:33.466Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:40:33.466Z|fa825aaf-557e-4610-9308-f374d63cfe37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6ce12bf-ec3e-41aa-8713-9d6a768aa892 ASDC 2022-06-07T23:40:33.467Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ebb46417-7653-4af2-aa65-8b73e3e3b7da ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e6ce12bf-ec3e-41aa-8713-9d6a768aa892 ServiceInvariantUUID:33b45f08-2f67-4e12-bb10-f5399805b958 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:5f1f19c3-e8ce-46c2-8e9f-db026315d6ce ArtifactChecksum:NmJhMzQxOWM2MjY1YTJmZjAyNWM5OGM0YjcyNjJiY2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:273c40d9-12a9-47b8-a36e-8e7c742d9015 ResourceInvariantUUID:a7ed8d23-c10e-4516-bf18-4b85c5775f47 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4768a9c6-e1b7-45a6-af0e-51d55766aff8 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:3664d1b4-1366-4990-b9ec-c2fbf58f05df ArtifactChecksum:YTBjNjcyYTY5YzA4MDBkMTJlZjMzNzhmY2RmZjdlNzU= 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:444fb9c1-de90-47f9-808c-0a087e80d63a 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:634bedb3-adc9-4149-b7e7-8ab56b7fe477 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:634bedb3-adc9-4149-b7e7-8ab56b7fe477 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T23:40:33.467Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6ce12bf-ec3e-41aa-8713-9d6a768aa892 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:40:33.505Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:40:33.506Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:40:33.506Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:40:33.506Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5f1f19c3-e8ce-46c2-8e9f-db026315d6ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T23:40:33.506Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:40:33.506Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T23:40:33.765Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:40:33.769Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5f1f19c3-e8ce-46c2-8e9f-db026315d6ce 78812 2022-06-07T23:40:33.769Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:40:33.770Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T23:40:33.770Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:40:33.770Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:33.773Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:33.773Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645233769, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:33.873Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:33.874Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:33.874Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:33.892Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:33.892Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:34.774Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:40:34.775Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:40:34.775Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5f1f19c3-e8ce-46c2-8e9f-db026315d6ce, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:34.776Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-07T23:40:34.777Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:34.777Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:35.064Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12269320708328483791/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T23:40:36.965Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:40:36.966Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:40:36.966Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T23:40:36.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.968Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.968Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.968Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.968Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.968Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.969Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.969Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T23:40:36.969Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:40:36.969Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.970Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.970Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:36.971Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:40:36.971Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:40:36.971Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.971Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.972Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:36.972Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:40:36.972Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:40:36.972Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.973Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.973Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.973Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T23:40:36.973Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T23:40:36.974Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T23:40:36.974Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T23:40:36.974Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:40:36.975Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T23:40:36.975Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.975Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:40:36.975Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.976Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:36.976Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:36.976Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.977Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:36.977Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:36.977Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.978Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:36.978Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:36.978Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.979Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T23:40:36.979Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T23:40:36.980Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:40:36.980Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62663d11-8beb-4ca3-87c5-3244a9557ad5 2022-06-07T23:40:36.980Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.981Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.981Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.981Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.982Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.982Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.982Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:36.983Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:36.983Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e6ce12bf-ec3e-41aa-8713-9d6a768aa892 Model Version:NULL Model InvariantUuid:33b45f08-2f67-4e12-bb10-f5399805b958 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f96d6756-57d5-4f24-851c-855087543a83 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a7ed8d23-c10e-4516-bf18-4b85c5775f47 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:273c40d9-12a9-47b8-a36e-8e7c742d9015 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4051c6e0-5297-4c89-b551-4683cceac4ec ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:88e3ec93-2d6c-4d33-a374-e81685aeb0b2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:62663d11-8beb-4ca3-87c5-3244a9557ad5 ModelInvariantUuid:a5acd9eb-44ea-46f4-9926-fa59ffc8171c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6c984410-37a0-4974-bfbe-204c0f105345 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:adf7a7c9-e6ba-4bae-992d-04089c70d8f3 ModelInvariantUuid:bc5b334d-cf04-4479-9d78-f76c7068f05c ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:88d4c04b-95fe-440f-82ae-e08a763a970b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:40:36.995Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4768a9c6-e1b7-45a6-af0e-51d55766aff8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:40:36.999Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-06-07T23:40:36.999Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4768a9c6-e1b7-45a6-af0e-51d55766aff8 2022-06-07T23:40:37.000Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3664d1b4-1366-4990-b9ec-c2fbf58f05df from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T23:40:37.000Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:40:37.000Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T23:40:37.123Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:40:37.124Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3664d1b4-1366-4990-b9ec-c2fbf58f05df 792 2022-06-07T23:40:37.124Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-07T23:40:37.124Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T23:40:37.125Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:40:37.125Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:37.128Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:37.128Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645237124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:37.228Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:37.229Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:37.229Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:37.265Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:37.265Z||pool-137-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:38.129Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4051c6e0-5297-4c89-b551-4683cceac4ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88e3ec93-2d6c-4d33-a374-e81685aeb0b2", "vfModuleModelCustomizationUUID": "7c7773da-0eb3-4e68-ae57-738733315b4a", "isBase": true, "artifacts": [ "444fb9c1-de90-47f9-808c-0a087e80d63a", "634bedb3-adc9-4149-b7e7-8ab56b7fe477" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:40:38.134Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88e3ec93-2d6c-4d33-a374-e81685aeb0b2 VfModuleModelInvariantUUID:4051c6e0-5297-4c89-b551-4683cceac4ec VfModuleModelDescription:NULL Artifacts UUID List:{ 444fb9c1-de90-47f9-808c-0a087e80d63a , 634bedb3-adc9-4149-b7e7-8ab56b7fe477 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:40:38.148Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4051c6e0-5297-4c89-b551-4683cceac4ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88e3ec93-2d6c-4d33-a374-e81685aeb0b2", "vfModuleModelCustomizationUUID": "7c7773da-0eb3-4e68-ae57-738733315b4a", "isBase": true, "artifacts": [ "444fb9c1-de90-47f9-808c-0a087e80d63a", "634bedb3-adc9-4149-b7e7-8ab56b7fe477" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T23:40:38.149Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88e3ec93-2d6c-4d33-a374-e81685aeb0b2 VfModuleModelInvariantUUID:4051c6e0-5297-4c89-b551-4683cceac4ec VfModuleModelDescription:NULL Artifacts UUID List:{ 444fb9c1-de90-47f9-808c-0a087e80d63a , 634bedb3-adc9-4149-b7e7-8ab56b7fe477 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T23:40:38.150Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 444fb9c1-de90-47f9-808c-0a087e80d63a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T23:40:38.150Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:40:38.151Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T23:40:38.263Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:40:38.264Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 444fb9c1-de90-47f9-808c-0a087e80d63a 5033 2022-06-07T23:40:38.265Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T23:40:38.265Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T23:40:38.265Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:40:38.271Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:38.279Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:38.279Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645238265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:38.374Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-07T23:40:38.375Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:38.375Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:38.456Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:38.457Z||pool-138-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:40:39.280Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 634bedb3-adc9-4149-b7e7-8ab56b7fe477 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T23:40:39.281Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:40:39.281Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T23:40:39.349Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:40:39.351Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 634bedb3-adc9-4149-b7e7-8ab56b7fe477 903 2022-06-07T23:40:39.352Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T23:40:39.353Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T23:40:39.353Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:40:39.354Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:39.359Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:39.360Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645239352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:40:39.460Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:39.461Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:39.461Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:39.485Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:39.486Z||pool-139-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:40:40.363Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e6ce12bf-ec3e-41aa-8713-9d6a768aa892 2022-06-07T23:40:40.369Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4768a9c6-e1b7-45a6-af0e-51d55766aff8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:40:40.401Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4afc2fe2, org.onap.sdc.toscaparser.api.parameters.Input@5989716e, org.onap.sdc.toscaparser.api.parameters.Input@120e6832, org.onap.sdc.toscaparser.api.parameters.Input@341c8a5e, org.onap.sdc.toscaparser.api.parameters.Input@1fb42000] 2022-06-07T23:40:40.404Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.404Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.404Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-07T23:40:40.405Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 273c40d9-12a9-47b8-a36e-8e7c742d9015 2022-06-07T23:40:40.405Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 273c40d9-12a9-47b8-a36e-8e7c742d9015 matches Tosca VF Customization UUID: 273c40d9-12a9-47b8-a36e-8e7c742d9015 2022-06-07T23:40:40.405Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 273c40d9-12a9-47b8-a36e-8e7c742d9015 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T23:40:40.408Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.409Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.409Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 273c40d9-12a9-47b8-a36e-8e7c742d9015: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-07T23:40:40.409Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c14bf52 2022-06-07T23:40:40.409Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.410Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T23:40:40.410Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c7773da-0eb3-4e68-ae57-738733315b4a 2022-06-07T23:40:40.410Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c7773da-0eb3-4e68-ae57-738733315b4a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T23:40:40.413Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.413Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:40.413Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T23:40:40.414Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T23:40:40.415Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T23:40:40.415Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62663d11-8beb-4ca3-87c5-3244a9557ad5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T23:40:40.417Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.417Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:40.417Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T23:40:40.418Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.418Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T23:40:40.418Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=273c40d9-12a9-47b8-a36e-8e7c742d9015 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:40:40.429Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.430Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.430Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e6ce12bf-ec3e-41aa-8713-9d6a768aa892: basic_vm_macro 2022-06-07T23:40:40.430Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.431Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.431Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.431Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.431Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.431Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.432Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.432Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.432Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:40:40.432Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:40:40.432Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T23:40:40.570Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4768a9c6-e1b7-45a6-af0e-51d55766aff8 1 ASDC deployResourceStructure 2022-06-07T23:40:40.570Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-07T23:40:40.570Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T23:40:40.571Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:40:40.571Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:40.573Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:40.573Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645240570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:40:40.674Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:40.675Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:40.675Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:40.694Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:40.694Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:41.574Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T23:40:41.574Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T23:40:41.574Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:40:41.574Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:41.577Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:41.578Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645241574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:40:41.678Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:40:41.679Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:41.679Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:41.711Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:41.712Z||pool-141-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:42.579Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T23:40:42.580Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T23:40:42.580Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:40:42.581Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:42.585Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:42.585Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645242579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T23:40:42.688Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T23:40:42.690Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:42.690Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:42.716Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:42.717Z||pool-142-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:43.586Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:40:43.587Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T23:40:43.587Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:40:43.590Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:40:43.593Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:40:43.593Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645243586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:40:43.693Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:40:43.694Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:40:43.694Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:40:43.718Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:40:43.718Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:40:44.594Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebb46417-7653-4af2-aa65-8b73e3e3b7da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:40:44.622Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebb46417-7653-4af2-aa65-8b73e3e3b7da Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:40:44.626Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:40:44.626Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:40:44.627Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:40:44.665Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:41:14.666Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebb46417-7653-4af2-aa65-8b73e3e3b7da and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:41:14.679Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebb46417-7653-4af2-aa65-8b73e3e3b7da and serviceModelVersionId: e6ce12bf-ec3e-41aa-8713-9d6a768aa892 2022-06-07T23:41:14.679Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b45f08-2f67-4e12-bb10-f5399805b958 2022-06-07T23:41:14.680Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0 2022-06-07T23:41:14.686Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:41:14.754Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|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/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T23:41:14.757Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0|INFO|500||Invoke 2022-06-07T23:41:14.787Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:41:14.904Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0|INFO|500||InvokeReturn 2022-06-07T23:41:14.904Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|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/33b45f08-2f67-4e12-bb10-f5399805b958/model-vers/model-ver/e6ce12bf-ec3e-41aa-8713-9d6a768aa892?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-23:41:15:085-83396], vertex-id=[282872], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:41:15 GMT], Content-Type=[application/json]} 2022-06-07T23:41:14.914Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:41:14.915Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:41:14.915Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:41:14.922Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T23:41:14.922Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebb46417-7653-4af2-aa65-8b73e3e3b7da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:41:14.922Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:41:14.922Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:14.925Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:14.926Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645274922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:41:15.025Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:41:15.026Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:15.026Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:15.071Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:15.072Z||pool-144-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:41:15.943Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T23:41:15.944Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f713c5e9-54b3-4881-8438-3e6fd5615cf0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2f82cbf-a2e7-489b-8916-a52e1c5b100f","serviceDescription":"service","serviceInvariantUUID":"75c2b93c-0834-4045-aaca-206416fdc21e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f35623e-cfbb-4062-bcb2-50779464bb10","resourceInvariantUUID":"0f1d3f32-4f99-461a-9119-693d09354834","resourceCustomizationUUID":"e7ad461d-9708-4f6f-85e3-4d98873b90de","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":"OTBhMWNhMjY3MDY5MzAwOGRjNGQzZmE5M2UzNWI5NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72485675-dc04-4db6-963f-189973bc91ac","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":"397b2286-c2e1-4c25-9e8e-917d3e32e5a9","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":"9a76dc7a-3065-4615-b0e6-2d8ac79029ff","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":"NzgwYTJlOGNmZDMzYzg5N2YyYzFmMmY4NjE2ODAzODI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ceb445e-8e84-489e-a36d-dd15116d3b67","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":"2311db79-4694-4bd9-8eac-4cae3d074628","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":"e60bee73-2161-4c2c-b274-e500c438a914","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":"aa9ffc93-b039-41e0-afcd-b06ed40e7c45","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":"MDMyMmZhOGQwYThmMWE2MGI2ZWY1ZWY4ZGU4MGFiNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be0ce306-0543-4809-a8d7-caa23cdf34f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWJlNWI1ZDE3NjAxNmZkZWQ5YzQwMDI0NDVlMmY5ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c9aeff0-2fc5-4788-a179-dd19f97c5e79","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T23:41:15.945Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:15.945Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:15.948Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:15.948Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:16.049Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:41:16.050Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:16.050Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:16.077Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:16.077Z||pool-145-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:16.949Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:16.951Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:16.955Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:16.955Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:17.060Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-07T23:41:17.061Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:17.061Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:17.086Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:17.087Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:17.956Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:17.957Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:17.959Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:17.960Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:18.060Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:18.061Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:18.061Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:18.084Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:18.085Z||pool-147-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:18.960Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:18.961Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:18.963Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:18.964Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:19.065Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T23:41:19.066Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:19.066Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:19.089Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:19.089Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:19.964Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:19.964Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:19.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:19.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:20.067Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:20.068Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:20.068Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:20.112Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:20.112Z||pool-149-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:20.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:20.967Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:20.971Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:20.972Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:21.070Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T23:41:21.071Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:21.071Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:21.090Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:21.091Z||pool-150-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:41:21.973Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:21.974Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:21.977Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:21.978Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:22.078Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:22.079Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:22.079Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:22.101Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:22.102Z||pool-151-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:41:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:41:22.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:41:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:41:22.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:22.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T23:41:22.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa825aaf-557e-4610-9308-f374d63cfe37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645219751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:41:22.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:41:22.979Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:22.980Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:22.983Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:22.984Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:41:23.084Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:41:23.085Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:23.085Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:23.136Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:23.137Z||pool-152-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:41:23.985Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T23:41:23.986Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:23.989Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:23.989Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:41:24.089Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:24.090Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:24.090Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:24.116Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:24.116Z||pool-153-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":7,"count":1} 2022-06-07T23:41:24.990Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "a2f82cbf-a2e7-489b-8916-a52e1c5b100f", "serviceDescription": "service", "serviceInvariantUUID": "75c2b93c-0834-4045-aaca-206416fdc21e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e7ad461d-9708-4f6f-85e3-4d98873b90de", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3f35623e-cfbb-4062-bcb2-50779464bb10", "resourceInvariantUUID": "0f1d3f32-4f99-461a-9119-693d09354834", "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": "NWJlNWI1ZDE3NjAxNmZkZWQ5YzQwMDI0NDVlMmY5ZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c9aeff0-2fc5-4788-a179-dd19f97c5e79" } ], "workloadContext": "Production" } 2022-06-07T23:41:24.991Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T23:41:24.991Z|ebb46417-7653-4af2-aa65-8b73e3e3b7da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2f82cbf-a2e7-489b-8916-a52e1c5b100f ASDC 2022-06-07T23:41:24.991Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f713c5e9-54b3-4881-8438-3e6fd5615cf0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:a2f82cbf-a2e7-489b-8916-a52e1c5b100f ServiceInvariantUUID:75c2b93c-0834-4045-aaca-206416fdc21e 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:8c9aeff0-2fc5-4788-a179-dd19f97c5e79 ArtifactChecksum:NWJlNWI1ZDE3NjAxNmZkZWQ5YzQwMDI0NDVlMmY5ZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e7ad461d-9708-4f6f-85e3-4d98873b90de ResourceInvariantUUID:0f1d3f32-4f99-461a-9119-693d09354834 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3f35623e-cfbb-4062-bcb2-50779464bb10 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T23:41:24.992Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2f82cbf-a2e7-489b-8916-a52e1c5b100f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:41:25.033Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:41:25.034Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:41:25.034Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:41:25.034Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8c9aeff0-2fc5-4788-a179-dd19f97c5e79 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T23:41:25.035Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-07T23:41:25.035Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T23:41:25.303Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-07T23:41:25.310Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8c9aeff0-2fc5-4788-a179-dd19f97c5e79 105661 2022-06-07T23:41:25.310Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:41:25.311Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T23:41:25.311Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T23:41:25.311Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:25.314Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:25.314Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645285310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:41:25.414Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T23:41:25.415Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:25.415Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:25.463Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:25.463Z||pool-154-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-06-07T23:41:26.315Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T23:41:26.317Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-07T23:41:26.317Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8c9aeff0-2fc5-4788-a179-dd19f97c5e79, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:26.317Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-07T23:41:26.318Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:26.318Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:26.473Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13915925327159086181/Definitions/service-TestPnfMacro-template.yml 2022-06-07T23:41:27.669Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T23:41:27.669Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:41:27.669Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.670Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.671Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.671Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.671Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-07T23:41:27.672Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.672Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.673Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T23:41:27.673Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:41:27.673Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:41:27.674Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.674Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.674Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T23:41:27.674Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-07T23:41:27.675Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T23:41:27.675Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.675Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.676Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.676Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.676Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.676Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.677Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.677Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.677Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.678Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.678Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:a2f82cbf-a2e7-489b-8916-a52e1c5b100f Model Version:NULL Model InvariantUuid:75c2b93c-0834-4045-aaca-206416fdc21e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T23:41:27.690Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f35623e-cfbb-4062-bcb2-50779464bb10 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:41:27.695Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-06-07T23:41:27.695Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f35623e-cfbb-4062-bcb2-50779464bb10 2022-06-07T23:41:27.696Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a2f82cbf-a2e7-489b-8916-a52e1c5b100f 2022-06-07T23:41:27.696Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a2f82cbf-a2e7-489b-8916-a52e1c5b100f 2022-06-07T23:41:27.696Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3f35623e-cfbb-4062-bcb2-50779464bb10 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:41:27.705Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5696c138, org.onap.sdc.toscaparser.api.parameters.Input@6d998bad, org.onap.sdc.toscaparser.api.parameters.Input@5102762a, org.onap.sdc.toscaparser.api.parameters.Input@1297f4b5, org.onap.sdc.toscaparser.api.parameters.Input@726868de] 2022-06-07T23:41:27.705Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.705Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.706Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a2f82cbf-a2e7-489b-8916-a52e1c5b100f: test-pnf 2022-06-07T23:41:27.706Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Processing PNF resource: 3f35623e-cfbb-4062-bcb2-50779464bb10 2022-06-07T23:41:27.706Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T23:41:27.707Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T23:41:27.707Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||Resource customization UUID: e7ad461d-9708-4f6f-85e3-4d98873b90de is the same as notified resource customizationUUID: e7ad461d-9708-4f6f-85e3-4d98873b90de Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T23:41:27.781Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3f35623e-cfbb-4062-bcb2-50779464bb10 0 ASDC deployResourceStructure 2022-06-07T23:41:27.782Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T23:41:27.782Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T23:41:27.782Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T23:41:27.783Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:27.786Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:27.786Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645287782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:41:27.886Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:27.887Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:27.887Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:27.932Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:27.933Z||pool-155-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-07T23:41:28.793Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f713c5e9-54b3-4881-8438-3e6fd5615cf0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:41:28.813Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f713c5e9-54b3-4881-8438-3e6fd5615cf0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T23:41:28.817Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T23:41:28.817Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T23:41:28.817Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.818Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T23:41:28.819Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T23:41:28.828Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T23:41:58.829Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f713c5e9-54b3-4881-8438-3e6fd5615cf0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T23:41:58.845Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f713c5e9-54b3-4881-8438-3e6fd5615cf0 and serviceModelVersionId: a2f82cbf-a2e7-489b-8916-a52e1c5b100f 2022-06-07T23:41:58.845Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75c2b93c-0834-4045-aaca-206416fdc21e 2022-06-07T23:41:58.846Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0 2022-06-07T23:41:58.851Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T23:41:58.905Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T23:41:58.907Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0|INFO|500||Invoke 2022-06-07T23:41:58.938Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T23:41:59.131Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0|INFO|500||InvokeReturn 2022-06-07T23:41:59.132Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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/75c2b93c-0834-4045-aaca-206416fdc21e/model-vers/model-ver/a2f82cbf-a2e7-489b-8916-a52e1c5b100f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-23:41:59:237-67599], vertex-id=[463040], Content-Length=[0], Date=[Tue, 07 Jun 2022 23:41:59 GMT], Content-Type=[application/json]} 2022-06-07T23:41:59.132Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T23:41:59.133Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T23:41:59.133Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T23:41:59.139Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T23:41:59.139Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f713c5e9-54b3-4881-8438-3e6fd5615cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T23:41:59.139Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T23:41:59.140Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-07T23:41:59.142Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T23:41:59.143Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645319139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:41:59.243Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T23:41:59.244Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T23:41:59.244Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U7IzvuA55gB33mrh) ... 2022-06-07T23:41:59.266Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:41:59.266Z||pool-156-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T23:42:00.162Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:00.163Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:00.163Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:09.717Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:42:09.718Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:09.719Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:09.719Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:19.313Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:42:19.314Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:19.314Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:19.315Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:22.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:42:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T23:42:22.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T23:42:22.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T23:42:22.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:42:22.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645233769, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:42:22.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645237124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T23:42:22.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645238265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T23:42:22.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645239352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T23:42:22.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645240570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T23:42:22.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645241574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T23:42:22.961Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645242579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T23:42:22.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645243586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:42:22.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebb46417-7653-4af2-aa65-8b73e3e3b7da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645274922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:42:22.964Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:42:22.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:22.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T23:42:22.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T23:42:22.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T23:42:28.889Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:42:28.890Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:28.890Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:28.891Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:38.456Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:42:38.457Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:42:38.457Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:42:38.458Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:42:48.031Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:43:22.893Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:43:22.894Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:43:22.894Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:43:22.912Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:43:22.913Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:43:22.913Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:43:22.960Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:43:22.961Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T23:43:22.961Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T23:43:22.963Z|0ae4e21e-94c5-4f7f-b5c5-15b1c1ff180b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T23:43:32.462Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:44:22.893Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:44:22.894Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:44:22.894Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:44:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:44:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:44:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:44:23.443Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:44:23.443Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:44:23.444Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645220779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T23:44:23.444Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T23:44:23.444Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645285310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645287782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f713c5e9-54b3-4881-8438-3e6fd5615cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654645319139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T23:44:23.445Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T23:44:32.459Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:45:22.892Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:45:22.893Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:45:22.894Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:45:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:45:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:45:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:45:32.456Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:45:32.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:46:22.893Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:46:22.895Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:46:22.895Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:46:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:46:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:46:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:46:32.498Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:46:32.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:47:22.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:47:22.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:47:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:47:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:47:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:47:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:47:32.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:47:32.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:48:22.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:48:22.893Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:48:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:48:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:48:22.914Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:48:22.914Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:48:32.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:48:32.483Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:49:22.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:49:22.893Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:49:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:49:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:49:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:49:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:49:32.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:49:32.495Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:50:22.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:50:22.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:50:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:50:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:50:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:50:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:50:32.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:50:32.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:51:22.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:51:22.893Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:51:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:51:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:51:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:51:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:51:32.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:51:32.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:52:22.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:52:22.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:52:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:52:22.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:52:22.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:52:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:52:32.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:52:32.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:53:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:53:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:53:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:53:22.912Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:53:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:53:22.913Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:53:32.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:53:32.526Z|1b5dda05-f9ea-42f3-ab40-4f306b6c6a94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:54:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:54:22.895Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:54:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:54:22.912Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:54:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:54:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-07T23:54:32.479Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:54:32.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:55:22.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:55:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:55:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:55:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:55:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:55:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:55:32.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:55:32.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:56:22.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:56:22.894Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:56:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:56:22.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:56:22.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:56:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:56:32.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:56:32.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:57:22.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:57:22.893Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:57:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:57:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:57:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:57:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:57:32.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:57:32.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:58:22.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:58:22.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:58:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:58:22.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:58:22.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:58:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:58:32.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:58:32.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:59:22.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:59:22.893Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:59:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:59:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T23:59:22.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T23:59:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-07T23:59:32.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T23:59:32.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:00:22.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:00:22.896Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:00:22.896Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:00:22.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:00:22.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:00:22.914Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:00:32.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:00:32.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:01:22.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:01:22.894Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:01:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:01:22.912Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:01:22.913Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:01:22.913Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|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 U7IzvuA55gB33mrh) ... 2022-06-08T00:01:32.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:01:32.498Z|f713c5e9-54b3-4881-8438-3e6fd5615cf0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:02:22.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:02:22.895Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:02:22.895Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:02:22.913Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:02:22.914Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:02:22.914Z|ab63a20c-4154-41fa-9d4d-14571233ce49|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 U7IzvuA55gB33mrh) ... 2022-06-08T00:02:32.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:02:32.487Z|ab63a20c-4154-41fa-9d4d-14571233ce49|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:03:22.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:03:22.893Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:03:22.894Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:03:22.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:03:22.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:03:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:03:32.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:03:32.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:04:22.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:04:22.893Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:04:22.893Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:04:22.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-08T00:04:22.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-08T00:04:22.913Z||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 U7IzvuA55gB33mrh) ... 2022-06-08T00:04:32.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-08T00:04:32.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK