JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-10T05:19:57.172Z||main|||||INFO|500||The following profiles are active: basic 2022-11-10T05:20:09.157Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-10T05:20:09.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-10T05:20:09.272Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-10T05:20:13.208Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-10T05:20:13.611Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-10T05:20:14.073Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-10T05:20:14.081Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-10T05:20:14.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-10T05:20:14.408Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-10T05:20:15.053Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-10T05:20:16.658Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-10T05:20:18.885Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-10T05:20:18.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-10T05:20:19.656Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-10T05:20:19.893Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-10T05:20:21.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-10T05:20:22.125Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-10T05:20:22.142Z||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$$1cee29c1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-10T05:20:22.143Z||main|||||WARN|500||The sdc end point is not alive 2022-11-10T05:20:25.275Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-10T05:20:28.318Z||main|||||WARN|500||--- 2022-11-10T05:20:28.319Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-10T05:20:28.319Z||main|||||WARN|500||--- 2022-11-10T05:20:28.809Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-10T05:20:33.726Z||main|||||INFO|500||Started Application in 39.618 seconds (JVM running for 41.704) 2022-11-10T05:20:33.740Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-10T05:20:33.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-10T05:20:33.753Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-10T05:20:33.777Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-10T05:20:33.820Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d87fc29-6eeb-45ed-8e24-5e8fc7b96170 url= /sdc/v1/artifactTypes 2022-11-10T05:20:33.820Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-10T05:20:34.100Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-10T05:20:34.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-10T05:20:34.145Z||scheduling-1|||||DEBUG|500||create keys 2022-11-10T05:20:34.152Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-10T05:20:34.211Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:20:34.229Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3af59411-5f69-4b0b-aa6a-f4e2f20d728c url= /sdc/v1/registerForDistribution 2022-11-10T05:20:34.330Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3af59411-5f69-4b0b-aa6a-f4e2f20d728c url= /sdc/v1/registerForDistribution 2022-11-10T05:20:34.330Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-10T05:20:34.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:20:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:20:34.348Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-10T05:20:34.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:20:34.352Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:20:34.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:20:34.354Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:20:44.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:20:44.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:21:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:21:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:21:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:21:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:21:34.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:21:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:21:43.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:21:43.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:22:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:22:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:22:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:22:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:22:34.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:22:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:22:43.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:22:43.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:23:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:23:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:23:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:23:34.340Z||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-11-10T05:23:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:23:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:23:43.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:23:43.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:24:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:24:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:24:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:24:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:24:34.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:24:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:24:43.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:24:43.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:25:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:25:34.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:25:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:25:34.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:25:34.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:25:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:25:43.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:25:43.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:26:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:26:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:26:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:26:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:26:34.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:26:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:26:43.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:26:43.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:27:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:27:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:27:34.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:27:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:27:34.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:27:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:27:43.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:27:43.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:28:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:28:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:28:34.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:28:34.343Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:28:34.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:28:34.343Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:28:43.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:28:43.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:29:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:29:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:29:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:29:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:29:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:29:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:29:43.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:29:43.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:30:18.921Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-10T05:30:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:30:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:30:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:30:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:30:34.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:30:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:30:43.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:30:43.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:31:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:31:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:31:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:31:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:31:34.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:31:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:31:43.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:31:43.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:32:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:32:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:32:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:32:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:32:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:32:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:32:43.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:32:43.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:33:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:33:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:33:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:33:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:33:34.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:33:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:33:43.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:33:43.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:34:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:34:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:34:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:34:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:34:34.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:34:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:34:43.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:34:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:35:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:35:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:35:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:35:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:35:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:35:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:35:43.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:35:43.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:36:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:36:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:36:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:36:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:36:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:36:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:36:43.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:36:43.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:37:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:37:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:37:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:37:34.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:37:34.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:37:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:37:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:37:43.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:38:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:38:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:38:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:38:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:38:34.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:38:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:38:43.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:38:43.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:39:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:39:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:39:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:39:34.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:39:34.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:39:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:39:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:39:43.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:40:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:40:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:40:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:40:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:40:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:40:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:40:43.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:40:43.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:41:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:41:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:41:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:41:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:41:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:41:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:41:43.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:41:43.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:42:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:42:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:42:34.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:42:34.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:42:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:42:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:42:43.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:42:43.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:43:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:43:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:43:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:43:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:43:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:43:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:43:43.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:43:43.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:44:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:44:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:44:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:44:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:44:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:44:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:44:43.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:44:43.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:45:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:45:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:45:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:45:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:45:34.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:45:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:45:43.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:45:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:46:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:46:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:46:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:46:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:46:34.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:46:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:46:43.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:46:43.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:47:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:47:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:47:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:47:34.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:47:34.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:47:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:47:43.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:47:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:48:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:48:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:48:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:48:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:48:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:48:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:48:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:48:43.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:49:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:49:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:49:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:49:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:49:34.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:49:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:49:43.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:49:43.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:50:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:50:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:50:34.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:50:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:50:34.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:50:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:50:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:50:43.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:51:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:51:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:51:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:51:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:51:34.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:51:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:51:43.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:51:43.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:52:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:52:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:52:34.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:52:34.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:52:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:52:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:52:43.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:52:43.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:53:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:53:34.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:53:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:53:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:53:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:53:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:53:43.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:53:43.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:54:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:54:34.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:54:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:54:34.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:54:34.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:54:34.344Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:54:43.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:54:43.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:55:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:55:34.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:55:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:55:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:55:34.339Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:55:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:55:43.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:55:43.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:56:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:56:34.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:56:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:56:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:56:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:56:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:56:43.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:56:43.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:57:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:57:34.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:57:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:57:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:57:34.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:57:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:57:43.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:57:43.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:58:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:58:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:58:34.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:58:34.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:58:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:58:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:58:43.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:58:43.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:59:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:59:34.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:59:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:59:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T05:59:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T05:59:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T05:59:43.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T05:59:43.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:00:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:00:34.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:00:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:00:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:00:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:00:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:00:43.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:00:43.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:01:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:01:34.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:01:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:01:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:01:34.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:01:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:01:43.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:01:43.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:02:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:02:34.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:02:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:02:34.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:02:34.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:02:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:02:43.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:02:43.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:03:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:03:34.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:03:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:03:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:03:34.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:03:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:03:43.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:03:43.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:04:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:04:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:04:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:04:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:04:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:04:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:04:43.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:04:43.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:05:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:05:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:05:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:05:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:05:34.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:05:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:05:43.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:05:43.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:06:34.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:06:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:06:34.342Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:06:34.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:06:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:06:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:06:43.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:06:43.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:07:34.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:07:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:07:34.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:07:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:07:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:07:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:07:43.918Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:07:43.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:08:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:08:34.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:08:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:08:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:08:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:08:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:08:43.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:08:43.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:09:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:09:34.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:09:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:09:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:09:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:09:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:09:43.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:09:43.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:10:34.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:10:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:10:34.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:10:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:34.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:34.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:34.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:10:34.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5623fc27-af95-44a6-b8e6-41f8962f9a51","serviceName":"vFW 2022-11-10 06-08-41","serviceVersion":"1.0","serviceUUID":"fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd","serviceDescription":"catalog service description","serviceInvariantUUID":"f4f4c3bf-f88d-4429-911b-78625fd4269c","resources":[{"resourceInstanceName":"vFW a2d5fc94-6494 0","resourceName":"vFW a2d5fc94-6494","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b153629f-65ad-4ca9-bea6-48ca98929d82","resourceInvariantUUID":"7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62","resourceCustomizationUUID":"c229942c-b36c-48e4-8996-69498424ee11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml","artifactChecksum":"YmNjMDQ3MmI1Y2IxOWY0ZmI0OTg1MzMyZGM3OGZmMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6aa3254-3b1a-447d-832c-140184210110","artifactVersion":"1"},{"artifactName":"vfwa2d5fc9464940_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json","artifactChecksum":"YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8580d1fa-4ee1-455b-9580-88906fd0287f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml","artifactChecksum":"MmRjMDBiMGE1OTgxMWUyMTIzYjI4NmRkMDY2NDQ5NzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08b928a6-6fc4-4406-b2e7-8ea5522fed6c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22","artifactVersion":"2","generatedFromUUID":"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221110060841-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml","artifactChecksum":"MDkwMjE3YmRkZDAxYmY4YjM0MjRhYTMzMmE4OTJlNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5450454-a9c8-43b6-a4ea-35fc3aa9ceed","artifactVersion":"1"},{"artifactName":"service-Vfw20221110060841-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar","artifactChecksum":"ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8005a5d2-a945-440e-9643-3eeb388f89fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:10:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:34.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:34.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:35.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.007Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOTIFIED" } 2022-11-10T06:10:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-10T06:10:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060588727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060592140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060599896, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060600089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060601023, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "cds", "timestamp": 1668060601119, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:10:35.106Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-10T06:10:35.112Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:35.112Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:35.132Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:35.133Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51 2022-11-10T06:10:35.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "ves-openapi-manager", "timestamp": 1668060594556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060602102, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060603255, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:10:35.251Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51 2022-11-10T06:10:35.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060596647, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "multicloud-k8s-id", "timestamp": 1668060604280, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:10:35.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060604542, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060610287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060618221, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060620005, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:10:35.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "aai-ml", "timestamp": 1668060621011, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:10:35.267Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51 2022-11-10T06:10:35.267Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060623869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:10:35.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060624873, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:10:35.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51 2022-11-10T06:10:35.279Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:10:35.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060622139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-10T06:10:35.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060632074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "cds", "timestamp": 1668060633086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.308Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797 2022-11-10T06:10:35.309Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060626647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:35.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-10T06:10:35.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060634404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:35.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:10:35.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:10:35.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:35.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:10:36.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:36.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:36.019Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:36.019Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOTIFIED" } 2022-11-10T06:10:36.119Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:36.120Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:36.120Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:36.137Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:36.138Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:37.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:37.021Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:37.023Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:37.023Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-10T06:10:37.123Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:37.124Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:37.124Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:37.137Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:37.137Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:38.023Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:38.024Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:38.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:38.037Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:38.127Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-11-10T06:10:38.128Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:38.128Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:38.161Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:38.161Z||pool-6-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:39.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:39.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:39.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:39.040Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-10T06:10:39.140Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:39.142Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:39.149Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:39.186Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:39.186Z||pool-7-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:40.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:40.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:40.045Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:40.045Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:10:40.145Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:40.147Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:40.147Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:40.181Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:40.182Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:10:41.046Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:10:41.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:41.049Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:41.049Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:10:41.149Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:41.150Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:41.151Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:41.236Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:41.237Z||pool-9-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":24,"count":1} 2022-11-10T06:10:42.051Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "serviceName": "vFW 2022-11-10 06-08-41", "serviceVersion": "1.0", "serviceUUID": "fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f4f4c3bf-f88d-4429-911b-78625fd4269c", "resources": [ { "resourceInstanceName": "vFW a2d5fc94-6494 0", "resourceCustomizationUUID": "c229942c-b36c-48e4-8996-69498424ee11", "resourceName": "vFW a2d5fc94-6494", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b153629f-65ad-4ca9-bea6-48ca98929d82", "resourceInvariantUUID": "7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa2d5fc9464940_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "artifactChecksum": "YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8580d1fa-4ee1-455b-9580-88906fd0287f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22", "generatedFromUUID": "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221110060841-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "artifactChecksum": "ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8005a5d2-a945-440e-9643-3eeb388f89fc" } ], "workloadContext": "Production" } 2022-11-10T06:10:42.052Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:10:42.052Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd ASDC 2022-11-10T06:10:42.176Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5623fc27-af95-44a6-b8e6-41f8962f9a51 ServiceName:vFW 2022-11-10 06-08-41 ServiceVersion:1.0 ServiceUUID:fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd ServiceInvariantUUID:f4f4c3bf-f88d-4429-911b-78625fd4269c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221110060841-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar ArtifactUUID:8005a5d2-a945-440e-9643-3eeb388f89fc ArtifactChecksum:ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a2d5fc94-6494 0 ResourceCustomizationUUID:c229942c-b36c-48e4-8996-69498424ee11 ResourceInvariantUUID:7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62 ResourceName:vFW a2d5fc94-6494 ResourceType:VF ResourceUUID:b153629f-65ad-4ca9-bea6-48ca98929d82 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa2d5fc9464940_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json ArtifactUUID:8580d1fa-4ee1-455b-9580-88906fd0287f ArtifactChecksum:YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk= 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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml ArtifactUUID:57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ArtifactUUID:4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ArtifactUUID:4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:10:42.177Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:10:42.225Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:10:42.226Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:10:42.227Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:10:42.228Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8005a5d2-a945-440e-9643-3eeb388f89fc from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:42.228Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:10:42.229Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:42.347Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:10:42.363Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 8005a5d2-a945-440e-9643-3eeb388f89fc 100698 2022-11-10T06:10:42.366Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar ASDC sendASDCNotification 2022-11-10T06:10:42.366Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:42.367Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:10:42.368Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:42.372Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:42.372Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060642364, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:42.472Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:42.473Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:42.473Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:42.495Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:42.496Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:43.373Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:10:43.374Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:10:43.375Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8005a5d2-a945-440e-9643-3eeb388f89fc, URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar to file: /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:43.377Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221110060841-csar.csar 2022-11-10T06:10:43.477Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:43.478Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:44.194Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17995727159507030713/Definitions/service-Vfw20221110060841-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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-10T06:10:47.301Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:10:47.306Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2d5fc94-6494 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:10:47.314Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.315Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.319Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:47.319Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:10:47.321Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:10:47.324Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.324Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:47.328Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-10T06:10:47.328Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.329Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc7a7f-a6db-467a-9977-4cc2ef4e3270 2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cee80a0e-6932-40b5-b23d-58694abcf5cd 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a9933c5-0ea5-434f-bb35-8d0c841dcd26 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:47.345Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:47.345Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-10 06-08-41 Description:catalog service description Model UUID:fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd Model Version:NULL Model InvariantUuid:f4f4c3bf-f88d-4429-911b-78625fd4269c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a2d5fc94-6494 Model UUID:5b2137f7-7804-4b90-a769-6505f3bec3f0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c229942c-b36c-48e4-8996-69498424ee11 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:360eb295-fc42-44f4-a1e0-5fa194f216b2 ModelName:VfwA2d5fc946494..base_vfw..module-0 ModelUuid:4fb08065-e7de-4a24-b37b-d4a85aca291b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6cfc7a7f-a6db-467a-9977-4cc2ef4e3270 ModelInvariantUuid:290a2e62-6ef1-4166-b2c4-9779c07693bf ModelName:vFW a2d5fc94-6494-nodes.vfwCvfc ModelUuid:908d8c90-b190-4180-b751-8c4bd849f2c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b985564b-04e1-41b0-9590-4c0bd8ef419b ModelInvariantUuid:d56ebe8f-b805-4e87-b652-59aef79fc21d ModelName:VfwA2d5fc946494.compute.nodes.heat.vfw ModelUuid:8c358b10-3ec9-4bec-8a66-955a70ab345d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cee80a0e-6932-40b5-b23d-58694abcf5cd ModelInvariantUuid:a40cda44-db9f-451e-822a-f7542f0206b4 ModelName:vFW a2d5fc94-6494-nodes.vsnCvfc ModelUuid:73820cf1-3862-4c8d-8c53-392b16073d61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d0620753-9160-4211-8a4e-466b7954204a ModelInvariantUuid:a2b2c39d-64bd-4f4b-b34e-a5fc4d070fd1 ModelName:VfwA2d5fc946494.compute.nodes.heat.vsn ModelUuid:7423200f-9790-4c1b-9afe-b64010b85400 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5a9933c5-0ea5-434f-bb35-8d0c841dcd26 ModelInvariantUuid:d077b206-8950-4c34-9f1d-f16f44fdd18f ModelName:vFW a2d5fc94-6494-nodes.vpgCvfc ModelUuid:15c0a83b-2ade-41c7-a0d4-ba789a702cf3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:251f8181-0012-4193-a3ca-b8df975d4933 ModelInvariantUuid:eb41cb51-c10d-4fa2-82de-69f4d4622bc5 ModelName:VfwA2d5fc946494.compute.nodes.heat.vpg ModelUuid:2366cf2e-2e04-45ac-9ca6-b48fd860f4a9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:10:47.359Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b153629f-65ad-4ca9-bea6-48ca98929d82 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:10:47.445Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||vFW a2d5fc94-6494 0 2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b153629f-65ad-4ca9-bea6-48ca98929d82 2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8580d1fa-4ee1-455b-9580-88906fd0287f from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:10:47.454Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 2022-11-10T06:10:47.512Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 8580d1fa-4ee1-455b-9580-88906fd0287f 785 2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json ASDC sendASDCNotification 2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:10:47.514Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:47.516Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:47.516Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060647513, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:47.617Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:10:47.618Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:47.618Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:47.634Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:47.634Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:10:48.518Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA2d5fc946494..base_vfw..module-0", "vfModuleModelInvariantUUID": "360eb295-fc42-44f4-a1e0-5fa194f216b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fb08065-e7de-4a24-b37b-d4a85aca291b", "vfModuleModelCustomizationUUID": "e3c59f5c-14ce-4def-8639-dce77110a05c", "isBase": true, "artifacts": [ "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80", "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:10:48.531Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA2d5fc946494..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fb08065-e7de-4a24-b37b-d4a85aca291b VfModuleModelInvariantUUID:360eb295-fc42-44f4-a1e0-5fa194f216b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 , 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:10:48.533Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA2d5fc946494..base_vfw..module-0", "vfModuleModelInvariantUUID": "360eb295-fc42-44f4-a1e0-5fa194f216b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fb08065-e7de-4a24-b37b-d4a85aca291b", "vfModuleModelCustomizationUUID": "e3c59f5c-14ce-4def-8639-dce77110a05c", "isBase": true, "artifacts": [ "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80", "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:10:48.533Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA2d5fc946494..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fb08065-e7de-4a24-b37b-d4a85aca291b VfModuleModelInvariantUUID:360eb295-fc42-44f4-a1e0-5fa194f216b2 VfModuleModelDescription:NULL Artifacts UUID List:{ 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 , 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 2022-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 2022-11-10T06:10:48.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:10:48.599Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 20368 2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:48.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:48.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060648600, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:48.702Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:48.703Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:48.704Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:48.720Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:48.721Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:49.603Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 2022-11-10T06:10:49.603Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:10:49.604Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 2022-11-10T06:10:49.664Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:10:49.664Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 2098 2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:49.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:49.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060649665, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:10:49.768Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:49.769Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:49.769Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:49.786Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:49.787Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:50.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd 2022-11-10T06:10:50.669Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2d5fc94-6494 0 b153629f-65ad-4ca9-bea6-48ca98929d82 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:10:50.725Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60497a57, org.onap.sdc.toscaparser.api.parameters.Input@210d50d2, org.onap.sdc.toscaparser.api.parameters.Input@2cb39c1b, org.onap.sdc.toscaparser.api.parameters.Input@d86c450, org.onap.sdc.toscaparser.api.parameters.Input@26368c75] 2022-11-10T06:10:50.728Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.728Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c229942c-b36c-48e4-8996-69498424ee11 2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c229942c-b36c-48e4-8996-69498424ee11 matches Tosca VF Customization UUID: c229942c-b36c-48e4-8996-69498424ee11 2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c229942c-b36c-48e4-8996-69498424ee11 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:10:50.736Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.736Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c229942c-b36c-48e4-8996-69498424ee11: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5005dd59 2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.738Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:10:50.738Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3c59f5c-14ce-4def-8639-dce77110a05c 2022-11-10T06:10:50.739Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3c59f5c-14ce-4def-8639-dce77110a05c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:10:50.745Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.745Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.746Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:50.746Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc7a7f-a6db-467a-9977-4cc2ef4e3270 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cee80a0e-6932-40b5-b23d-58694abcf5cd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria 2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a9933c5-0ea5-434f-bb35-8d0c841dcd26 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:10:50.775Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.777Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria 2022-11-10T06:10:50.777Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=c229942c-b36c-48e4-8996-69498424ee11 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd: vFW a2d5fc94-6494 2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-10 06-08-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2d5fc94-6494 b153629f-65ad-4ca9-bea6-48ca98929d82 1 ASDC deployResourceStructure 2022-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json ASDC sendASDCNotification 2022-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 2022-11-10T06:10:51.040Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:10:51.040Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:51.042Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:51.042Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060651039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:10:51.142Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:51.143Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:51.143Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:51.162Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:51.163Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:52.043Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:52.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:52.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060652043, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:10:52.146Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:52.147Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:52.147Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:52.169Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:52.169Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:10:53.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-10T06:10:53.047Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 2022-11-10T06:10:53.047Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:10:53.048Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:53.049Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:53.050Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060653046, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-10T06:10:53.150Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:53.151Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:53.151Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:53.185Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:53.185Z||pool-16-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar ASDC sendASDCNotification 2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:10:54.052Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:10:54.054Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:10:54.054Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060654050, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:10:54.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:10:54.155Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:10:54.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:10:54.174Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:10:54.174Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:10:55.055Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:10:55.069Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:10:55.072Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:10:55.072Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:10:55.077Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:11:25.078Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:11:25.092Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 and serviceModelVersionId: fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd 2022-11-10T06:11:25.092Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4f4c3bf-f88d-4429-911b-78625fd4269c 2022-11-10T06:11:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:11:34.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:11:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:34.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:34.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:11:34.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:11:34.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:11:39.604Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0 2022-11-10T06:11:39.713Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:11:40.224Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:11:40.229Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|INFO|500||Invoke 2022-11-10T06:11:40.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:11:40.553Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|INFO|500||InvokeReturn 2022-11-10T06:11:40.554Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:11:40:261-74886], vertex-id=[188624], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:11:40 GMT], Content-Type=[application/json]} 2022-11-10T06:11:40.554Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:11:40.558Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:11:40.558Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:11:40.564Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:11:40.564Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5623fc27-af95-44a6-b8e6-41f8962f9a51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:11:40.565Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:11:40.566Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:40.567Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:40.568Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060700565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:11:40.668Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:40.669Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:40.669Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:40.687Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:40.688Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:11:41.581Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:11:41.582Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5528a7cc-8330-4320-8798-ec313b221797","serviceName":"basic_onboard_PeCvCP","serviceVersion":"1.0","serviceUUID":"375bb7d1-b30c-4385-b505-d926a678bda9","serviceDescription":"service","serviceInvariantUUID":"4e945193-3759-4674-84aa-e59b14de734e","resources":[{"resourceInstanceName":"basic_onboard_PeCvCP 0","resourceName":"basic_onboard_PeCvCP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bd2519d-1018-40c0-ba03-edd0bc8594c0","resourceInvariantUUID":"afbb4dd4-0437-47da-99af-6f562b90bb89","resourceCustomizationUUID":"dc022d00-8385-43b5-a9f6-d7b289392cb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml","artifactChecksum":"ZGYyNTNhNWRiMDVhOTBkZmZhYzg1NWVhMDgyOWNiZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dbab22a-47ff-4b05-9532-535da1902c9c","artifactVersion":"1"},{"artifactName":"basic_onboard_pecvcp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json","artifactChecksum":"OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bdd6615-b690-45ef-a68a-fbfeb4468f7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08e85dde-848e-411a-a274-0e86d9446dba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b846e130-7952-47c5-aaae-78100e5e102b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55148fd4-605f-4a18-be46-94ad76778018","artifactVersion":"2","generatedFromUUID":"08e85dde-848e-411a-a274-0e86d9446dba"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPecvcp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml","artifactChecksum":"ODI1OTk4MWIyY2E1ODdkMDllMTFlMjNiZjIxNmUzYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d952b12-1162-41a7-880e-c31a391c9efe","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPecvcp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar","artifactChecksum":"ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3955600-fa3c-44ef-bc88-cc1f569e0dcc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:11:41.587Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:41.587Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:41.589Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:41.590Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:11:41.690Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:11:41.690Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:41.691Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:41.704Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:41.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:42.590Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:42.591Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:42.593Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:42.593Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:11:42.694Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:11:42.695Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:42.695Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:42.717Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:42.718Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:11:43.594Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:43.595Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:43.597Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:43.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-10T06:11:43.698Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:43.699Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:43.699Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:43.712Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:43.713Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:44.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:44.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:44.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:44.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:11:44.702Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:44.703Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:44.703Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:44.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:44.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:45.608Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:45.608Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:45.610Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:45.610Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-10T06:11:45.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:45.712Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:45.713Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:45.737Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:45.738Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:46.611Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:46.612Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:46.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:46.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:11:46.724Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-11-10T06:11:46.726Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:46.726Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:46.744Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:46.745Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:47.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:11:47.616Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:47.618Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:47.618Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:11:47.718Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:11:47.719Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:47.720Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:47.734Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:47.734Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:48.624Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "serviceName": "basic_onboard_PeCvCP", "serviceVersion": "1.0", "serviceUUID": "375bb7d1-b30c-4385-b505-d926a678bda9", "serviceDescription": "service", "serviceInvariantUUID": "4e945193-3759-4674-84aa-e59b14de734e", "resources": [ { "resourceInstanceName": "basic_onboard_PeCvCP 0", "resourceCustomizationUUID": "dc022d00-8385-43b5-a9f6-d7b289392cb8", "resourceName": "basic_onboard_PeCvCP", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3bd2519d-1018-40c0-ba03-edd0bc8594c0", "resourceInvariantUUID": "afbb4dd4-0437-47da-99af-6f562b90bb89", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pecvcp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "artifactChecksum": "OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3bdd6615-b690-45ef-a68a-fbfeb4468f7d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "08e85dde-848e-411a-a274-0e86d9446dba", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "55148fd4-605f-4a18-be46-94ad76778018", "generatedFromUUID": "08e85dde-848e-411a-a274-0e86d9446dba" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "55148fd4-605f-4a18-be46-94ad76778018", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPecvcp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "artifactChecksum": "ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3955600-fa3c-44ef-bc88-cc1f569e0dcc" } ], "workloadContext": "Production" } 2022-11-10T06:11:48.625Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:11:48.625Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 375bb7d1-b30c-4385-b505-d926a678bda9 ASDC 2022-11-10T06:11:48.626Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5528a7cc-8330-4320-8798-ec313b221797 ServiceName:basic_onboard_PeCvCP ServiceVersion:1.0 ServiceUUID:375bb7d1-b30c-4385-b505-d926a678bda9 ServiceInvariantUUID:4e945193-3759-4674-84aa-e59b14de734e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPecvcp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar ArtifactUUID:a3955600-fa3c-44ef-bc88-cc1f569e0dcc ArtifactChecksum:ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PeCvCP 0 ResourceCustomizationUUID:dc022d00-8385-43b5-a9f6-d7b289392cb8 ResourceInvariantUUID:afbb4dd4-0437-47da-99af-6f562b90bb89 ResourceName:basic_onboard_PeCvCP ResourceType:VF ResourceUUID:3bd2519d-1018-40c0-ba03-edd0bc8594c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pecvcp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json ArtifactUUID:3bdd6615-b690-45ef-a68a-fbfeb4468f7d ArtifactChecksum:OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk= 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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml ArtifactUUID:08e85dde-848e-411a-a274-0e86d9446dba 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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ArtifactUUID:55148fd4-605f-4a18-be46-94ad76778018 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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ArtifactUUID:55148fd4-605f-4a18-be46-94ad76778018 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:11:48.626Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375bb7d1-b30c-4385-b505-d926a678bda9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:11:48.651Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3955600-fa3c-44ef-bc88-cc1f569e0dcc from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:48.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:11:48.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:48.749Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:11:48.752Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar a3955600-fa3c-44ef-bc88-cc1f569e0dcc 75291 2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar ASDC sendASDCNotification 2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:48.755Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:48.755Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060708753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:11:48.856Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:48.861Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:48.861Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:48.874Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:48.874Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:49.756Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:11:49.757Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:11:49.757Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a3955600-fa3c-44ef-bc88-cc1f569e0dcc, URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar to file: /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:49.759Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:49.760Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:49.760Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:49.886Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9225313131274789811/Definitions/service-BasicOnboardPecvcp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-10T06:11:51.119Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PeCvCP 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:11:51.124Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.124Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria 2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria 2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=22857738-6395-40a0-bb7e-6e40e0561bd4 2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PeCvCP Description:service Model UUID:375bb7d1-b30c-4385-b505-d926a678bda9 Model Version:NULL Model InvariantUuid:4e945193-3759-4674-84aa-e59b14de734e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PeCvCP Model UUID:2bc042db-7fd0-4a59-b6f8-7bb3dcc13a5e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:afbb4dd4-0437-47da-99af-6f562b90bb89 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dc022d00-8385-43b5-a9f6-d7b289392cb8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c63b2465-c176-4b0f-b92e-8e909ea6a3ad ModelName:BasicOnboardPecvcp..base_ubuntu18..module-0 ModelUuid:a95d4e65-8e4d-47dc-9957-50c18a098dd2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:22857738-6395-40a0-bb7e-6e40e0561bd4 ModelInvariantUuid:b6d22474-28c3-406f-bdee-3f29c71bf9b6 ModelName:basic_onboard_PeCvCP-nodes.ubuntu18Cvfc ModelUuid:8c313068-63df-419d-a5d4-3ab08d5251ec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7a7d58ed-cb51-48a2-b73a-1540522d94a7 ModelInvariantUuid:c68df5e7-de59-4c62-9512-d63db1c2f31c ModelName:BasicOnboardPecvcp.compute.nodes.heat.ubuntu18 ModelUuid:a24271c0-09ed-4f19-84de-5cc822d37ff1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:11:51.139Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bd2519d-1018-40c0-ba03-edd0bc8594c0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:11:51.142Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||basic_onboard_PeCvCP 0 2022-11-10T06:11:51.142Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bd2519d-1018-40c0-ba03-edd0bc8594c0 2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bdd6615-b690-45ef-a68a-fbfeb4468f7d from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 2022-11-10T06:11:51.200Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:11:51.200Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 3bdd6615-b690-45ef-a68a-fbfeb4468f7d 798 2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json ASDC sendASDCNotification 2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:51.203Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:51.203Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060711201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:11:51.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:11:51.305Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:51.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:51.325Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:51.326Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:52.204Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPecvcp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c63b2465-c176-4b0f-b92e-8e909ea6a3ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a95d4e65-8e4d-47dc-9957-50c18a098dd2", "vfModuleModelCustomizationUUID": "5a56ca88-7153-48cd-bd84-2ea9f706efdd", "isBase": true, "artifacts": [ "08e85dde-848e-411a-a274-0e86d9446dba", "55148fd4-605f-4a18-be46-94ad76778018" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:11:52.208Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPecvcp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a95d4e65-8e4d-47dc-9957-50c18a098dd2 VfModuleModelInvariantUUID:c63b2465-c176-4b0f-b92e-8e909ea6a3ad VfModuleModelDescription:NULL Artifacts UUID List:{ 08e85dde-848e-411a-a274-0e86d9446dba , 55148fd4-605f-4a18-be46-94ad76778018 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPecvcp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c63b2465-c176-4b0f-b92e-8e909ea6a3ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a95d4e65-8e4d-47dc-9957-50c18a098dd2", "vfModuleModelCustomizationUUID": "5a56ca88-7153-48cd-bd84-2ea9f706efdd", "isBase": true, "artifacts": [ "08e85dde-848e-411a-a274-0e86d9446dba", "55148fd4-605f-4a18-be46-94ad76778018" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPecvcp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a95d4e65-8e4d-47dc-9957-50c18a098dd2 VfModuleModelInvariantUUID:c63b2465-c176-4b0f-b92e-8e909ea6a3ad VfModuleModelDescription:NULL Artifacts UUID List:{ 08e85dde-848e-411a-a274-0e86d9446dba , 55148fd4-605f-4a18-be46-94ad76778018 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08e85dde-848e-411a-a274-0e86d9446dba from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 08e85dde-848e-411a-a274-0e86d9446dba 5033 2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:52.268Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:52.268Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060712265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:11:52.368Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:52.369Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:52.370Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:52.396Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:52.397Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55148fd4-605f-4a18-be46-94ad76778018 from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 2022-11-10T06:11:53.327Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:11:53.327Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 55148fd4-605f-4a18-be46-94ad76778018 909 2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:53.330Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:53.330Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060713328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:11:53.430Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:53.431Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:53.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:53.446Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:53.446Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:54.331Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 375bb7d1-b30c-4385-b505-d926a678bda9 2022-11-10T06:11:54.331Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PeCvCP 0 3bd2519d-1018-40c0-ba03-edd0bc8594c0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:11:54.344Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76f0b66a, org.onap.sdc.toscaparser.api.parameters.Input@4688afc6, org.onap.sdc.toscaparser.api.parameters.Input@2a16c0b6, org.onap.sdc.toscaparser.api.parameters.Input@3ac38958, org.onap.sdc.toscaparser.api.parameters.Input@49f33b8c] 2022-11-10T06:11:54.345Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= dc022d00-8385-43b5-a9f6-d7b289392cb8 2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc022d00-8385-43b5-a9f6-d7b289392cb8 matches Tosca VF Customization UUID: dc022d00-8385-43b5-a9f6-d7b289392cb8 2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: dc022d00-8385-43b5-a9f6-d7b289392cb8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:11:54.348Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id dc022d00-8385-43b5-a9f6-d7b289392cb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a6ebbd 2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a56ca88-7153-48cd-bd84-2ea9f706efdd 2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a56ca88-7153-48cd-bd84-2ea9f706efdd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria 2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=22857738-6395-40a0-bb7e-6e40e0561bd4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria 2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=dc022d00-8385-43b5-a9f6-d7b289392cb8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:11:54.359Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 375bb7d1-b30c-4385-b505-d926a678bda9: basic_onboard_PeCvCP 2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_PeCvCP Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PeCvCP 3bd2519d-1018-40c0-ba03-edd0bc8594c0 1 ASDC deployResourceStructure 2022-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json ASDC sendASDCNotification 2022-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 2022-11-10T06:11:54.438Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:11:54.438Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:54.441Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:54.441Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060714437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:11:54.542Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-10T06:11:54.543Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:54.543Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:54.558Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:54.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:55.444Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:55.447Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:55.447Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060715443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:11:55.548Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:55.549Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:55.549Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:55.576Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:55.577Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:56.448Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-10T06:11:56.450Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 2022-11-10T06:11:56.450Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:11:56.451Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:56.455Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:56.455Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060716448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-10T06:11:56.555Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:56.556Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:56.556Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:56.569Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:56.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:11:57.456Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar ASDC sendASDCNotification 2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar 2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:11:57.459Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:11:57.459Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060717456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:11:57.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:11:57.561Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:11:57.561Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:11:57.573Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:11:57.574Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:11:58.460Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:11:58.470Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:11:58.472Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:11:58.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:11:58.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:12:28.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:12:28.482Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:12:28.484Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:12:28.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:12:28.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:12:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:12:34.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:12:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:12:34.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:12:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060628726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:12:34.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "NOTIFIED" } 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060636528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060637599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060638689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060639737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:12:34.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797 2022-11-10T06:12:34.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "multicloud-k8s-id", "timestamp": 1668060640741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "ves-openapi-manager", "timestamp": 1668060634556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060641927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060642364, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "aai-ml", "timestamp": 1668060642931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:12:34.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797 2022-11-10T06:12:34.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:12:34.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060647513, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060640287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060648600, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060648084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060649665, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060651039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060650412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060652043, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668060651416, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:12:34.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797 2022-11-10T06:12:34.443Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:12:34.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060653046, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:34.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:12:34.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060654050, "artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:12:34.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:12:58.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:12:58.518Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:12:58.535Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:13:28.536Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:13:28.542Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5528a7cc-8330-4320-8798-ec313b221797 and serviceModelVersionId: 375bb7d1-b30c-4385-b505-d926a678bda9 2022-11-10T06:13:28.542Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e945193-3759-4674-84aa-e59b14de734e 2022-11-10T06:13:28.543Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0 2022-11-10T06:13:28.552Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:13:28.611Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:13:28.614Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|INFO|500||Invoke 2022-11-10T06:13:28.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:13:28.815Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|INFO|500||InvokeReturn 2022-11-10T06:13:28.815Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:13:28:583-59191], vertex-id=[180256], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:13:28 GMT], Content-Type=[application/json]} 2022-11-10T06:13:28.816Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:13:28.817Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:13:28.817Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5528a7cc-8330-4320-8798-ec313b221797 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:13:28.824Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:13:28.827Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:13:28.827Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060808823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:13:28.931Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-10T06:13:28.932Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:13:28.932Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:13:28.960Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:13:28.961Z||pool-34-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-11-10T06:13:29.836Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:13:29.837Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:13:29.837Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:13:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:13:34.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:13:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:13:34.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:13:34.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060700565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060634337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060708753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060711201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060712265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060713328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060714437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060715443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060716448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:13:34.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060717456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:13:34.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:13:40.257Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:13:40.259Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:13:40.260Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:13:40.260Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:13:49.830Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:13:49.831Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:13:49.832Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:13:49.832Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:13:59.414Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:14:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:14:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:14:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:14:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:14:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:14:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:14:34.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:14:34.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-10T06:14:34.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5528a7cc-8330-4320-8798-ec313b221797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668060808823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:14:34.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:14:43.968Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:15:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:15:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:15:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:15:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:15:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:15:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:15:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:15:43.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:16:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:16:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:16:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:16:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:16:34.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:16:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:16:43.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:16:43.912Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:17:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:17:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:17:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:17:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:17:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:17:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:17:43.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:17:43.958Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:18:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:18:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:18:34.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:18:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:18:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:18:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:18:43.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:18:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:19:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:19:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:19:34.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:19:34.342Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:19:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:19:34.342Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:19:43.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:19:43.940Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:20:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:20:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:20:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:20:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:20:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:20:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:20:43.913Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:20:43.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:21:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:21:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:21:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:21:34.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:21:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:21:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:21:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:21:43.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:22:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:22:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:22:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:22:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:22:34.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:22:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:22:43.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:22:43.901Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:23:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:23:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:23:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:23:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:23:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:23:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:23:43.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:23:43.933Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:24:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:24:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:24:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:24:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:34.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:34.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "ves-openapi-manager", "timestamp": 1668061434556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "aai-ml", "timestamp": 1668061436647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "ves-openapi-manager", "timestamp": 1668061434556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "aai-ml", "timestamp": 1668061436647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "aai-ml", "timestamp": 1668061446125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "cds", "timestamp": 1668061447139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "cds", "timestamp": 1668061447139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "multicloud-k8s-id", "timestamp": 1668061448726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "cds", "timestamp": 1668061449854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "aai-ml", "timestamp": 1668061450039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "multicloud-k8s-id", "timestamp": 1668061448726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "cds", "timestamp": 1668061450859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:24:35.013Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 2022-11-10T06:24:35.013Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:24:35.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "aai-ml", "timestamp": 1668061451043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:24:35.021Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 2022-11-10T06:24:35.021Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:24:35.025Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.027Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061450287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:35.027Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cf53c66f-df9b-4519-96a9-1a53a6a31a04","serviceDescription":"service","serviceInvariantUUID":"b679208b-18ed-4d22-a1c8-806d14f12d54","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5491b6e6-44aa-4a91-9609-ee66534db264","resourceInvariantUUID":"f67675ce-fe0a-4613-89c2-3a49dd0c6992","resourceCustomizationUUID":"37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65","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":"ZWY4ZGM0MzI3NDQ4ZGNhMzQzMTA5NzY2MDg2ZTdlYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"369fb695-e24f-4f6a-a6df-f7c52f26c9ff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d371358-0a29-4aea-8339-b22327286842","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:24:35.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061450287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061453018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061454689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:24:35.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:24:35.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061455693, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:24:35.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 2022-11-10T06:24:35.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:24:35.033Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:24:35.034Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:24:35.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:24:35.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061474337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:24:35.138Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:24:35.140Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:24:35.140Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:35.158Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:35.159Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:24:36.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:24:36.039Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:24:36.041Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:24:36.041Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061474337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:24:36.141Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:24:36.142Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:24:36.142Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:36.154Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:36.154Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "cf53c66f-df9b-4519-96a9-1a53a6a31a04", "serviceDescription": "service", "serviceInvariantUUID": "b679208b-18ed-4d22-a1c8-806d14f12d54", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5491b6e6-44aa-4a91-9609-ee66534db264", "resourceInvariantUUID": "f67675ce-fe0a-4613-89c2-3a49dd0c6992", "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": "MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d371358-0a29-4aea-8339-b22327286842" } ], "workloadContext": "Production" } 2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf53c66f-df9b-4519-96a9-1a53a6a31a04 ASDC 2022-11-10T06:24:37.044Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:cf53c66f-df9b-4519-96a9-1a53a6a31a04 ServiceInvariantUUID:b679208b-18ed-4d22-a1c8-806d14f12d54 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:9d371358-0a29-4aea-8339-b22327286842 ArtifactChecksum:MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65 ResourceInvariantUUID:f67675ce-fe0a-4613-89c2-3a49dd0c6992 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5491b6e6-44aa-4a91-9609-ee66534db264 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-10T06:24:37.045Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf53c66f-df9b-4519-96a9-1a53a6a31a04 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:24:37.073Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:24:37.074Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d371358-0a29-4aea-8339-b22327286842 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:24:37.076Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-10T06:24:37.142Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:24:37.145Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9d371358-0a29-4aea-8339-b22327286842 57659 2022-11-10T06:24:37.145Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:24:37.148Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:24:37.149Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061477145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:24:37.249Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:24:37.249Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:24:37.250Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:37.261Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:37.261Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:24:38.149Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:24:38.150Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:24:38.151Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9d371358-0a29-4aea-8339-b22327286842, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.151Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-10T06:24:38.152Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.152Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12459210129525478115/Definitions/service-BasicNetwork-template.yml 2022-11-10T06:24:38.821Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.824Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:24:38.826Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.826Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.831Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.831Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:cf53c66f-df9b-4519-96a9-1a53a6a31a04 Model Version:NULL Model InvariantUuid:b679208b-18ed-4d22-a1c8-806d14f12d54 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f67675ce-fe0a-4613-89c2-3a49dd0c6992 Model UUID:fa6deef9-003f-4395-89d9-f568bc8bd383 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:24:38.839Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 5491b6e6-44aa-4a91-9609-ee66534db264 2022-11-10T06:24:38.839Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||No resources found for Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:24:38.845Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500|| 2022-11-10T06:24:38.845Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-10T06:24:38.846Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04 2022-11-10T06:24:38.846Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04 2022-11-10T06:24:38.847Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-10T06:24:38.847Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:24:38.851Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a5d2113, org.onap.sdc.toscaparser.api.parameters.Input@3620a0c0, org.onap.sdc.toscaparser.api.parameters.Input@364eb673, org.onap.sdc.toscaparser.api.parameters.Input@6e881e96, org.onap.sdc.toscaparser.api.parameters.Input@1d2eefed] 2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cf53c66f-df9b-4519-96a9-1a53a6a31a04: Generic NeutronNet 2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-10T06:24:38.889Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-10T06:24:38.956Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:24:38.959Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:24:38.959Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061478957, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:24:39.059Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:24:39.060Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:24:39.061Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:24:39.073Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:24:39.073Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:24:39.962Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:24:39.979Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:24:39.984Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:25:09.985Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:25:09.991Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and serviceModelVersionId: cf53c66f-df9b-4519-96a9-1a53a6a31a04 2022-11-10T06:25:09.991Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b679208b-18ed-4d22-a1c8-806d14f12d54 2022-11-10T06:25:09.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0 2022-11-10T06:25:09.999Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:25:10.052Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|INFO|500||Invoke 2022-11-10T06:25:10.053Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[535a3ecb-a152-431f-b6d0-0a9ad7841d4a], X-ECOMP-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], X-TransactionId=[], X-ONAP-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], Content-Type=[application/merge-patch+json]} 2022-11-10T06:25:10.080Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:25:10.174Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?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/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221110-06:25:10:062-91241], vertex-id=[180368], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:25:10 GMT], Content-Type=[application/json]} 2022-11-10T06:25:10.174Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:25:10.175Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|INFO|500||InvokeReturn 2022-11-10T06:25:10.180Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:25:10.180Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:10.193Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:10.193Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061510190, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:25:10.293Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:10.294Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:10.294Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:10.316Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:10.317Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:25:34.337Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:25:34.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:25:34.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:25:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:25:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:34.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:34.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:25:34.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061474337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:25:34.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:25:34.970Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:34.972Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:25:34.972Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab9cacc6-29a3-41ae-a8cf-aeb7b129242b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040","serviceDescription":"service","serviceInvariantUUID":"9d8a23fa-6f63-4b84-9ecb-78c121f602fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e46dbf9f-1080-4a93-acb5-e100bdac58d2","resourceInvariantUUID":"42f5bb56-0365-4261-ba0c-cf3ec1037670","resourceCustomizationUUID":"cb026f5c-dcd8-4515-8cf9-913bce149109","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":"NjJmM2I3ZDIyM2RhZmNiNDJkNDk3OTExNjJjZTcyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a2ba30d-a5b1-453c-b851-1318944534af","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":"NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e5fedda-a68d-4fd8-a1fa-88cf885e2b92","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":"7fcab715-34af-4466-8fa3-6c3bd32b02b4","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":"4e0a7043-f868-4aeb-a827-54553d4aa2d3","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":"b61b36b6-efe1-47af-8939-2dd787968110","artifactVersion":"2","generatedFromUUID":"7fcab715-34af-4466-8fa3-6c3bd32b02b4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRhNTZhOTM2NTQzNmJhZWYxN2E4MWJmZTM3NDZlZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"331a4206-6fe7-438d-8d1b-fb10c7280443","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:25:34.974Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:34.975Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:34.976Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:34.976Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:25:35.077Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:25:35.078Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:35.078Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:35.089Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:35.089Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:25:35.977Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:35.978Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:35.980Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:35.980Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:25:36.080Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:36.081Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:36.081Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:36.095Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:36.096Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:36.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:36.984Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:36.989Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:36.989Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:25:37.089Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:37.090Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:37.090Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:37.103Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:37.104Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:37.990Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:37.990Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:37.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:37.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:25:38.093Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:38.094Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:38.094Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:38.106Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:38.107Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:38.993Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:38.994Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:38.996Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:38.997Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:25:39.096Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:25:39.097Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:39.098Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:39.136Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:39.137Z||pool-44-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:40.000Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:40.005Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:40.008Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:40.009Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:25:40.108Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:25:40.109Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:40.110Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:40.121Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:40.121Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:41.009Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:25:41.010Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:41.013Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:41.013Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:25:41.113Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:41.114Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:41.114Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:41.128Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:41.128Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:42.018Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040", "serviceDescription": "service", "serviceInvariantUUID": "9d8a23fa-6f63-4b84-9ecb-78c121f602fd", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "cb026f5c-dcd8-4515-8cf9-913bce149109", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e46dbf9f-1080-4a93-acb5-e100bdac58d2", "resourceInvariantUUID": "42f5bb56-0365-4261-ba0c-cf3ec1037670", "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": "NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e5fedda-a68d-4fd8-a1fa-88cf885e2b92", "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": "7fcab715-34af-4466-8fa3-6c3bd32b02b4", "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": "b61b36b6-efe1-47af-8939-2dd787968110", "generatedFromUUID": "7fcab715-34af-4466-8fa3-6c3bd32b02b4" }, "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": "b61b36b6-efe1-47af-8939-2dd787968110", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0" } ], "workloadContext": "Production" } 2022-11-10T06:25:42.018Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:25:42.019Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 ASDC 2022-11-10T06:25:42.019Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ab9cacc6-29a3-41ae-a8cf-aeb7b129242b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 ServiceInvariantUUID:9d8a23fa-6f63-4b84-9ecb-78c121f602fd 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:9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0 ArtifactChecksum:MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:cb026f5c-dcd8-4515-8cf9-913bce149109 ResourceInvariantUUID:42f5bb56-0365-4261-ba0c-cf3ec1037670 ResourceName:basic_vm ResourceType:VF ResourceUUID:e46dbf9f-1080-4a93-acb5-e100bdac58d2 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:2e5fedda-a68d-4fd8-a1fa-88cf885e2b92 ArtifactChecksum:NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ= 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:7fcab715-34af-4466-8fa3-6c3bd32b02b4 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:b61b36b6-efe1-47af-8939-2dd787968110 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:b61b36b6-efe1-47af-8939-2dd787968110 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:25:42.019Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:25:42.055Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:25:42.057Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-10T06:25:42.123Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:25:42.127Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0 74800 2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:25:42.129Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:42.131Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:42.131Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061542128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:25:42.231Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:25:42.233Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:42.233Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:42.254Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:42.255Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:43.132Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:25:43.136Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:25:43.137Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:43.137Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-10T06:25:43.138Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:43.138Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:43.340Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6544672575082312480/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:44.535Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.535Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-10T06:25:44.535Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-10T06:25:44.536Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:25:44.536Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7cb36362-8b61-42a2-bdeb-5bf3011c0474 2022-11-10T06:25:44.536Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.536Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.537Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.537Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.537Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.538Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.538Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:44.538Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:44.538Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 Model Version:NULL Model InvariantUuid:9d8a23fa-6f63-4b84-9ecb-78c121f602fd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c57d2783-abe7-46eb-ae1e-4000022ac65f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:42f5bb56-0365-4261-ba0c-cf3ec1037670 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cb026f5c-dcd8-4515-8cf9-913bce149109 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44054ba8-88ed-4142-b728-26ab242b2f10 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:667793d5-9a6b-4b49-b3b0-18e03a625abd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7cb36362-8b61-42a2-bdeb-5bf3011c0474 ModelInvariantUuid:486379af-098a-4b23-a021-73c51afe899b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4f3e7ffe-613f-49e6-a802-3245515643bb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d9b55ffc-4094-4777-a94a-613c6068250d ModelInvariantUuid:1cb849ab-ca52-4c35-ab7b-7bf7ca1bc3c7 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a166f8b5-8c34-4d68-b628-201f1c0a1225 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:25:44.547Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e46dbf9f-1080-4a93-acb5-e100bdac58d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:25:44.550Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-11-10T06:25:44.550Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e46dbf9f-1080-4a93-acb5-e100bdac58d2 2022-11-10T06:25:44.550Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e5fedda-a68d-4fd8-a1fa-88cf885e2b92 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-10T06:25:44.551Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:25:44.551Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-10T06:25:44.596Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:25:44.596Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2e5fedda-a68d-4fd8-a1fa-88cf885e2b92 787 2022-11-10T06:25:44.597Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-10T06:25:44.597Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-10T06:25:44.597Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:25:44.597Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:44.599Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:44.600Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061544597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:25:44.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:44.701Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:44.701Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:44.712Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:44.713Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:45.605Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "44054ba8-88ed-4142-b728-26ab242b2f10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "667793d5-9a6b-4b49-b3b0-18e03a625abd", "vfModuleModelCustomizationUUID": "a8ca77ee-40b3-48ad-8cdf-01e16370cdbb", "isBase": true, "artifacts": [ "7fcab715-34af-4466-8fa3-6c3bd32b02b4", "b61b36b6-efe1-47af-8939-2dd787968110" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:25:45.609Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:667793d5-9a6b-4b49-b3b0-18e03a625abd VfModuleModelInvariantUUID:44054ba8-88ed-4142-b728-26ab242b2f10 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fcab715-34af-4466-8fa3-6c3bd32b02b4 , b61b36b6-efe1-47af-8939-2dd787968110 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:25:45.611Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "44054ba8-88ed-4142-b728-26ab242b2f10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "667793d5-9a6b-4b49-b3b0-18e03a625abd", "vfModuleModelCustomizationUUID": "a8ca77ee-40b3-48ad-8cdf-01e16370cdbb", "isBase": true, "artifacts": [ "7fcab715-34af-4466-8fa3-6c3bd32b02b4", "b61b36b6-efe1-47af-8939-2dd787968110" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:25:45.611Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:667793d5-9a6b-4b49-b3b0-18e03a625abd VfModuleModelInvariantUUID:44054ba8-88ed-4142-b728-26ab242b2f10 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fcab715-34af-4466-8fa3-6c3bd32b02b4 , b61b36b6-efe1-47af-8939-2dd787968110 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:25:45.611Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fcab715-34af-4466-8fa3-6c3bd32b02b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-10T06:25:45.611Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:25:45.611Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-10T06:25:45.654Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:25:45.655Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7fcab715-34af-4466-8fa3-6c3bd32b02b4 5033 2022-11-10T06:25:45.655Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-10T06:25:45.655Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-10T06:25:45.655Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:25:45.655Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:45.657Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:45.657Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061545655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:25:45.757Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:45.759Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:45.759Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:45.772Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:45.772Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:46.658Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b61b36b6-efe1-47af-8939-2dd787968110 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-10T06:25:46.659Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:25:46.659Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-10T06:25:46.706Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:25:46.706Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b61b36b6-efe1-47af-8939-2dd787968110 903 2022-11-10T06:25:46.707Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-10T06:25:46.707Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-10T06:25:46.707Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:25:46.707Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:46.709Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:46.709Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061546707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:25:46.809Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:46.810Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:46.810Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:46.821Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:46.822Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:25:47.710Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 2022-11-10T06:25:47.711Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e46dbf9f-1080-4a93-acb5-e100bdac58d2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:25:47.725Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c5fc400, org.onap.sdc.toscaparser.api.parameters.Input@14879144, org.onap.sdc.toscaparser.api.parameters.Input@1c6b210e, org.onap.sdc.toscaparser.api.parameters.Input@6030f80b, org.onap.sdc.toscaparser.api.parameters.Input@62cd5fc9] 2022-11-10T06:25:47.727Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.727Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.727Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:25:47.728Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cb026f5c-dcd8-4515-8cf9-913bce149109 2022-11-10T06:25:47.728Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb026f5c-dcd8-4515-8cf9-913bce149109 matches Tosca VF Customization UUID: cb026f5c-dcd8-4515-8cf9-913bce149109 2022-11-10T06:25:47.729Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cb026f5c-dcd8-4515-8cf9-913bce149109 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:25:47.731Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.731Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.732Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cb026f5c-dcd8-4515-8cf9-913bce149109: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-10T06:25:47.732Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68599525 2022-11-10T06:25:47.732Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.733Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:25:47.733Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8ca77ee-40b3-48ad-8cdf-01e16370cdbb 2022-11-10T06:25:47.733Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8ca77ee-40b3-48ad-8cdf-01e16370cdbb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:25:47.736Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.736Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:47.736Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:47.737Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.737Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:47.737Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:47.737Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.738Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-10T06:25:47.738Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-10T06:25:47.738Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:25:47.739Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7cb36362-8b61-42a2-bdeb-5bf3011c0474 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:25:47.742Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.742Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:47.742Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:25:47.743Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.743Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-10T06:25:47.743Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cb026f5c-dcd8-4515-8cf9-913bce149109 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:25:47.745Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.746Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.746Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040: basic_vm 2022-11-10T06:25:47.746Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.746Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.747Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.747Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.747Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.748Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.748Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.748Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.749Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:25:47.749Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:25:47.749Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:25:47.849Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e46dbf9f-1080-4a93-acb5-e100bdac58d2 1 ASDC deployResourceStructure 2022-11-10T06:25:47.850Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-10T06:25:47.851Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-10T06:25:47.851Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:25:47.852Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:47.860Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:47.861Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061547850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:25:47.959Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-10T06:25:47.959Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:47.960Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:47.971Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:47.971Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:48.862Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-10T06:25:48.863Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-10T06:25:48.863Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:25:48.863Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:48.865Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:48.865Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061548862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:25:48.966Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:25:48.967Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:48.967Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:48.980Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:48.980Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:49.868Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-10T06:25:49.870Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-10T06:25:49.870Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:25:49.870Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:49.878Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:49.878Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061549868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-10T06:25:49.974Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-10T06:25:49.975Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:49.975Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:49.986Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:49.986Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:50.878Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-10T06:25:50.879Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-10T06:25:50.879Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:25:50.880Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:25:50.882Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:25:50.882Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061550878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:25:50.982Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:25:50.982Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:25:50.982Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:25:51.002Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:25:51.002Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:25:51.882Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:25:51.916Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:25:51.922Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:25:51.922Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:25:51.922Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:26:21.923Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:26:21.929Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:26:21.932Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:26:21.932Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:26:21.932Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:26:34.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:26:34.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:26:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:26:34.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:26:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061474337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061477145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061478957, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:26:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:26:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061488726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061498566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061492139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061499626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061499879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061500685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "cds", "timestamp": 1668061500886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:34.427Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab9cacc6-29a3-41ae-a8cf-aeb7b129242b 2022-11-10T06:26:34.427Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "ves-openapi-manager", "timestamp": 1668061494556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061501755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:34.442Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab9cacc6-29a3-41ae-a8cf-aeb7b129242b 2022-11-10T06:26:34.442Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "multicloud-k8s-id", "timestamp": 1668061502770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061496648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061504382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061510190, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:26:34.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061511075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "aai-ml", "timestamp": 1668061512080, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:34.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab9cacc6-29a3-41ae-a8cf-aeb7b129242b 2022-11-10T06:26:34.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:26:34.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-10T06:26:34.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-10T06:26:34.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061516926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061510287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "cds", "timestamp": 1668061517935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5eeb8297-460d-4368-83ba-75a41aec79b1 2022-11-10T06:26:34.501Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eeb8297-460d-4368-83ba-75a41aec79b1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061517411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061518460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061519511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061520563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061519655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061520659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:34.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab9cacc6-29a3-41ae-a8cf-aeb7b129242b 2022-11-10T06:26:34.526Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061521619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061522666, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:34.546Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5eeb8297-460d-4368-83ba-75a41aec79b1 2022-11-10T06:26:34.546Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eeb8297-460d-4368-83ba-75a41aec79b1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "multicloud-k8s-id", "timestamp": 1668061523670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061507139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061527028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "cds", "timestamp": 1668061528035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69fb8b4c-1307-4c69-b32f-0d3da9858dfa 2022-11-10T06:26:34.572Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061514556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668061508726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:26:34.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061532506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061533777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:26:34.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:26:34.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:26:51.932Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:26:51.943Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:26:51.946Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:26:51.947Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:26:51.950Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:27:21.951Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:27:21.955Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and serviceModelVersionId: f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 2022-11-10T06:27:21.955Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8a23fa-6f63-4b84-9ecb-78c121f602fd 2022-11-10T06:27:21.957Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0 2022-11-10T06:27:21.963Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:27:22.031Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:27:22.033Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0|INFO|500||Invoke 2022-11-10T06:27:22.054Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:27:22.147Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0|INFO|500||InvokeReturn 2022-11-10T06:27:22.148Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d8a23fa-6f63-4b84-9ecb-78c121f602fd/model-vers/model-ver/f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221110-06:27:22:047-13993], vertex-id=[196752], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:27:22 GMT], Content-Type=[application/json]} 2022-11-10T06:27:22.148Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:27:22.149Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:27:22.149Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:27:22.154Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:27:22.154Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab9cacc6-29a3-41ae-a8cf-aeb7b129242b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:27:22.155Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:27:22.155Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:22.157Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:22.157Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061642155, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:27:22.259Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-10T06:27:22.261Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:22.261Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:22.281Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:22.282Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:27:23.168Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:27:23.168Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5eeb8297-460d-4368-83ba-75a41aec79b1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a7a71a23-1b6c-4347-b870-1f2546b05048","serviceDescription":"service","serviceInvariantUUID":"acfdee5f-a616-4863-a89f-798032138bd2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f0d4902-2cca-4095-bae4-1a3b6848cac6","resourceInvariantUUID":"9b85cd51-e9bb-4d5c-9962-6613719f02d7","resourceCustomizationUUID":"837cb39e-421f-44ad-97a9-1e698ad2aece","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":"ZjA5ODFhMGRlYTM3OTQ2Mzg0NmMwNGQyODVhZDBkODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca7b438f-8488-404c-b8f6-a2c7e325d9f3","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":"7c0e0b65-543d-411c-bad7-f509a0e8d7d1","artifactVersion":"2","generatedFromUUID":"93ecb6c4-53cd-4285-b27a-e5fbc614e826"},{"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":"93ecb6c4-53cd-4285-b27a-e5fbc614e826","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":"MDhkMjZmZDhkMDVkMDFhMWU1MzM0ZjYyMjI1ZWI5YmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b43fa0a1-33ce-4e24-90ff-1caccadea5ae","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":"11083fa9-c2c0-4422-a115-8728b7892ab5","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":"76b70866-03d1-45d1-b046-834cce197058","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":"e502ee0f-c0a6-41a5-9928-c035a811aca2","artifactVersion":"2","generatedFromUUID":"11083fa9-c2c0-4422-a115-8728b7892ab5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWI3M2EyODgzMzFhZWUwNzAwZmQ3NDEwN2UyZmViOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"473dda39-4a6d-42e8-8136-1651a6323e03","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzgzODZlNGQ3M2I5MTkzOTQ3YzE5MWM2ZGMyOWEzNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35dac176-2b77-45d3-ab36-fa9fa7ed0df8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:27:23.169Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:23.170Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:23.173Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:23.173Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:27:23.273Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:23.274Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:23.274Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:23.285Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:23.286Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:27:24.174Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:24.175Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:24.178Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:24.178Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-10T06:27:24.278Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:24.279Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:24.279Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:24.290Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:24.291Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:25.179Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:25.180Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:25.182Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:25.182Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-10T06:27:25.283Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:27:25.284Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:25.284Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:25.311Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:25.311Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:26.183Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:26.184Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:26.186Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:26.186Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:27:26.287Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:27:26.293Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:26.293Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:26.306Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:26.306Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:27.187Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:27.188Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:27.190Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:27.190Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-10T06:27:27.291Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:27:27.292Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:27.292Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:27.304Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:27.304Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:28.191Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:28.191Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:28.194Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:28.194Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:27:28.294Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:28.301Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:28.302Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:28.319Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:28.319Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:29.194Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:29.196Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:29.199Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:29.199Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-10T06:27:29.299Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:29.300Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:29.300Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:29.314Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:29.315Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:27:30.199Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:30.200Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:30.202Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:30.202Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:27:30.303Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:30.304Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:30.304Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:30.316Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:30.317Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:31.212Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:27:31.217Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:31.219Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:31.219Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:27:31.319Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:31.321Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:31.321Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:31.335Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:31.336Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:32.221Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a7a71a23-1b6c-4347-b870-1f2546b05048", "serviceDescription": "service", "serviceInvariantUUID": "acfdee5f-a616-4863-a89f-798032138bd2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "837cb39e-421f-44ad-97a9-1e698ad2aece", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3f0d4902-2cca-4095-bae4-1a3b6848cac6", "resourceInvariantUUID": "9b85cd51-e9bb-4d5c-9962-6613719f02d7", "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": "7c0e0b65-543d-411c-bad7-f509a0e8d7d1", "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": "93ecb6c4-53cd-4285-b27a-e5fbc614e826", "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": "MDhkMjZmZDhkMDVkMDFhMWU1MzM0ZjYyMjI1ZWI5YmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b43fa0a1-33ce-4e24-90ff-1caccadea5ae", "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": "11083fa9-c2c0-4422-a115-8728b7892ab5", "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": "e502ee0f-c0a6-41a5-9928-c035a811aca2", "generatedFromUUID": "11083fa9-c2c0-4422-a115-8728b7892ab5" }, "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": "e502ee0f-c0a6-41a5-9928-c035a811aca2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzgzODZlNGQ3M2I5MTkzOTQ3YzE5MWM2ZGMyOWEzNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35dac176-2b77-45d3-ab36-fa9fa7ed0df8" } ], "workloadContext": "Production" } 2022-11-10T06:27:32.221Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:27:32.221Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a7a71a23-1b6c-4347-b870-1f2546b05048 ASDC 2022-11-10T06:27:32.221Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5eeb8297-460d-4368-83ba-75a41aec79b1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a7a71a23-1b6c-4347-b870-1f2546b05048 ServiceInvariantUUID:acfdee5f-a616-4863-a89f-798032138bd2 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:35dac176-2b77-45d3-ab36-fa9fa7ed0df8 ArtifactChecksum:YzgzODZlNGQ3M2I5MTkzOTQ3YzE5MWM2ZGMyOWEzNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:837cb39e-421f-44ad-97a9-1e698ad2aece ResourceInvariantUUID:9b85cd51-e9bb-4d5c-9962-6613719f02d7 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3f0d4902-2cca-4095-bae4-1a3b6848cac6 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:7c0e0b65-543d-411c-bad7-f509a0e8d7d1 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:93ecb6c4-53cd-4285-b27a-e5fbc614e826 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:b43fa0a1-33ce-4e24-90ff-1caccadea5ae ArtifactChecksum:MDhkMjZmZDhkMDVkMDFhMWU1MzM0ZjYyMjI1ZWI5YmQ= 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:11083fa9-c2c0-4422-a115-8728b7892ab5 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:e502ee0f-c0a6-41a5-9928-c035a811aca2 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:e502ee0f-c0a6-41a5-9928-c035a811aca2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:27:32.221Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7a71a23-1b6c-4347-b870-1f2546b05048 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:27:32.247Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:27:32.248Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:27:32.248Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:27:32.248Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35dac176-2b77-45d3-ab36-fa9fa7ed0df8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-10T06:27:32.248Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:32.248Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-10T06:27:32.389Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:32.393Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 35dac176-2b77-45d3-ab36-fa9fa7ed0df8 73675 2022-11-10T06:27:32.393Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-10T06:27:32.393Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-10T06:27:32.393Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:32.393Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:32.395Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:32.395Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061652393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:32.496Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:27:32.496Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:32.497Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:32.523Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:32.524Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:33.396Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:27:33.397Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:27:33.397Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35dac176-2b77-45d3-ab36-fa9fa7ed0df8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:33.397Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-10T06:27:33.398Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:33.398Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:33.538Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18164110872990166222/Definitions/service-BasicCnf-template.yml 2022-11-10T06:27:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:27:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:27:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:34.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:27:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "ves-openapi-manager", "timestamp": 1668061534782, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:27:34.380Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 69fb8b4c-1307-4c69-b32f-0d3da9858dfa 2022-11-10T06:27:34.380Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fb8b4c-1307-4c69-b32f-0d3da9858dfa 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 (?, ?, ?, ?, ?) Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:34.690Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:34.691Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:27:34.692Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.693Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.693Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.693Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-10T06:27:34.693Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-10T06:27:34.693Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:34.694Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:34.695Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.695Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:34.695Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:34.695Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-10T06:27:34.696Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3e5fe5e3-8129-47b3-8899-06007c6f7c17 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.697Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:34.698Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:34.698Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a7a71a23-1b6c-4347-b870-1f2546b05048 Model Version:NULL Model InvariantUuid:acfdee5f-a616-4863-a89f-798032138bd2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:cb2dd74f-814b-4cae-8dde-351abea64fff Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9b85cd51-e9bb-4d5c-9962-6613719f02d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:837cb39e-421f-44ad-97a9-1e698ad2aece NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e932db5-a505-40c5-bbcf-8206a2213b65 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f45b6c07-3220-4c27-8ff4-1ab8e64dafd0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e5fe5e3-8129-47b3-8899-06007c6f7c17 ModelInvariantUuid:4a1d927e-3acf-434e-b8bb-10d440576dea ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1086bb90-4004-4b16-99c7-c0f26481a666 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1be67536-a41b-4116-a8de-cd858ccbcba0 ModelInvariantUuid:f72c708e-ec1a-4c96-a9f9-424c219d5286 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f9caf1e8-16cb-4756-90db-b4e9b4dd883a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:27:34.706Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f0d4902-2cca-4095-bae4-1a3b6848cac6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:27:34.709Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-11-10T06:27:34.709Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f0d4902-2cca-4095-bae4-1a3b6848cac6 2022-11-10T06:27:34.710Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c0e0b65-543d-411c-bad7-f509a0e8d7d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-10T06:27:34.710Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:34.710Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-10T06:27:34.787Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:34.788Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7c0e0b65-543d-411c-bad7-f509a0e8d7d1 12 2022-11-10T06:27:34.788Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-10T06:27:34.788Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-10T06:27:34.789Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:34.789Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:34.792Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:34.792Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061654788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:34.892Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:34.893Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:34.893Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:34.902Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:34.903Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:35.797Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93ecb6c4-53cd-4285-b27a-e5fbc614e826 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-10T06:27:35.797Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:35.798Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-10T06:27:35.849Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:35.850Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 93ecb6c4-53cd-4285-b27a-e5fbc614e826 2688 2022-11-10T06:27:35.850Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-10T06:27:35.850Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-10T06:27:35.851Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:35.851Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:35.853Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:35.853Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061655850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:35.953Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:35.954Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:35.954Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:35.975Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:35.975Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:36.859Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b43fa0a1-33ce-4e24-90ff-1caccadea5ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-10T06:27:36.859Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:36.859Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-10T06:27:36.911Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:36.912Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b43fa0a1-33ce-4e24-90ff-1caccadea5ae 828 2022-11-10T06:27:36.912Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-10T06:27:36.912Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-10T06:27:36.913Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:36.913Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:36.915Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:36.915Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061656912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:37.015Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:37.016Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:37.016Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:37.026Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:37.026Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:37.916Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2e932db5-a505-40c5-bbcf-8206a2213b65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f45b6c07-3220-4c27-8ff4-1ab8e64dafd0", "vfModuleModelCustomizationUUID": "6a1e61b2-efd5-43fe-b3b5-6b9783430a3a", "isBase": true, "artifacts": [ "11083fa9-c2c0-4422-a115-8728b7892ab5", "93ecb6c4-53cd-4285-b27a-e5fbc614e826", "e502ee0f-c0a6-41a5-9928-c035a811aca2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:27:37.921Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f45b6c07-3220-4c27-8ff4-1ab8e64dafd0 VfModuleModelInvariantUUID:2e932db5-a505-40c5-bbcf-8206a2213b65 VfModuleModelDescription:NULL Artifacts UUID List:{ 11083fa9-c2c0-4422-a115-8728b7892ab5 , 93ecb6c4-53cd-4285-b27a-e5fbc614e826 , e502ee0f-c0a6-41a5-9928-c035a811aca2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:27:37.924Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2e932db5-a505-40c5-bbcf-8206a2213b65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f45b6c07-3220-4c27-8ff4-1ab8e64dafd0", "vfModuleModelCustomizationUUID": "6a1e61b2-efd5-43fe-b3b5-6b9783430a3a", "isBase": true, "artifacts": [ "11083fa9-c2c0-4422-a115-8728b7892ab5", "93ecb6c4-53cd-4285-b27a-e5fbc614e826", "e502ee0f-c0a6-41a5-9928-c035a811aca2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:27:37.924Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f45b6c07-3220-4c27-8ff4-1ab8e64dafd0 VfModuleModelInvariantUUID:2e932db5-a505-40c5-bbcf-8206a2213b65 VfModuleModelDescription:NULL Artifacts UUID List:{ 11083fa9-c2c0-4422-a115-8728b7892ab5 , 93ecb6c4-53cd-4285-b27a-e5fbc614e826 , e502ee0f-c0a6-41a5-9928-c035a811aca2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:27:37.925Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11083fa9-c2c0-4422-a115-8728b7892ab5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-10T06:27:37.925Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:37.925Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-10T06:27:37.969Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:37.969Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 11083fa9-c2c0-4422-a115-8728b7892ab5 1164 2022-11-10T06:27:37.970Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-10T06:27:37.970Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-10T06:27:37.970Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:37.970Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:37.974Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:37.975Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061657969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:38.072Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-10T06:27:38.073Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:38.073Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:38.085Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:38.085Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:27:38.980Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e502ee0f-c0a6-41a5-9928-c035a811aca2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-10T06:27:38.981Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:27:38.981Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-10T06:27:39.047Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:27:39.048Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e502ee0f-c0a6-41a5-9928-c035a811aca2 200 2022-11-10T06:27:39.048Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-10T06:27:39.048Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-10T06:27:39.049Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:27:39.049Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:39.051Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:39.051Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061659048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:27:39.151Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:39.153Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:39.153Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:39.164Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:39.164Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:40.052Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7a71a23-1b6c-4347-b870-1f2546b05048 2022-11-10T06:27:40.053Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3f0d4902-2cca-4095-bae4-1a3b6848cac6 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 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-11-10T06:27:40.071Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:27:40.075Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60e28bd8, org.onap.sdc.toscaparser.api.parameters.Input@44ba7925, org.onap.sdc.toscaparser.api.parameters.Input@3db55f20, org.onap.sdc.toscaparser.api.parameters.Input@476c000f, org.onap.sdc.toscaparser.api.parameters.Input@3324ef71] 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 837cb39e-421f-44ad-97a9-1e698ad2aece 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 837cb39e-421f-44ad-97a9-1e698ad2aece matches Tosca VF Customization UUID: 837cb39e-421f-44ad-97a9-1e698ad2aece 2022-11-10T06:27:40.077Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 837cb39e-421f-44ad-97a9-1e698ad2aece matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:27:40.079Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.079Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 837cb39e-421f-44ad-97a9-1e698ad2aece: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14d0ce82 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a1e61b2-efd5-43fe-b3b5-6b9783430a3a 2022-11-10T06:27:40.080Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a1e61b2-efd5-43fe-b3b5-6b9783430a3a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:27:40.082Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.083Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:40.083Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:40.083Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.083Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:40.083Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:40.084Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.084Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-10T06:27:40.084Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-10T06:27:40.084Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3e5fe5e3-8129-47b3-8899-06007c6f7c17 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:27:40.086Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.086Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:40.086Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:27:40.087Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.087Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-10T06:27:40.087Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=837cb39e-421f-44ad-97a9-1e698ad2aece Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:27:40.088Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a7a71a23-1b6c-4347-b870-1f2546b05048: basic_cnf 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.089Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.090Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.090Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.090Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.090Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:27:40.091Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:27:40.091Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:27:40.149Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3f0d4902-2cca-4095-bae4-1a3b6848cac6 1 ASDC deployResourceStructure 2022-11-10T06:27:40.150Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-10T06:27:40.150Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-10T06:27:40.150Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-10T06:27:40.150Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:40.152Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:40.152Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061660149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:27:40.253Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:40.253Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:40.254Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:40.264Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:40.264Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:41.154Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-10T06:27:41.154Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-10T06:27:41.154Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-10T06:27:41.155Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:41.159Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:41.159Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061661153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:27:41.259Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:41.260Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:41.260Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:41.270Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:41.271Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:27:42.159Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-10T06:27:42.160Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-10T06:27:42.160Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:27:42.160Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:42.163Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:42.163Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061662159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:27:42.263Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:27:42.263Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:42.264Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:42.275Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:42.276Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:43.164Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-10T06:27:43.165Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-10T06:27:43.165Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:27:43.165Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:43.167Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:43.167Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061663164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:27:43.268Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:27:43.269Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:43.269Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:43.280Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:43.280Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:44.169Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-10T06:27:44.169Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-10T06:27:44.169Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:27:44.170Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:44.172Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:44.172Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061664168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-10T06:27:44.272Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:44.273Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:44.274Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:44.284Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:44.285Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:27:45.173Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-10T06:27:45.174Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-10T06:27:45.174Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:27:45.174Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:27:45.176Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:27:45.176Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061665173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:27:45.276Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:27:45.277Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:27:45.278Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:27:45.294Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:27:45.294Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:27:46.177Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:27:46.186Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:27:46.188Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:27:46.188Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:27:46.188Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:28:16.188Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:28:16.200Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:28:16.203Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:28:16.203Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:28:16.203Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:28:34.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:28:34.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:28:34.345Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:28:34.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:28:34.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:28:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:28:34.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061536398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:28:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:28:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:28:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061542128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061543087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "aai-ml", "timestamp": 1668061544091, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:28:34.396Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5eeb8297-460d-4368-83ba-75a41aec79b1 2022-11-10T06:28:34.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eeb8297-460d-4368-83ba-75a41aec79b1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:28:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061544597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061545655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061546707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061547850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061548862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:28:34.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061549868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061549970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061550878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061526647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:28:34.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061553194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061552261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061553265, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:28:34.442Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5eeb8297-460d-4368-83ba-75a41aec79b1 2022-11-10T06:28:34.442Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eeb8297-460d-4368-83ba-75a41aec79b1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:28:34.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061558025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "aai-ml", "timestamp": 1668061559028, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:28:34.454Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69fb8b4c-1307-4c69-b32f-0d3da9858dfa 2022-11-10T06:28:34.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:28:34.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:28:34.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:28:34.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:28:34.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061562362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:28:34.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061564255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:28:34.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:28:34.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:28:34.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668061565261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:28:34.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69fb8b4c-1307-4c69-b32f-0d3da9858dfa 2022-11-10T06:28:34.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:28:46.206Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:28:46.212Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:28:46.218Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:28:46.218Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:28:46.218Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:28:46.218Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:28:46.219Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:28:46.222Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:29:16.223Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:29:16.228Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5eeb8297-460d-4368-83ba-75a41aec79b1 and serviceModelVersionId: a7a71a23-1b6c-4347-b870-1f2546b05048 2022-11-10T06:29:16.228Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acfdee5f-a616-4863-a89f-798032138bd2 2022-11-10T06:29:16.229Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0 2022-11-10T06:29:16.232Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:29:16.302Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:29:16.304Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0|INFO|500||Invoke 2022-11-10T06:29:16.329Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:29:16.416Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0|INFO|500||InvokeReturn 2022-11-10T06:29:16.417Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acfdee5f-a616-4863-a89f-798032138bd2/model-vers/model-ver/a7a71a23-1b6c-4347-b870-1f2546b05048?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221110-06:29:16:330-10046], vertex-id=[204984], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:29:16 GMT], Content-Type=[application/json]} 2022-11-10T06:29:16.418Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:29:16.418Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:29:16.418Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:29:16.423Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:29:16.423Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5eeb8297-460d-4368-83ba-75a41aec79b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:29:16.423Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:29:16.424Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:16.426Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:16.426Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061756423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:29:16.526Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:16.527Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:16.527Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:16.553Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:16.553Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:29:17.437Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-10T06:29:17.437Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"69fb8b4c-1307-4c69-b32f-0d3da9858dfa","serviceName":"Demo_pNF_lAG54rfrj6WEOBSIFCc2","serviceVersion":"1.0","serviceUUID":"71913647-54bc-4d04-b2d8-3c8e4335143b","serviceDescription":"catalog service description","serviceInvariantUUID":"d8fba9bc-27cc-494f-bafd-4ce580370558","resources":[{"resourceInstanceName":"pNF 472658d1-6a54 0","resourceName":"pNF 472658d1-6a54","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ce02f13c-8d40-42d2-900e-7d5b53b86595","resourceInvariantUUID":"6544db1b-2fb8-48a3-acd2-f0ff05eb997d","resourceCustomizationUUID":"b929fcc1-8046-4cbf-982c-53ca9468b6bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml","artifactChecksum":"MGUzMTNkNWZlMjg3NWU3NjRmN2IzMjQ5Yzc4ZjQwYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da0de68d-dea5-40a3-a317-01ff4268117d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar","artifactChecksum":"N2Q4OThjZDRiYjUwODE3YmViZjY1MDM1MDliYjJhZTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7f8d567-12ef-44fb-840f-871638d59c86","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a014869-04e0-40e7-9d45-3c6846300b2f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml","artifactChecksum":"YmUxYWFhN2YxMDIyM2MyMTI2NzQ5NzdkODNlYjRlNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c19dd993-2e23-4df4-8bf8-e9763b3c05ba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90c40e86-fe7b-4c4c-b6d3-224c4192bc3e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"564b2372-9055-468e-8ec1-e976d49b6d99","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLag54rfrj6weobsifcc2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml","artifactChecksum":"MTI3OTVmYzc5YjAyNTg2NWJlMDRmMGQ2N2ZhZjg2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03252d71-3955-4fd8-89b3-6312805147d1","artifactVersion":"1"},{"artifactName":"service-DemoPnfLag54rfrj6weobsifcc2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar","artifactChecksum":"NTBiMDUxNzFhYTA2N2U1YTYyMTljYTIwYjhlYzI1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91991483-1fd5-42fd-9d09-3519398ba1a4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:29:17.437Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:17.438Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:17.439Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:17.440Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:17.540Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:17.541Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:17.541Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:17.552Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:17.552Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:18.440Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:18.441Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:18.443Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:18.443Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:18.543Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:18.544Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:18.544Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:18.554Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:18.554Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:19.444Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:19.445Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:19.456Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:19.457Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:19.547Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-11-10T06:29:19.548Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:19.548Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:19.560Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:19.561Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:20.457Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:20.458Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:20.459Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:20.459Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:20.559Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:20.560Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:20.560Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:20.582Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:20.582Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:21.460Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:21.460Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:21.462Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:21.462Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:21.564Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-10T06:29:21.565Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:21.566Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:21.580Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:21.580Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:22.463Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:22.463Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:22.465Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:22.465Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:22.565Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:22.566Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:22.567Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:22.579Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:22.580Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:23.466Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:23.467Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:23.469Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:23.469Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:23.569Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:29:23.570Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:23.570Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:23.580Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:23.581Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:24.470Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:29:24.471Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:24.473Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:24.473Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:29:24.573Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:24.574Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:24.574Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:24.598Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:24.598Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:29:25.474Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "serviceName": "Demo_pNF_lAG54rfrj6WEOBSIFCc2", "serviceVersion": "1.0", "serviceUUID": "71913647-54bc-4d04-b2d8-3c8e4335143b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d8fba9bc-27cc-494f-bafd-4ce580370558", "resources": [ { "resourceInstanceName": "pNF 472658d1-6a54 0", "resourceCustomizationUUID": "b929fcc1-8046-4cbf-982c-53ca9468b6bd", "resourceName": "pNF 472658d1-6a54", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ce02f13c-8d40-42d2-900e-7d5b53b86595", "resourceInvariantUUID": "6544db1b-2fb8-48a3-acd2-f0ff05eb997d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "artifactChecksum": "NTBiMDUxNzFhYTA2N2U1YTYyMTljYTIwYjhlYzI1MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91991483-1fd5-42fd-9d09-3519398ba1a4" } ], "workloadContext": "Production" } 2022-11-10T06:29:25.475Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:29:25.475Z|5eeb8297-460d-4368-83ba-75a41aec79b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71913647-54bc-4d04-b2d8-3c8e4335143b ASDC 2022-11-10T06:29:25.476Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:69fb8b4c-1307-4c69-b32f-0d3da9858dfa ServiceName:Demo_pNF_lAG54rfrj6WEOBSIFCc2 ServiceVersion:1.0 ServiceUUID:71913647-54bc-4d04-b2d8-3c8e4335143b ServiceInvariantUUID:d8fba9bc-27cc-494f-bafd-4ce580370558 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLag54rfrj6weobsifcc2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar ArtifactUUID:91991483-1fd5-42fd-9d09-3519398ba1a4 ArtifactChecksum:NTBiMDUxNzFhYTA2N2U1YTYyMTljYTIwYjhlYzI1MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 472658d1-6a54 0 ResourceCustomizationUUID:b929fcc1-8046-4cbf-982c-53ca9468b6bd ResourceInvariantUUID:6544db1b-2fb8-48a3-acd2-f0ff05eb997d ResourceName:pNF 472658d1-6a54 ResourceType:PNF ResourceUUID:ce02f13c-8d40-42d2-900e-7d5b53b86595 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-10T06:29:25.476Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71913647-54bc-4d04-b2d8-3c8e4335143b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:29:25.495Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:29:25.496Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:29:25.496Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:29:25.496Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91991483-1fd5-42fd-9d09-3519398ba1a4 from URL: /sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:25.497Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-10T06:29:25.497Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:25.630Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-10T06:29:25.634Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 91991483-1fd5-42fd-9d09-3519398ba1a4 87778 2022-11-10T06:29:25.634Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar ASDC sendASDCNotification 2022-11-10T06:29:25.634Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:25.635Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:29:25.635Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:25.637Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:25.638Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061765634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:29:25.737Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:29:25.738Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:25.738Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:25.755Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:25.755Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:26.638Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:29:26.639Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-10T06:29:26.640Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 91991483-1fd5-42fd-9d09-3519398ba1a4, URL: /sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar to file: /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:26.640Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:26.641Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:26.641Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:26.748Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12301715216933946963/Definitions/service-DemoPnfLag54rfrj6weobsifcc2-template.yml 2022-11-10T06:29:27.502Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:29:27.503Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:29:27.503Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||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-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 472658d1-6a54 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-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||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-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.504Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.505Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.505Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.505Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-10T06:29:27.506Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.506Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.506Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Node template pNF 472658d1-6a54 0 is matching search criteria 2022-11-10T06:29:27.506Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:29:27.506Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 472658d1-6a54 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Node template pNF 472658d1-6a54 0 is matching search criteria 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 472658d1-6a54 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.507Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.508Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.509Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.509Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_lAG54rfrj6WEOBSIFCc2 Description:catalog service description Model UUID:71913647-54bc-4d04-b2d8-3c8e4335143b Model Version:NULL Model InvariantUuid:d8fba9bc-27cc-494f-bafd-4ce580370558 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:29:27.518Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ce02f13c-8d40-42d2-900e-7d5b53b86595 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:29:27.521Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||pNF 472658d1-6a54 0 2022-11-10T06:29:27.522Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ce02f13c-8d40-42d2-900e-7d5b53b86595 2022-11-10T06:29:27.522Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 71913647-54bc-4d04-b2d8-3c8e4335143b 2022-11-10T06:29:27.522Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 71913647-54bc-4d04-b2d8-3c8e4335143b 2022-11-10T06:29:27.522Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 472658d1-6a54 0 ce02f13c-8d40-42d2-900e-7d5b53b86595 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:29:27.526Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34c3c4f3, org.onap.sdc.toscaparser.api.parameters.Input@63323a39, org.onap.sdc.toscaparser.api.parameters.Input@18673bac, org.onap.sdc.toscaparser.api.parameters.Input@1579d34a, org.onap.sdc.toscaparser.api.parameters.Input@3fb7794a] 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 71913647-54bc-4d04-b2d8-3c8e4335143b: pNF 472658d1-6a54 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Processing PNF resource: ce02f13c-8d40-42d2-900e-7d5b53b86595 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:29:27.527Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_lAG54rfrj6WEOBSIFCc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:29:27.528Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||Resource customization UUID: b929fcc1-8046-4cbf-982c-53ca9468b6bd is the same as notified resource customizationUUID: b929fcc1-8046-4cbf-982c-53ca9468b6bd Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-10T06:29:27.571Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 472658d1-6a54 ce02f13c-8d40-42d2-900e-7d5b53b86595 0 ASDC deployResourceStructure 2022-11-10T06:29:27.572Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar ASDC sendASDCNotification 2022-11-10T06:29:27.572Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar 2022-11-10T06:29:27.573Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:29:27.573Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:27.575Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:27.576Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061767572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:29:27.676Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:27.677Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:27.677Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:27.688Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:27.689Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:29:28.576Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fb8b4c-1307-4c69-b32f-0d3da9858dfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:29:28.585Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fb8b4c-1307-4c69-b32f-0d3da9858dfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:29:28.587Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:29:28.587Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:29:28.587Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:29:28.587Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:29:28.588Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:29:28.588Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:29:28.588Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:29:28.588Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:29:28.589Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:29:28.589Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:29:28.593Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:29:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:29:34.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:29:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:34.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:34.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061642155, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:29:34.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:29:34.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:34.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-10T06:29:34.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-10T06:29:34.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:29:34.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-10T06:29:34.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:34.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-10T06:29:34.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:29:34.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:29:34.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:29:34.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:29:34.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061652393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:29:34.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:29:58.593Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:29:58.605Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and serviceModelVersionId: 71913647-54bc-4d04-b2d8-3c8e4335143b 2022-11-10T06:29:58.605Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8fba9bc-27cc-494f-bafd-4ce580370558 2022-11-10T06:29:58.606Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0 2022-11-10T06:29:58.609Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:29:58.646Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:29:58.648Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0|INFO|500||Invoke 2022-11-10T06:29:58.665Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:29:58.774Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0|INFO|500||InvokeReturn 2022-11-10T06:29:58.775Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8fba9bc-27cc-494f-bafd-4ce580370558/model-vers/model-ver/71913647-54bc-4d04-b2d8-3c8e4335143b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:29:58:681-80436], vertex-id=[221256], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:29:58 GMT], Content-Type=[application/json]} 2022-11-10T06:29:58.776Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:29:58.776Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:29:58.776Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:29:58.782Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:29:58.782Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69fb8b4c-1307-4c69-b32f-0d3da9858dfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:29:58.783Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:29:58.783Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:29:58.785Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:29:58.785Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061798782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:29:58.885Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:29:58.886Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:29:58.886Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:29:58.904Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:29:58.904Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:29:59.793Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:29:59.794Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:29:59.794Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:10.077Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:30:10.078Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:30:10.079Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:30:10.080Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:19.623Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:30:19.623Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:30:19.624Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:30:19.624Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:29.268Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:30:29.269Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:30:29.270Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:30:29.270Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:30:34.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:30:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:34.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:30:34.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061654788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:30:34.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061655850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061656912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061657969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061659048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061660149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061661153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061662159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061663164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061664168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-10T06:30:34.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:34.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:30:34.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061665173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:30:34.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:30:38.869Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:30:38.870Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:30:38.871Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:30:38.871Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:30:48.430Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:31:34.337Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:31:34.338Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:31:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:31:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:31:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:31:34.338Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:31:34.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:31:34.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5eeb8297-460d-4368-83ba-75a41aec79b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061756423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:31:34.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:31:34.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/resourceInstances/pnf472658d16a540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:31:34.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061534337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:31:34.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-10T06:31:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061765634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:31:34.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:31:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:31:34.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061767572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLag54rfrj6weobsifcc2/1.0/artifacts/service-DemoPnfLag54rfrj6weobsifcc2-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:31:34.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:31:43.926Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:32:34.337Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:32:34.338Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:32:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:32:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:32:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:32:34.350Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:32:34.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:32:34.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:32:34.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69fb8b4c-1307-4c69-b32f-0d3da9858dfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668061798782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:32:34.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:32:43.896Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:33:34.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:33:34.340Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:33:34.349Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:33:34.349Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:33:34.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:33:34.349Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:33:43.917Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:33:43.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:34:34.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:34:34.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:34:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:34:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:34:34.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:34:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:34:43.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:34:43.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:35:34.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:35:34.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:35:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:35:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:35:34.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:35:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:35:43.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:35:43.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:34.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:36:34.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:36:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:36:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:36:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:34.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"522d51db-75b8-49e5-9737-cd8718052ea4","serviceName":"Demo_pNF_2XFqYoHuAsqXF6qjIB7O","serviceVersion":"1.0","serviceUUID":"1066eec7-3829-41f3-a2eb-77ec2938fba0","serviceDescription":"catalog service description","serviceInvariantUUID":"546b13b7-8ece-43f2-bf2c-d29ebd27c4af","resources":[{"resourceInstanceName":"pNF 6818c983-337d 0","resourceName":"pNF 6818c983-337d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b410ce21-a236-41f0-bbfc-9fe8d7823a31","resourceInvariantUUID":"d48837b8-b51b-460a-a403-e09f5d643137","resourceCustomizationUUID":"7eeec83d-576a-4a7a-a9a2-3abeddac0f99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml","artifactChecksum":"ZWU2NDhjMDdlOGIyZWMxYTI5MDIyNTYxZjdmYWJjNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6ebd89a-ced8-4ae7-a85f-46c425271116","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar","artifactChecksum":"N2Q4OThjZDRiYjUwODE3YmViZjY1MDM1MDliYjJhZTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a8378fe-4221-45e4-b636-c4612a7911b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3db5905-d695-49b2-9abc-32aa72e66d8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg4ZDZlOWNmZGE5MDY2N2E2NTU3ZjllZjBkYmUyYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08ed2218-d734-4961-bce3-261504144d69","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb63ed8d-3026-4989-a845-b8d04b5c1a18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc7b887d-aad4-44f6-aab3-ae10b95c76e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml","artifactChecksum":"MWQ3YWE0MmM2YmU0OWRiMDU4ZTZlZGJhNWQ4MDBhNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f96b5ec-3cca-4329-adcf-70ed5cd5f7ec","artifactVersion":"1"},{"artifactName":"service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar","artifactChecksum":"NWZkZjliNTM3MDY3NGQ5NmNjYjk1ZDcwMTU5OTQ3MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b82c138-648a-46dc-aa81-fc7adcc9e9f6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:36:34.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:34.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:34.984Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:34.984Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:34.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:34.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:34.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062137139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:36:35.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062140287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:36:35.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062155330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:36:35.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062154333, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:36:35.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "cds", "timestamp": 1668062156338, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:36:35.029Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 522d51db-75b8-49e5-9737-cd8718052ea4 2022-11-10T06:36:35.029Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522d51db-75b8-49e5-9737-cd8718052ea4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:36:35.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1668062148726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062156229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062157233, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:36:35.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 522d51db-75b8-49e5-9737-cd8718052ea4 2022-11-10T06:36:35.038Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522d51db-75b8-49e5-9737-cd8718052ea4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:36:35.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062154556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062163291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:35.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062156647, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062164313, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "ves-openapi-manager", "timestamp": 1668062165317, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:36:35.049Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 522d51db-75b8-49e5-9737-cd8718052ea4 2022-11-10T06:36:35.049Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522d51db-75b8-49e5-9737-cd8718052ea4 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:36:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062165382, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062170112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:36:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "aai-ml", "timestamp": 1668062171118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:36:35.056Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 522d51db-75b8-49e5-9737-cd8718052ea4 2022-11-10T06:36:35.056Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 522d51db-75b8-49e5-9737-cd8718052ea4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:36:35.084Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:36:35.085Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:35.085Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:35.098Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:35.098Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:35.984Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:35.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:35.987Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:35.988Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:36.089Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:36:36.090Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:36.090Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:36.102Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:36.103Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:36.988Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:36.989Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:36.991Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:36.992Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:37.092Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:36:37.093Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:37.093Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:37.106Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:37.107Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:37.992Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:37.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:38.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:38.001Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:38.096Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-10T06:36:38.097Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:38.097Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:38.109Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:38.110Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:39.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:39.002Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:39.023Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:39.023Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:39.122Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:36:39.122Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:39.122Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:39.132Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:39.133Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:40.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:40.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:40.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:40.027Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:40.127Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:36:40.128Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:40.128Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:40.138Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:40.139Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:41.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:41.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:41.030Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:41.030Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:36:41.130Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:36:41.131Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:41.131Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:41.147Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:41.147Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:42.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:36:42.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:42.033Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:42.034Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:36:42.136Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-10T06:36:42.137Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:42.137Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:42.148Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:42.149Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:43.034Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "serviceName": "Demo_pNF_2XFqYoHuAsqXF6qjIB7O", "serviceVersion": "1.0", "serviceUUID": "1066eec7-3829-41f3-a2eb-77ec2938fba0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "546b13b7-8ece-43f2-bf2c-d29ebd27c4af", "resources": [ { "resourceInstanceName": "pNF 6818c983-337d 0", "resourceCustomizationUUID": "7eeec83d-576a-4a7a-a9a2-3abeddac0f99", "resourceName": "pNF 6818c983-337d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b410ce21-a236-41f0-bbfc-9fe8d7823a31", "resourceInvariantUUID": "d48837b8-b51b-460a-a403-e09f5d643137", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "artifactChecksum": "NWZkZjliNTM3MDY3NGQ5NmNjYjk1ZDcwMTU5OTQ3MjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b82c138-648a-46dc-aa81-fc7adcc9e9f6" } ], "workloadContext": "Production" } 2022-11-10T06:36:43.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:36:43.035Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1066eec7-3829-41f3-a2eb-77ec2938fba0 ASDC 2022-11-10T06:36:43.036Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:522d51db-75b8-49e5-9737-cd8718052ea4 ServiceName:Demo_pNF_2XFqYoHuAsqXF6qjIB7O ServiceVersion:1.0 ServiceUUID:1066eec7-3829-41f3-a2eb-77ec2938fba0 ServiceInvariantUUID:546b13b7-8ece-43f2-bf2c-d29ebd27c4af ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar ArtifactUUID:6b82c138-648a-46dc-aa81-fc7adcc9e9f6 ArtifactChecksum:NWZkZjliNTM3MDY3NGQ5NmNjYjk1ZDcwMTU5OTQ3MjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6818c983-337d 0 ResourceCustomizationUUID:7eeec83d-576a-4a7a-a9a2-3abeddac0f99 ResourceInvariantUUID:d48837b8-b51b-460a-a403-e09f5d643137 ResourceName:pNF 6818c983-337d ResourceType:PNF ResourceUUID:b410ce21-a236-41f0-bbfc-9fe8d7823a31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-10T06:36:43.036Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1066eec7-3829-41f3-a2eb-77ec2938fba0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:36:43.063Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:36:43.064Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:36:43.065Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:36:43.065Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6b82c138-648a-46dc-aa81-fc7adcc9e9f6 from URL: /sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:43.065Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:36:43.066Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:43.133Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:36:43.138Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 6b82c138-648a-46dc-aa81-fc7adcc9e9f6 87792 2022-11-10T06:36:43.139Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar ASDC sendASDCNotification 2022-11-10T06:36:43.139Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:43.140Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:36:43.140Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:43.144Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:43.144Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062203139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:36:43.244Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:36:43.245Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:43.246Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:43.257Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:43.258Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:36:44.145Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:36:44.147Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:36:44.147Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6b82c138-648a-46dc-aa81-fc7adcc9e9f6, URL: /sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar to file: /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:44.148Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:44.148Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:44.149Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:44.302Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10512215997095938652/Definitions/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml 2022-11-10T06:36:45.183Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:36:45.184Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:36:45.184Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.184Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||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-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||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-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6818c983-337d 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-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.185Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:36:45.186Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.186Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.186Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Node template pNF 6818c983-337d 0 is matching search criteria 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6818c983-337d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Node template pNF 6818c983-337d 0 is matching search criteria 2022-11-10T06:36:45.187Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6818c983-337d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.188Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.189Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.189Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.189Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.189Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.189Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.190Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2XFqYoHuAsqXF6qjIB7O Description:catalog service description Model UUID:1066eec7-3829-41f3-a2eb-77ec2938fba0 Model Version:NULL Model InvariantUuid:546b13b7-8ece-43f2-bf2c-d29ebd27c4af Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:36:45.198Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b410ce21-a236-41f0-bbfc-9fe8d7823a31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:36:45.203Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||pNF 6818c983-337d 0 2022-11-10T06:36:45.204Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b410ce21-a236-41f0-bbfc-9fe8d7823a31 2022-11-10T06:36:45.204Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1066eec7-3829-41f3-a2eb-77ec2938fba0 2022-11-10T06:36:45.204Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1066eec7-3829-41f3-a2eb-77ec2938fba0 2022-11-10T06:36:45.205Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6818c983-337d 0 b410ce21-a236-41f0-bbfc-9fe8d7823a31 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:36:45.209Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@304f1f5e, org.onap.sdc.toscaparser.api.parameters.Input@7656d3c4, org.onap.sdc.toscaparser.api.parameters.Input@7e232b13, org.onap.sdc.toscaparser.api.parameters.Input@203652f7, org.onap.sdc.toscaparser.api.parameters.Input@684b1c40] 2022-11-10T06:36:45.210Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.210Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.210Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1066eec7-3829-41f3-a2eb-77ec2938fba0: pNF 6818c983-337d 2022-11-10T06:36:45.210Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Processing PNF resource: b410ce21-a236-41f0-bbfc-9fe8d7823a31 2022-11-10T06:36:45.211Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:36:45.211Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XFqYoHuAsqXF6qjIB7O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:36:45.211Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7eeec83d-576a-4a7a-a9a2-3abeddac0f99 is the same as notified resource customizationUUID: 7eeec83d-576a-4a7a-a9a2-3abeddac0f99 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-10T06:36:45.241Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6818c983-337d b410ce21-a236-41f0-bbfc-9fe8d7823a31 0 ASDC deployResourceStructure 2022-11-10T06:36:45.241Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar ASDC sendASDCNotification 2022-11-10T06:36:45.241Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar 2022-11-10T06:36:45.241Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:36:45.241Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:36:45.243Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:36:45.243Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062205241, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:36:45.344Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:36:45.344Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:36:45.345Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:36:45.356Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:36:45.356Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:36:46.244Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 522d51db-75b8-49e5-9737-cd8718052ea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:36:46.253Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 522d51db-75b8-49e5-9737-cd8718052ea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:36:46.255Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:36:46.256Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:36:46.256Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:36:46.258Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:37:16.258Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 522d51db-75b8-49e5-9737-cd8718052ea4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:37:16.265Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 522d51db-75b8-49e5-9737-cd8718052ea4 and serviceModelVersionId: 1066eec7-3829-41f3-a2eb-77ec2938fba0 2022-11-10T06:37:16.265Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 546b13b7-8ece-43f2-bf2c-d29ebd27c4af 2022-11-10T06:37:16.266Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0 2022-11-10T06:37:16.271Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:37:16.320Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0|INFO|500||Invoke 2022-11-10T06:37:16.321Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[522d51db-75b8-49e5-9737-cd8718052ea4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[261ac7c2-a608-4648-a982-ba83fca56b56], X-ECOMP-RequestID=[522d51db-75b8-49e5-9737-cd8718052ea4], X-TransactionId=[], X-ONAP-RequestID=[522d51db-75b8-49e5-9737-cd8718052ea4], Content-Type=[application/merge-patch+json]} 2022-11-10T06:37:16.340Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:37:16.427Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?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/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221110-06:37:16:377-42406], vertex-id=[229448], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:37:16 GMT], Content-Type=[application/json]} 2022-11-10T06:37:16.427Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:37:16.428Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/546b13b7-8ece-43f2-bf2c-d29ebd27c4af/model-vers/model-ver/1066eec7-3829-41f3-a2eb-77ec2938fba0?depth=0|INFO|500||InvokeReturn 2022-11-10T06:37:16.428Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:37:16.428Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:37:16.433Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:37:16.434Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 522d51db-75b8-49e5-9737-cd8718052ea4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:37:16.434Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:37:16.434Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:37:16.436Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:37:16.436Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062236434, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:37:16.536Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:37:16.537Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:37:16.537Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:37:16.552Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:37:16.552Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:37:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:37:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:37:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:37:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:37:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:37:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:37:34.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:37:34.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:37:34.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:37:34.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:37:43.928Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:38:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:38:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:38:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:38:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:38:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:38:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:38:34.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:38:34.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/resourceInstances/pnf6818c983337d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062194337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062203139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062205241, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2xfqyohuasqxf6qjib7o/1.0/artifacts/service-DemoPnf2xfqyohuasqxf6qjib7o-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:38:34.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:38:34.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:38:34.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "522d51db-75b8-49e5-9737-cd8718052ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062236434, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:38:34.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:38:43.886Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:39:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:39:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:39:34.339Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:39:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:39:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:39:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:39:43.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:39:43.909Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:40:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:40:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:40:34.339Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:40:34.339Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:40:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:40:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:40:43.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:40:43.892Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:41:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:41:34.339Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:41:34.342Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:41:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:41:34.342Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:41:34.343Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:41:43.901Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:41:43.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:42:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:42:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:42:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:42:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:42:34.341Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:42:34.341Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:42:43.895Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:42:43.935Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:34.337Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:43:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:43:34.338Z|522d51db-75b8-49e5-9737-cd8718052ea4|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:43:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:43:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:34.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:34.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062572139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062576647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "ves-openapi-manager", "timestamp": 1668062574556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062592166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062592167, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "cds", "timestamp": 1668062594589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.629Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 726f01e6-f7ab-4ff6-88db-557edf2a67b8 2022-11-10T06:43:34.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-10T06:43:34.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062599247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:43:34.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062599519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "aai-ml", "timestamp": 1668062600256, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:43:34.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 726f01e6-f7ab-4ff6-88db-557edf2a67b8 2022-11-10T06:43:34.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062600581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062601678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062601135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "ves-openapi-manager", "timestamp": 1668062594556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062602737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062595592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062603818, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:43:34.656Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 726f01e6-f7ab-4ff6-88db-557edf2a67b8 2022-11-10T06:43:34.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062604403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062603533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "multicloud-k8s-id", "timestamp": 1668062604822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062604537, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:43:34.665Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 726f01e6-f7ab-4ff6-88db-557edf2a67b8 2022-11-10T06:43:34.665Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "cds", "timestamp": 1668062605653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e61bc425-5cf0-4730-a37a-0a547419f1a7 2022-11-10T06:43:34.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e61bc425-5cf0-4730-a37a-0a547419f1a7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:34.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:43:34.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062588726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062590287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062614026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:34.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:43:34.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062606647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:34.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:43:34.989Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:34.990Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:43:34.990Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"726f01e6-f7ab-4ff6-88db-557edf2a67b8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d4fa3477-85d3-4760-9979-2a522c9ec32f","serviceDescription":"service","serviceInvariantUUID":"042123d3-0555-452a-86a8-7eafd7872bd3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f90edc9-5183-442a-a7f5-d8f222ce5ff2","resourceInvariantUUID":"40808515-35b5-4cd3-9648-08dfc9712c7c","resourceCustomizationUUID":"e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3","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":"YzcwYzJmNmZkODQ4MGEzNzI1ZmRhZjc2MTA0YWZiMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4de9370b-b4e4-45ef-9ed2-6583d8e36816","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":"MDcxYjE2ZDU4MGY2NjQyZjA4MTM5NGZkN2QyZjc1Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00b54fe3-f7c7-48db-894f-4a5fa3242d74","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":"30e67ebf-1a2e-4eda-adbe-4bff9d226ddf","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":"49684f2a-63fe-4bd4-b22b-ef8c9598fb71","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":"84f3767e-bf52-4984-b51c-3cd360834a93","artifactVersion":"2","generatedFromUUID":"d323310b-a28e-4914-bf7f-b474b855da49"},{"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":"a7d68f14-c7d2-41aa-bec7-95aef9560b63","artifactVersion":"2","generatedFromUUID":"30e67ebf-1a2e-4eda-adbe-4bff9d226ddf"},{"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":"d323310b-a28e-4914-bf7f-b474b855da49","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":"2e999fd2-0677-4db6-99dc-b1e9e475347c","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":"MDQ3OWZjMTI0MGNiYWJmMDdlN2QyMmE0MTMzODk0ZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"833f31ae-14be-4b34-bfc3-b714c3cfbb6e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmRhYzc2MDM1MmRlOGNmNWIwMzNiMzU2YjQ3MDI3Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a6a228-4c0a-4d3c-b937-f265ad57ac99","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:43:34.994Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:34.994Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:35.002Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:35.002Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:35.102Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:35.103Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:35.103Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:35.115Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:35.115Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:36.003Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:36.004Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:36.006Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:36.006Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:43:36.106Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:36.107Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:36.107Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:36.121Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:36.121Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:37.007Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:37.007Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:37.010Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:37.010Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-10T06:43:37.110Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:37.111Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:37.111Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:37.126Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:37.127Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:38.011Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:38.011Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:38.014Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:38.014Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:38.114Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:38.115Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:38.115Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:38.128Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:38.129Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:39.015Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:39.016Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:39.018Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:39.019Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-10T06:43:39.118Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:43:39.119Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:39.120Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:39.132Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:39.133Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:40.019Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:40.020Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:40.022Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:40.022Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-10T06:43:40.122Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:43:40.123Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:40.123Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:40.136Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:40.136Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:41.023Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:41.024Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:41.026Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:41.026Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-10T06:43:41.132Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-10T06:43:41.133Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:41.133Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:41.148Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:41.148Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:42.027Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:42.027Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:42.030Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:42.030Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:42.130Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2022-11-10T06:43:42.131Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:42.131Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:42.142Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:42.143Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:43.059Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:43.060Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:43.063Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:43.063Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:43:43.163Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:43.164Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:43.164Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:43.179Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:43.180Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:44.063Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:43:44.064Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:44.067Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:44.067Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:43:44.167Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:44.168Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:44.168Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:44.182Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:44.182Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:45.068Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d4fa3477-85d3-4760-9979-2a522c9ec32f", "serviceDescription": "service", "serviceInvariantUUID": "042123d3-0555-452a-86a8-7eafd7872bd3", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2f90edc9-5183-442a-a7f5-d8f222ce5ff2", "resourceInvariantUUID": "40808515-35b5-4cd3-9648-08dfc9712c7c", "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": "MDcxYjE2ZDU4MGY2NjQyZjA4MTM5NGZkN2QyZjc1Nzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00b54fe3-f7c7-48db-894f-4a5fa3242d74", "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": "30e67ebf-1a2e-4eda-adbe-4bff9d226ddf", "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": "a7d68f14-c7d2-41aa-bec7-95aef9560b63", "generatedFromUUID": "30e67ebf-1a2e-4eda-adbe-4bff9d226ddf" }, "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": "84f3767e-bf52-4984-b51c-3cd360834a93", "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": "a7d68f14-c7d2-41aa-bec7-95aef9560b63", "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": "d323310b-a28e-4914-bf7f-b474b855da49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MmRhYzc2MDM1MmRlOGNmNWIwMzNiMzU2YjQ3MDI3Zjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92a6a228-4c0a-4d3c-b937-f265ad57ac99" } ], "workloadContext": "Production" } 2022-11-10T06:43:45.069Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:43:45.069Z|522d51db-75b8-49e5-9737-cd8718052ea4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d4fa3477-85d3-4760-9979-2a522c9ec32f ASDC 2022-11-10T06:43:45.070Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:726f01e6-f7ab-4ff6-88db-557edf2a67b8 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d4fa3477-85d3-4760-9979-2a522c9ec32f ServiceInvariantUUID:042123d3-0555-452a-86a8-7eafd7872bd3 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:92a6a228-4c0a-4d3c-b937-f265ad57ac99 ArtifactChecksum:MmRhYzc2MDM1MmRlOGNmNWIwMzNiMzU2YjQ3MDI3Zjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 ResourceInvariantUUID:40808515-35b5-4cd3-9648-08dfc9712c7c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:2f90edc9-5183-442a-a7f5-d8f222ce5ff2 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:00b54fe3-f7c7-48db-894f-4a5fa3242d74 ArtifactChecksum:MDcxYjE2ZDU4MGY2NjQyZjA4MTM5NGZkN2QyZjc1Nzc= 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:30e67ebf-1a2e-4eda-adbe-4bff9d226ddf 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:a7d68f14-c7d2-41aa-bec7-95aef9560b63 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:84f3767e-bf52-4984-b51c-3cd360834a93 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:a7d68f14-c7d2-41aa-bec7-95aef9560b63 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:d323310b-a28e-4914-bf7f-b474b855da49 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:43:45.070Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4fa3477-85d3-4760-9979-2a522c9ec32f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:43:45.110Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:43:45.111Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:43:45.111Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:43:45.112Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 92a6a228-4c0a-4d3c-b937-f265ad57ac99 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:45.112Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:45.112Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:45.201Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:45.209Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92a6a228-4c0a-4d3c-b937-f265ad57ac99 162961 2022-11-10T06:43:45.209Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:43:45.209Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:45.209Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:45.210Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:45.212Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:45.212Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062625209, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:45.312Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:45.313Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:45.313Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:45.325Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:45.326Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:46.213Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:43:46.214Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:43:46.214Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 92a6a228-4c0a-4d3c-b937-f265ad57ac99, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:46.214Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-10T06:43:46.215Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:46.215Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:46.399Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13815336971898329788/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-10T06:43:47.614Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:43:47.614Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:43:47.614Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:47.614Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.615Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.616Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.616Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:43:47.616Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:43:47.616Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.616Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.617Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:43:47.618Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.619Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-10T06:43:47.620Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=77f248c8-d4d7-40a8-8e04-d635b9aaf9b6 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.621Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:47.622Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:47.622Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d4fa3477-85d3-4760-9979-2a522c9ec32f Model Version:NULL Model InvariantUuid:042123d3-0555-452a-86a8-7eafd7872bd3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:23a2b42c-c9e5-4aa8-8733-d090e9b2fc48 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:40808515-35b5-4cd3-9648-08dfc9712c7c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4051b49a-bc6b-4d2b-ba26-f2ba99df6c56 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b3ef122a-1ab5-41b2-ba30-dd9140301f03 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:16fe1ca4-0c5b-4ef5-8d8c-ac0be7d4f40e ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:8e6d733e-4a1d-4904-a828-ff95581d121a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:77f248c8-d4d7-40a8-8e04-d635b9aaf9b6 ModelInvariantUuid:afff72fc-2bab-4f97-95ae-f6fade15de37 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:71442a28-166f-4436-90f5-988fd25662e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:1114778c-e842-452d-a014-9ed71979cd25 ModelInvariantUuid:ca1bfb0c-8272-454c-ad0f-cc7ef9cdce4e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:13f8870a-c0f4-4c72-ac15-d235ec0894ec ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:43:47.630Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f90edc9-5183-442a-a7f5-d8f222ce5ff2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:43:47.635Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-11-10T06:43:47.636Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f90edc9-5183-442a-a7f5-d8f222ce5ff2 2022-11-10T06:43:47.636Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00b54fe3-f7c7-48db-894f-4a5fa3242d74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-10T06:43:47.636Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:47.636Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-10T06:43:47.690Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:47.691Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 00b54fe3-f7c7-48db-894f-4a5fa3242d74 1565 2022-11-10T06:43:47.691Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-10T06:43:47.691Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-10T06:43:47.691Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:47.691Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:47.693Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:47.693Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062627691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:47.793Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:47.794Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:47.794Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:47.811Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:47.811Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:48.694Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "16fe1ca4-0c5b-4ef5-8d8c-ac0be7d4f40e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e6d733e-4a1d-4904-a828-ff95581d121a", "vfModuleModelCustomizationUUID": "cda75c98-6d11-42da-b69f-71b15716b05d", "isBase": true, "artifacts": [ "30e67ebf-1a2e-4eda-adbe-4bff9d226ddf", "a7d68f14-c7d2-41aa-bec7-95aef9560b63" ], "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": "4051b49a-bc6b-4d2b-ba26-f2ba99df6c56", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3ef122a-1ab5-41b2-ba30-dd9140301f03", "vfModuleModelCustomizationUUID": "e86c04cf-5592-4b01-8b5e-2f2b3752330b", "isBase": false, "artifacts": [ "d323310b-a28e-4914-bf7f-b474b855da49" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:43:48.699Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e6d733e-4a1d-4904-a828-ff95581d121a VfModuleModelInvariantUUID:16fe1ca4-0c5b-4ef5-8d8c-ac0be7d4f40e VfModuleModelDescription:NULL Artifacts UUID List:{ 30e67ebf-1a2e-4eda-adbe-4bff9d226ddf , a7d68f14-c7d2-41aa-bec7-95aef9560b63 } 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:b3ef122a-1ab5-41b2-ba30-dd9140301f03 VfModuleModelInvariantUUID:4051b49a-bc6b-4d2b-ba26-f2ba99df6c56 VfModuleModelDescription:NULL Artifacts UUID List:{ d323310b-a28e-4914-bf7f-b474b855da49 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-10T06:43:48.701Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "16fe1ca4-0c5b-4ef5-8d8c-ac0be7d4f40e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e6d733e-4a1d-4904-a828-ff95581d121a", "vfModuleModelCustomizationUUID": "cda75c98-6d11-42da-b69f-71b15716b05d", "isBase": true, "artifacts": [ "30e67ebf-1a2e-4eda-adbe-4bff9d226ddf", "a7d68f14-c7d2-41aa-bec7-95aef9560b63" ], "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": "4051b49a-bc6b-4d2b-ba26-f2ba99df6c56", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3ef122a-1ab5-41b2-ba30-dd9140301f03", "vfModuleModelCustomizationUUID": "e86c04cf-5592-4b01-8b5e-2f2b3752330b", "isBase": false, "artifacts": [ "d323310b-a28e-4914-bf7f-b474b855da49" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:43:48.701Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e6d733e-4a1d-4904-a828-ff95581d121a VfModuleModelInvariantUUID:16fe1ca4-0c5b-4ef5-8d8c-ac0be7d4f40e VfModuleModelDescription:NULL Artifacts UUID List:{ 30e67ebf-1a2e-4eda-adbe-4bff9d226ddf , a7d68f14-c7d2-41aa-bec7-95aef9560b63 } 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:b3ef122a-1ab5-41b2-ba30-dd9140301f03 VfModuleModelInvariantUUID:4051b49a-bc6b-4d2b-ba26-f2ba99df6c56 VfModuleModelDescription:NULL Artifacts UUID List:{ d323310b-a28e-4914-bf7f-b474b855da49 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-10T06:43:48.701Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 30e67ebf-1a2e-4eda-adbe-4bff9d226ddf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-10T06:43:48.701Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:48.702Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-10T06:43:48.788Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:48.788Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 30e67ebf-1a2e-4eda-adbe-4bff9d226ddf 914 2022-11-10T06:43:48.789Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-10T06:43:48.789Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-10T06:43:48.789Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:48.789Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:48.791Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:48.791Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062628789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:48.891Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:48.892Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:48.892Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:48.902Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:48.903Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:49.791Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 84f3767e-bf52-4984-b51c-3cd360834a93 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-10T06:43:49.792Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:49.792Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-10T06:43:49.839Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:49.839Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 84f3767e-bf52-4984-b51c-3cd360834a93 12 2022-11-10T06:43:49.840Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-10T06:43:49.840Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-10T06:43:49.840Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:49.840Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:49.842Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:49.842Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062629839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:49.942Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:49.944Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:49.944Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:49.958Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:49.958Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:50.843Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7d68f14-c7d2-41aa-bec7-95aef9560b63 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-10T06:43:50.843Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:50.843Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-10T06:43:50.898Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:50.899Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a7d68f14-c7d2-41aa-bec7-95aef9560b63 96 2022-11-10T06:43:50.899Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-10T06:43:50.899Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-10T06:43:50.899Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:50.899Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:50.901Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:50.901Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062630899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:51.002Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:51.003Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:51.003Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:51.017Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:51.017Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:51.906Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d323310b-a28e-4914-bf7f-b474b855da49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-10T06:43:51.906Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:43:51.906Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-10T06:43:51.957Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:43:51.958Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d323310b-a28e-4914-bf7f-b474b855da49 20206 2022-11-10T06:43:51.958Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-10T06:43:51.958Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-10T06:43:51.958Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:43:51.959Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:51.960Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:51.961Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062631958, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:43:52.061Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:43:52.061Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:52.062Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:52.072Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:52.072Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:52.966Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d4fa3477-85d3-4760-9979-2a522c9ec32f 2022-11-10T06:43:52.966Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2f90edc9-5183-442a-a7f5-d8f222ce5ff2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:43:52.976Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bbc62f0, org.onap.sdc.toscaparser.api.parameters.Input@ab8e609, org.onap.sdc.toscaparser.api.parameters.Input@351fc2, org.onap.sdc.toscaparser.api.parameters.Input@47013e0d, org.onap.sdc.toscaparser.api.parameters.Input@6f826fff] 2022-11-10T06:43:52.978Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.978Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.978Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:43:52.979Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 2022-11-10T06:43:52.979Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 matches Tosca VF Customization UUID: e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 2022-11-10T06:43:52.979Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:43:52.981Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.982Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.982Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-10T06:43:52.982Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@441b2232 2022-11-10T06:43:52.983Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.983Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:43:52.983Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e86c04cf-5592-4b01-8b5e-2f2b3752330b 2022-11-10T06:43:52.983Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e86c04cf-5592-4b01-8b5e-2f2b3752330b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:43:52.986Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.986Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:52.986Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:52.987Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.987Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:52.987Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:43:52.987Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.988Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-10T06:43:52.988Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e56a3ef4-93da-49ae-ab8c-e0c6ce7df8a3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:43:52.989Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.990Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.990Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d4fa3477-85d3-4760-9979-2a522c9ec32f: basic_cnf_macro 2022-11-10T06:43:52.990Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.990Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.991Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.991Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.991Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.991Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.991Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.992Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.992Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:43:52.992Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:43:52.992Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:43:53.027Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2f90edc9-5183-442a-a7f5-d8f222ce5ff2 2 ASDC deployResourceStructure 2022-11-10T06:43:53.028Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-10T06:43:53.028Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-10T06:43:53.029Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:43:53.029Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:53.031Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:53.031Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062633028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:43:53.131Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:53.132Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:53.132Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:53.154Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:53.155Z||pool-116-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:54.032Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-10T06:43:54.032Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-10T06:43:54.032Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:43:54.032Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:54.034Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:54.034Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062634032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:43:54.134Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:54.135Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:54.135Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:54.147Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:54.147Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:55.035Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-10T06:43:55.035Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-10T06:43:55.035Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-10T06:43:55.035Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:55.037Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:55.037Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062635035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:43:55.138Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:55.139Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:55.139Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:55.155Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:55.155Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:56.038Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-10T06:43:56.039Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-10T06:43:56.039Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:43:56.039Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:56.042Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:56.042Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062636038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-10T06:43:56.142Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:56.143Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:56.143Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:56.163Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:56.163Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:43:57.044Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-10T06:43:57.045Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-10T06:43:57.045Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-10T06:43:57.045Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:57.048Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:57.048Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062637044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:43:57.148Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:43:57.149Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:57.149Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:57.161Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:57.161Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:58.049Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:43:58.049Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-10T06:43:58.049Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:43:58.049Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:43:58.052Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:43:58.053Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062638049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:43:58.152Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-10T06:43:58.155Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:43:58.155Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:43:58.166Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:43:58.166Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:43:59.053Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 726f01e6-f7ab-4ff6-88db-557edf2a67b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:43:59.063Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 726f01e6-f7ab-4ff6-88db-557edf2a67b8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:43:59.066Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:43:59.066Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:43:59.067Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:43:59.068Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:43:59.070Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:44:29.070Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:44:29.077Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and serviceModelVersionId: d4fa3477-85d3-4760-9979-2a522c9ec32f 2022-11-10T06:44:29.078Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 042123d3-0555-452a-86a8-7eafd7872bd3 2022-11-10T06:44:29.079Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0 2022-11-10T06:44:29.084Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:44:29.136Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:44:29.138Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0|INFO|500||Invoke 2022-11-10T06:44:29.158Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:44:29.295Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0|INFO|500||InvokeReturn 2022-11-10T06:44:29.296Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/042123d3-0555-452a-86a8-7eafd7872bd3/model-vers/model-ver/d4fa3477-85d3-4760-9979-2a522c9ec32f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:44:29:227-64071], vertex-id=[303160], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:44:29 GMT], Content-Type=[application/json]} 2022-11-10T06:44:29.297Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:44:29.297Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:44:29.297Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:44:29.302Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:44:29.303Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 726f01e6-f7ab-4ff6-88db-557edf2a67b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:44:29.303Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:44:29.303Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:29.305Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:29.305Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062669303, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:44:29.405Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:44:29.407Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:29.407Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:29.428Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:29.429Z||pool-122-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:44:30.316Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-10T06:44:30.317Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e61bc425-5cf0-4730-a37a-0a547419f1a7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4104cd0a-8e63-49ac-bc98-731b279addf2","serviceDescription":"service","serviceInvariantUUID":"6141106b-64e0-4fc7-829c-8feff3caa68f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b91fdd20-506c-47c9-aeba-9e8340444dc1","resourceInvariantUUID":"4db7c611-0b77-4afd-bb6f-dedbac5dce2b","resourceCustomizationUUID":"5bd6532f-49ba-4a4e-b40e-ce209f23e49a","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":"NDhmMTU5NWZjYTIxOGFjNDIyZDQ4OTM4MzQyYzQ4YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f9127e0-ea91-41fc-871e-531fdfd9c4a1","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":"ODUyZjc5MDY4Y2JjZTgwYzRkODMzOGY4YThlMWZkZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ed4acd5-80a1-4936-97d3-413465b55a2f","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":"8c623c79-e15c-4fae-9152-c9505555f107","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":"4f40f046-09ba-48c5-a744-b5d2757158b3","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":"4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7","artifactVersion":"2","generatedFromUUID":"8c623c79-e15c-4fae-9152-c9505555f107"},{"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":"MWJmNTMyOWVlNzY4ZTkyNWE3YjNlNmE5ZjBmYTI0ZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"aeeeed2a-6f7a-461f-90ab-97ef3ecbf8f6","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":"YjU2NTQwMzE2NDM4YTQ1MDEwYmE3MjgwNGQ5NmMyNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5afad95d-def4-4b82-aa3d-dc39c2314f58","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmUzNzUwNTE3MTdjMjI3NmY2ZDI3YjMxZDZjNTYxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db87dca7-e7e0-4f82-837b-a0acb6ad2091","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:44:30.317Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:30.317Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:30.320Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:30.320Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:44:30.421Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:30.421Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:30.422Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:30.437Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:30.438Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:31.321Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:31.321Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:31.323Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:31.323Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:44:31.424Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:31.425Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:31.425Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:31.436Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:31.437Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:32.324Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:32.324Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:32.326Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:32.326Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:44:32.427Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:44:32.428Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:32.428Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:32.441Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:32.441Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:44:33.327Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:33.327Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:33.329Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:33.329Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:44:33.429Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:33.430Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:33.430Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:33.442Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:33.443Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:34.330Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:34.330Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:44:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:44:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:34.358Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:34.359Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:44:34.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:34.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:44:34.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062613637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:44:34.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:44:34.433Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms 2022-11-10T06:44:34.434Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:34.434Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:34.444Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:34.445Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:35.359Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:35.360Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:35.362Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:35.363Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:44:35.462Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:44:35.463Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:35.463Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:35.477Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:35.477Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:36.363Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:36.364Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:36.365Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:36.366Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:44:36.466Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:44:36.467Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:36.467Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:36.506Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:36.507Z||pool-129-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:44:37.366Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:44:37.367Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:37.368Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:37.368Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:44:37.471Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-10T06:44:37.472Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:37.472Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:37.484Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:37.485Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:38.370Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4104cd0a-8e63-49ac-bc98-731b279addf2", "serviceDescription": "service", "serviceInvariantUUID": "6141106b-64e0-4fc7-829c-8feff3caa68f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5bd6532f-49ba-4a4e-b40e-ce209f23e49a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b91fdd20-506c-47c9-aeba-9e8340444dc1", "resourceInvariantUUID": "4db7c611-0b77-4afd-bb6f-dedbac5dce2b", "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": "ODUyZjc5MDY4Y2JjZTgwYzRkODMzOGY4YThlMWZkZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ed4acd5-80a1-4936-97d3-413465b55a2f", "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": "8c623c79-e15c-4fae-9152-c9505555f107", "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": "4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7", "generatedFromUUID": "8c623c79-e15c-4fae-9152-c9505555f107" }, "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": "4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NmUzNzUwNTE3MTdjMjI3NmY2ZDI3YjMxZDZjNTYxOGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db87dca7-e7e0-4f82-837b-a0acb6ad2091" } ], "workloadContext": "Production" } 2022-11-10T06:44:38.370Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:44:38.370Z|726f01e6-f7ab-4ff6-88db-557edf2a67b8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4104cd0a-8e63-49ac-bc98-731b279addf2 ASDC 2022-11-10T06:44:38.370Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e61bc425-5cf0-4730-a37a-0a547419f1a7 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4104cd0a-8e63-49ac-bc98-731b279addf2 ServiceInvariantUUID:6141106b-64e0-4fc7-829c-8feff3caa68f 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:db87dca7-e7e0-4f82-837b-a0acb6ad2091 ArtifactChecksum:NmUzNzUwNTE3MTdjMjI3NmY2ZDI3YjMxZDZjNTYxOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5bd6532f-49ba-4a4e-b40e-ce209f23e49a ResourceInvariantUUID:4db7c611-0b77-4afd-bb6f-dedbac5dce2b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:b91fdd20-506c-47c9-aeba-9e8340444dc1 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:6ed4acd5-80a1-4936-97d3-413465b55a2f ArtifactChecksum:ODUyZjc5MDY4Y2JjZTgwYzRkODMzOGY4YThlMWZkZWE= 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:8c623c79-e15c-4fae-9152-c9505555f107 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:4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 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:4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-10T06:44:38.371Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4104cd0a-8e63-49ac-bc98-731b279addf2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:44:38.406Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:44:38.407Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:44:38.407Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:44:38.407Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: db87dca7-e7e0-4f82-837b-a0acb6ad2091 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-10T06:44:38.407Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:44:38.407Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-10T06:44:38.524Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:44:38.530Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar db87dca7-e7e0-4f82-837b-a0acb6ad2091 82622 2022-11-10T06:44:38.530Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:44:38.530Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-10T06:44:38.530Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:44:38.530Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:38.533Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:38.533Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062678530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:44:38.636Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-10T06:44:38.637Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:38.637Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:38.648Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:38.649Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:39.533Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:44:39.534Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-10T06:44:39.534Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: db87dca7-e7e0-4f82-837b-a0acb6ad2091, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:39.534Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-10T06:44:39.535Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:39.535Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:39.639Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11902598148207126147/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-10T06:44:40.750Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:44:40.750Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:44:40.750Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.750Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.751Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:40.752Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-10T06:44:40.753Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:40.754Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.755Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56b3f6cc-1956-43b6-a2ef-ae651ef62281 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.756Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.757Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.757Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.757Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:40.757Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:40.757Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4104cd0a-8e63-49ac-bc98-731b279addf2 Model Version:NULL Model InvariantUuid:6141106b-64e0-4fc7-829c-8feff3caa68f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:da881922-9f7a-419f-a1cb-f52e7859c4d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4db7c611-0b77-4afd-bb6f-dedbac5dce2b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5bd6532f-49ba-4a4e-b40e-ce209f23e49a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:322a535e-a958-419d-88f6-a77cd1beae78 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:793438ee-39a7-4005-b128-930682998bba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:56b3f6cc-1956-43b6-a2ef-ae651ef62281 ModelInvariantUuid:96bb81b5-31e7-482a-88a2-2105b90f033a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:70261e76-0782-4535-8501-bfe8fd7b7606 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0b8efd70-0374-4b9b-9079-376a5b40d7d7 ModelInvariantUuid:8fc33051-6380-4e85-ba6f-ecdc4f5da239 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:00cbe0b8-33f2-45ae-88a8-3f96c39dddd6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:44:40.764Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b91fdd20-506c-47c9-aeba-9e8340444dc1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:44:40.767Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-11-10T06:44:40.767Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b91fdd20-506c-47c9-aeba-9e8340444dc1 2022-11-10T06:44:40.767Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6ed4acd5-80a1-4936-97d3-413465b55a2f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-10T06:44:40.767Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:44:40.767Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-10T06:44:40.846Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:44:40.846Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6ed4acd5-80a1-4936-97d3-413465b55a2f 792 2022-11-10T06:44:40.847Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-10T06:44:40.847Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-10T06:44:40.847Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:44:40.847Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:40.850Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:40.850Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062680847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:44:40.950Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:40.951Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:40.951Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:40.970Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:40.971Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:41.850Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "322a535e-a958-419d-88f6-a77cd1beae78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "793438ee-39a7-4005-b128-930682998bba", "vfModuleModelCustomizationUUID": "90525218-d3f3-4f7c-bcb1-f50b6440734d", "isBase": true, "artifacts": [ "8c623c79-e15c-4fae-9152-c9505555f107", "4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:44:41.858Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:793438ee-39a7-4005-b128-930682998bba VfModuleModelInvariantUUID:322a535e-a958-419d-88f6-a77cd1beae78 VfModuleModelDescription:NULL Artifacts UUID List:{ 8c623c79-e15c-4fae-9152-c9505555f107 , 4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:44:41.862Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "322a535e-a958-419d-88f6-a77cd1beae78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "793438ee-39a7-4005-b128-930682998bba", "vfModuleModelCustomizationUUID": "90525218-d3f3-4f7c-bcb1-f50b6440734d", "isBase": true, "artifacts": [ "8c623c79-e15c-4fae-9152-c9505555f107", "4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-10T06:44:41.862Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:793438ee-39a7-4005-b128-930682998bba VfModuleModelInvariantUUID:322a535e-a958-419d-88f6-a77cd1beae78 VfModuleModelDescription:NULL Artifacts UUID List:{ 8c623c79-e15c-4fae-9152-c9505555f107 , 4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-10T06:44:41.862Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c623c79-e15c-4fae-9152-c9505555f107 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-10T06:44:41.862Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:44:41.862Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-10T06:44:41.913Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:44:41.913Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8c623c79-e15c-4fae-9152-c9505555f107 5033 2022-11-10T06:44:41.913Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-10T06:44:41.914Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-10T06:44:41.914Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:44:41.914Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:41.915Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:41.916Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062681913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:44:42.016Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:42.017Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:42.017Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:42.029Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:42.030Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:42.916Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-10T06:44:42.916Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-10T06:44:42.917Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-10T06:44:42.973Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-10T06:44:42.973Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4cb4e2c1-9964-4eda-b82c-cbdce9efe1d7 903 2022-11-10T06:44:42.973Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-10T06:44:42.973Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-10T06:44:42.974Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:44:42.974Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:42.975Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:42.976Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062682973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:44:43.076Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:43.077Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:43.077Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:43.087Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:43.088Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:43.976Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4104cd0a-8e63-49ac-bc98-731b279addf2 2022-11-10T06:44:43.977Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b91fdd20-506c-47c9-aeba-9e8340444dc1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:44:43.990Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@280e6225, org.onap.sdc.toscaparser.api.parameters.Input@3cc26feb, org.onap.sdc.toscaparser.api.parameters.Input@71cb233a, org.onap.sdc.toscaparser.api.parameters.Input@27690185, org.onap.sdc.toscaparser.api.parameters.Input@7cad5007] 2022-11-10T06:44:43.992Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.992Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:43.993Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-10T06:44:43.993Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5bd6532f-49ba-4a4e-b40e-ce209f23e49a 2022-11-10T06:44:43.993Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5bd6532f-49ba-4a4e-b40e-ce209f23e49a matches Tosca VF Customization UUID: 5bd6532f-49ba-4a4e-b40e-ce209f23e49a 2022-11-10T06:44:43.993Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5bd6532f-49ba-4a4e-b40e-ce209f23e49a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-10T06:44:43.994Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.995Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:43.995Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5bd6532f-49ba-4a4e-b40e-ce209f23e49a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-10T06:44:43.995Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14cfbd24 2022-11-10T06:44:43.995Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.996Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-10T06:44:43.996Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90525218-d3f3-4f7c-bcb1-f50b6440734d 2022-11-10T06:44:43.996Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90525218-d3f3-4f7c-bcb1-f50b6440734d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-10T06:44:43.998Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.998Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:43.998Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:43.998Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.998Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:43.999Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:43.999Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:43.999Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-10T06:44:43.999Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-10T06:44:43.999Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-10T06:44:44.000Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56b3f6cc-1956-43b6-a2ef-ae651ef62281 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-10T06:44:44.002Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.002Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:44.002Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-10T06:44:44.002Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.002Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-10T06:44:44.003Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5bd6532f-49ba-4a4e-b40e-ce209f23e49a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:44:44.004Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.004Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.004Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4104cd0a-8e63-49ac-bc98-731b279addf2: basic_vm_macro 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.005Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.006Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.006Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:44:44.006Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:44:44.006Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:44:44.085Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b91fdd20-506c-47c9-aeba-9e8340444dc1 1 ASDC deployResourceStructure 2022-11-10T06:44:44.086Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-10T06:44:44.086Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-10T06:44:44.086Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:44:44.086Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:44.088Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:44.088Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062684086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:44:44.189Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:44.190Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:44.190Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:44.204Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:44.205Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:45.089Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-10T06:44:45.089Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-10T06:44:45.090Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:44:45.090Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:45.092Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:45.092Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062685089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:44:45.192Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:45.193Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:45.193Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:45.216Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:45.216Z||pool-136-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:46.093Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-10T06:44:46.093Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-10T06:44:46.093Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:44:46.094Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:46.096Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:46.096Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062686093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-10T06:44:46.196Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:44:46.197Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:46.198Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:46.216Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:46.217Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:44:47.097Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:44:47.098Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-10T06:44:47.098Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:44:47.098Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:44:47.102Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:44:47.102Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062687097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:44:47.203Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:44:47.204Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:44:47.204Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:44:47.217Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:44:47.217Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:44:48.103Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:44:48.124Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:44:48.125Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:44:48.126Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:44:48.126Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:45:18.126Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:45:18.133Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:45:18.135Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:45:18.135Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:45:18.135Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:45:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:45:34.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:45:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:45:34.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:45:34.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:45:34.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062615078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:45:34.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:45:48.135Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:45:48.144Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:45:48.145Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:45:48.145Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:45:48.145Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:46:18.145Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:46:18.153Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:46:18.154Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:46:18.154Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-10T06:46:18.154Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-10T06:46:34.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:46:34.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:46:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:46:34.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:46:34.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062615369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062616127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062615984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062617149, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e61bc425-5cf0-4730-a37a-0a547419f1a7 2022-11-10T06:46:34.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e61bc425-5cf0-4730-a37a-0a547419f1a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-10T06:46:34.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062616988, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e61bc425-5cf0-4730-a37a-0a547419f1a7 2022-11-10T06:46:34.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e61bc425-5cf0-4730-a37a-0a547419f1a7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "multicloud-k8s-id", "timestamp": 1668062618152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-10T06:46:34.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-10T06:46:34.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062622036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "aai-ml", "timestamp": 1668062623039, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.402Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e61bc425-5cf0-4730-a37a-0a547419f1a7 2022-11-10T06:46:34.402Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e61bc425-5cf0-4730-a37a-0a547419f1a7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062625209, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062627691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062628789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062629839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062630899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062631958, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062633028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062634032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062635035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062636038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062637044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062638049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-10T06:46:34.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062636647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:46:34.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062634556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062652201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062652210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062653219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "ves-openapi-manager", "timestamp": 1668062654225, "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-11-10T06:46:34.452Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 246799f5-d872-434b-8cd5-c0b92a4b59ad 2022-11-10T06:46:34.452Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246799f5-d872-434b-8cd5-c0b92a4b59ad and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062647139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062656874, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062656878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "multicloud-k8s-id", "timestamp": 1668062648726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:46:34.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "aai-ml", "timestamp": 1668062657878, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.463Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 246799f5-d872-434b-8cd5-c0b92a4b59ad 2022-11-10T06:46:34.463Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246799f5-d872-434b-8cd5-c0b92a4b59ad and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "cds", "timestamp": 1668062658115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 246799f5-d872-434b-8cd5-c0b92a4b59ad 2022-11-10T06:46:34.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246799f5-d872-434b-8cd5-c0b92a4b59ad and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062650287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062660059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062661921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:46:34.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668062662926, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:34.482Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 246799f5-d872-434b-8cd5-c0b92a4b59ad 2022-11-10T06:46:34.482Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246799f5-d872-434b-8cd5-c0b92a4b59ad and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-10T06:46:34.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "726f01e6-f7ab-4ff6-88db-557edf2a67b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062669303, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:46:34.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:46:34.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:46:34.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-10T06:46:48.154Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:46:48.165Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:46:48.167Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:46:48.168Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:46:48.168Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:46:48.168Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:46:48.168Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:46:48.178Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:47:18.178Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:47:18.185Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e61bc425-5cf0-4730-a37a-0a547419f1a7 and serviceModelVersionId: 4104cd0a-8e63-49ac-bc98-731b279addf2 2022-11-10T06:47:18.185Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6141106b-64e0-4fc7-829c-8feff3caa68f 2022-11-10T06:47:18.186Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0 2022-11-10T06:47:18.190Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:47:18.242Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0|INFO|500||Invoke 2022-11-10T06:47:18.243Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e61bc425-5cf0-4730-a37a-0a547419f1a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dec20977-7f5d-4a90-afea-0c1d08dcc6db], X-ECOMP-RequestID=[e61bc425-5cf0-4730-a37a-0a547419f1a7], X-TransactionId=[], X-ONAP-RequestID=[e61bc425-5cf0-4730-a37a-0a547419f1a7], Content-Type=[application/merge-patch+json]} 2022-11-10T06:47:18.270Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:47:18.370Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?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/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:47:18:352-24496], vertex-id=[241736], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:47:18 GMT], Content-Type=[application/json]} 2022-11-10T06:47:18.370Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:47:18.371Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6141106b-64e0-4fc7-829c-8feff3caa68f/model-vers/model-ver/4104cd0a-8e63-49ac-bc98-731b279addf2?depth=0|INFO|500||InvokeReturn 2022-11-10T06:47:18.371Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:47:18.371Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:47:18.376Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:47:18.376Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e61bc425-5cf0-4730-a37a-0a547419f1a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:47:18.376Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:47:18.377Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:18.378Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:18.379Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062838376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:47:18.479Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:18.480Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:47:18.480Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:18.497Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:18.497Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:47:19.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:47:19.403Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:47:19.403Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:23.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:23.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-10T06:47:23.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"246799f5-d872-434b-8cd5-c0b92a4b59ad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"195fec45-b405-4313-897d-d869b90133e4","serviceDescription":"service","serviceInvariantUUID":"051270b5-da24-4542-ad0c-2962c99a36cf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5845792a-1221-4adc-8303-2ea65b17c6ee","resourceInvariantUUID":"297fd79d-fde2-44a8-800e-098764d131fd","resourceCustomizationUUID":"b2eaa459-025f-4827-9a25-1ec567e2a47d","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":"MTc1ZGNhNTAyODgwNDI0MzI0NDJhZTFjZmI5MmEzNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f2d944b-cbb9-490d-bef5-c3a6b034abb1","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":"ff5c5a40-059d-4b5f-b28d-41f80799585a","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":"3972b028-12a2-414f-906c-42a599602ad2","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":"MzE1MzRmOGE0MDBlNDAwYzQxNzFlMzhmNTczZWY4OTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"51359c68-fc5c-4f89-b125-b28e8a29cf78","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":"09c6d4e6-489c-4fb3-9a46-52aaef8252f5","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":"d87f9151-848e-49cf-a477-d1196682dd44","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":"e8ebc49e-6cb3-4b17-925d-25e85ad7696c","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":"MGMzMTNiODUwZDg3NmViZjEwMGM2ZGNiYjI5ZDMwNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8b5bc58-d06e-4f94-b426-9fdcbd09baa9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTQzYWI2Mzg4Njg3ODI5MTk1NDA3M2IyYTBjN2FmMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ec2dbb9-bcbb-424e-8d30-55123bf75ec7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-10T06:47:23.944Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:23.945Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:23.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:23.948Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:24.048Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:24.049Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-10T06:47:24.049Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:24.075Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:24.076Z||pool-140-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:47:24.949Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:24.950Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:24.952Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:24.952Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:25.053Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-10T06:47:25.054Z||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-11-10T06:47:25.054Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:25.072Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:25.073Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:47:25.953Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:25.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:25.957Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:25.958Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:26.057Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:47:26.058Z||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-11-10T06:47:26.058Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:26.072Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:26.073Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:26.958Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:26.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:26.962Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:26.963Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:27.063Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:47:27.064Z||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-11-10T06:47:27.064Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:27.079Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:27.080Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:27.968Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:27.969Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:27.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:27.973Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:28.073Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:28.074Z||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-11-10T06:47:28.074Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:28.105Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:28.106Z||pool-144-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:28.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:28.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:28.977Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:28.984Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:29.078Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-10T06:47:29.079Z||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-11-10T06:47:29.079Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:29.091Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:29.091Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:29.985Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:29.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:29.991Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:29.992Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:30.092Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:30.093Z||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-11-10T06:47:30.093Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:30.109Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:30.109Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:47:30.993Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:30.994Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:30.996Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:30.996Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:31.097Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:31.098Z||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-11-10T06:47:31.099Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:31.114Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:31.114Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:31.997Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-10T06:47:31.998Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:32.001Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:32.001Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:47:32.101Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-10T06:47:32.102Z||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-11-10T06:47:32.102Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:32.120Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:32.121Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:33.003Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "195fec45-b405-4313-897d-d869b90133e4", "serviceDescription": "service", "serviceInvariantUUID": "051270b5-da24-4542-ad0c-2962c99a36cf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b2eaa459-025f-4827-9a25-1ec567e2a47d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5845792a-1221-4adc-8303-2ea65b17c6ee", "resourceInvariantUUID": "297fd79d-fde2-44a8-800e-098764d131fd", "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": "NTQzYWI2Mzg4Njg3ODI5MTk1NDA3M2IyYTBjN2FmMjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ec2dbb9-bcbb-424e-8d30-55123bf75ec7" } ], "workloadContext": "Production" } 2022-11-10T06:47:33.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-10T06:47:33.004Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 195fec45-b405-4313-897d-d869b90133e4 ASDC 2022-11-10T06:47:33.005Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:246799f5-d872-434b-8cd5-c0b92a4b59ad ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:195fec45-b405-4313-897d-d869b90133e4 ServiceInvariantUUID:051270b5-da24-4542-ad0c-2962c99a36cf 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:0ec2dbb9-bcbb-424e-8d30-55123bf75ec7 ArtifactChecksum:NTQzYWI2Mzg4Njg3ODI5MTk1NDA3M2IyYTBjN2FmMjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b2eaa459-025f-4827-9a25-1ec567e2a47d ResourceInvariantUUID:297fd79d-fde2-44a8-800e-098764d131fd ResourceName:test-pnf ResourceType:PNF ResourceUUID:5845792a-1221-4adc-8303-2ea65b17c6ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-10T06:47:33.006Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 195fec45-b405-4313-897d-d869b90133e4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:47:33.047Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:47:33.048Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-10T06:47:33.048Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-10T06:47:33.049Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ec2dbb9-bcbb-424e-8d30-55123bf75ec7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-10T06:47:33.049Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-10T06:47:33.050Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-10T06:47:33.241Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-10T06:47:33.250Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0ec2dbb9-bcbb-424e-8d30-55123bf75ec7 110866 2022-11-10T06:47:33.250Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:47:33.251Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-10T06:47:33.251Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-10T06:47:33.252Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:33.255Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:33.255Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062853250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:47:33.356Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:33.357Z||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-11-10T06:47:33.357Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:33.378Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:33.378Z||pool-149-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-10T06:47:34.256Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-10T06:47:34.258Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-10T06:47:34.258Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ec2dbb9-bcbb-424e-8d30-55123bf75ec7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:34.259Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-10T06:47:34.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:34.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:47:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:47:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:34.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:34.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-10T06:47:34.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:47:34.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:34.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:47:34.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:47:34.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:47:34.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062614337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:47:34.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-10T06:47:34.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062678530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:47:34.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062680847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-10T06:47:34.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062681913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-10T06:47:34.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062682973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-10T06:47:34.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062684086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-10T06:47:34.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062685089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-10T06:47:34.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062686093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-10T06:47:34.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-10T06:47:34.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062687097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:47:34.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:47:34.409Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5256459786398062121/Definitions/service-TestPnfMacro-template.yml 2022-11-10T06:47:35.187Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.188Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-10T06:47:35.189Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-10T06:47:35.190Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.191Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.192Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.192Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.192Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:195fec45-b405-4313-897d-d869b90133e4 Model Version:NULL Model InvariantUuid:051270b5-da24-4542-ad0c-2962c99a36cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-10T06:47:35.200Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5845792a-1221-4adc-8303-2ea65b17c6ee Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:47:35.203Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-11-10T06:47:35.204Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5845792a-1221-4adc-8303-2ea65b17c6ee 2022-11-10T06:47:35.204Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 195fec45-b405-4313-897d-d869b90133e4 2022-11-10T06:47:35.204Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 195fec45-b405-4313-897d-d869b90133e4 2022-11-10T06:47:35.204Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5845792a-1221-4adc-8303-2ea65b17c6ee ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:47:35.209Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14951fe4, org.onap.sdc.toscaparser.api.parameters.Input@6d78475c, org.onap.sdc.toscaparser.api.parameters.Input@2dc2761, org.onap.sdc.toscaparser.api.parameters.Input@51671c92, org.onap.sdc.toscaparser.api.parameters.Input@6db14365] 2022-11-10T06:47:35.209Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.209Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.210Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 195fec45-b405-4313-897d-d869b90133e4: test-pnf 2022-11-10T06:47:35.210Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5845792a-1221-4adc-8303-2ea65b17c6ee 2022-11-10T06:47:35.210Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-10T06:47:35.210Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-10T06:47:35.210Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||Resource customization UUID: b2eaa459-025f-4827-9a25-1ec567e2a47d is the same as notified resource customizationUUID: b2eaa459-025f-4827-9a25-1ec567e2a47d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-10T06:47:35.244Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5845792a-1221-4adc-8303-2ea65b17c6ee 0 ASDC deployResourceStructure 2022-11-10T06:47:35.244Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-10T06:47:35.244Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-10T06:47:35.245Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-10T06:47:35.245Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:47:35.247Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:47:35.247Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062855244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:47:35.347Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:47:35.348Z||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-11-10T06:47:35.348Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:47:35.368Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:47:35.369Z||pool-150-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-10T06:47:36.248Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246799f5-d872-434b-8cd5-c0b92a4b59ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:47:36.258Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246799f5-d872-434b-8cd5-c0b92a4b59ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-10T06:47:36.260Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-10T06:47:36.263Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-10T06:48:06.263Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 246799f5-d872-434b-8cd5-c0b92a4b59ad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-10T06:48:06.286Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 246799f5-d872-434b-8cd5-c0b92a4b59ad and serviceModelVersionId: 195fec45-b405-4313-897d-d869b90133e4 2022-11-10T06:48:06.286Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 051270b5-da24-4542-ad0c-2962c99a36cf 2022-11-10T06:48:06.287Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0 2022-11-10T06:48:06.291Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-10T06:48:06.357Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-10T06:48:06.360Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0|INFO|500||Invoke 2022-11-10T06:48:06.383Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-10T06:48:06.479Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0|INFO|500||InvokeReturn 2022-11-10T06:48:06.479Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/051270b5-da24-4542-ad0c-2962c99a36cf/model-vers/model-ver/195fec45-b405-4313-897d-d869b90133e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221110-06:48:06:470-57967], vertex-id=[462848], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:48:06 GMT], Content-Type=[application/json]} 2022-11-10T06:48:06.481Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-11-10T06:48:06.482Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-10T06:48:06.482Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-10T06:48:06.487Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-10T06:48:06.488Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 246799f5-d872-434b-8cd5-c0b92a4b59ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-10T06:48:06.488Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-10T06:48:06.488Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-10T06:48:06.490Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-10T06:48:06.490Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062886488, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:48:06.591Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-10T06:48:06.592Z||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-11-10T06:48:06.592Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:06.608Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:48:06.609Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-10T06:48:07.500Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:48:07.501Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:48:07.501Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:17.064Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:48:17.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:48:17.065Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:48:17.065Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:26.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:48:26.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:48:26.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:48:26.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:48:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:48:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:34.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:48:34.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e61bc425-5cf0-4730-a37a-0a547419f1a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062838376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062839402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-10T06:48:34.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-10T06:48:34.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-10T06:48:34.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062853250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-10T06:48:34.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:48:36.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:48:36.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:48:36.184Z||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-11-10T06:48:36.185Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:48:45.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:49:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:49:34.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:49:34.341Z||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-11-10T06:49:34.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:49:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:49:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:49:34.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:49:34.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:49:34.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062855244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-10T06:49:34.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:49:34.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-10T06:49:34.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "246799f5-d872-434b-8cd5-c0b92a4b59ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668062886488, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-10T06:49:34.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-10T06:49:43.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:50:34.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:50:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:50:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:50:34.339Z||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-11-10T06:50:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:50:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:50:43.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:50:43.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:51:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:51:34.337Z||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-11-10T06:51:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:51:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:51:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:51:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:51:43.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:51:43.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:52:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:52:34.337Z||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-11-10T06:52:34.337Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:52:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:52:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:52:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:52:43.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:52:43.930Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:53:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:53:34.337Z||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-11-10T06:53:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:53:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:53:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:53:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:53:43.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:53:43.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:54:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:54:34.337Z||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-11-10T06:54:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:54:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:54:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:54:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:54:43.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:54:43.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:55:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:55:34.338Z||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-11-10T06:55:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:55:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:55:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:55:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:55:43.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:55:43.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:56:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:56:34.338Z||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-11-10T06:56:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:56:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:56:34.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:56:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:56:43.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:56:43.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:57:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:57:34.338Z||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-11-10T06:57:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:57:34.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:57:34.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:57:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:57:43.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:57:43.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:58:34.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:58:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:58:34.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:58:34.341Z||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-11-10T06:58:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:58:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:58:43.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:58:43.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:59:34.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:59:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T06:59:34.339Z||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-11-10T06:59:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T06:59:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:59:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T06:59:43.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T06:59:43.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:00:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:00:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:00:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:00:34.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:00:34.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:00:34.342Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:00:43.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:00:43.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:01:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:01:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:01:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:01:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:01:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:01:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:01:43.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:01:43.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:02:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:02:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:02:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:02:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:02:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:02:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:02:43.900Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:02:43.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:03:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:03:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:03:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:03:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:03:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:03:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:03:43.910Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:03:43.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:04:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:04:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:04:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:04:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:04:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:04:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:04:43.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:04:43.886Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:05:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:05:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:05:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:05:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:05:34.340Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:05:34.340Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:05:43.896Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:05:43.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:06:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:06:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:06:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:06:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:06:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:06:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:06:43.906Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:06:43.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:07:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:07:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:07:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:07:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:07:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:07:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:07:43.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:07:43.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:08:34.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:08:34.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:08:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:08:34.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:08:34.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:08:34.344Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:08:43.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:08:43.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:09:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:09:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:09:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:09:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:09:34.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:09:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:09:43.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:09:43.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:10:34.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:10:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:10:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:10:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:10:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:10:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:10:43.894Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:10:43.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:11:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:11:34.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:11:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:11:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:11:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:11:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:11:43.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:11:43.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:12:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:12:34.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:12:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:12:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:12:34.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:12:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:12:43.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:12:43.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:13:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:13:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:13:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:13:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:13:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:13:34.340Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:13:43.886Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:13:43.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:14:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:14:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:14:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:14:34.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:14:34.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:14:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:14:43.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:14:43.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:15:34.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:15:34.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:15:34.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:15:34.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:15:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:15:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:15:43.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:15:43.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:16:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:16:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:16:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:16:34.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:16:34.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:16:34.344Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:16:43.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:16:43.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:17:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:17:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:17:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:17:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:17:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:17:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:17:43.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:17:43.896Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:18:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:18:34.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:18:34.337Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:18:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:18:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:18:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:18:43.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:18:43.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:19:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:19:34.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:19:34.337Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:19:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:19:34.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:19:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:19:43.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:19:43.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:20:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:20:34.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:20:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:20:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:20:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:20:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:20:43.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:20:43.907Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:21:34.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:21:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:21:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:21:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:21:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:21:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:21:43.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:21:43.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:22:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:22:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:22:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:22:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:22:34.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:22:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:22:43.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:22:43.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:23:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:23:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:23:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:23:34.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:23:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:23:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:23:43.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:23:43.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:24:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:24:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:24:34.341Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:24:34.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:24:34.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:24:34.348Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:24:43.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:24:43.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:25:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:25:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:25:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:25:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:25:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:25:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:25:43.894Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:25:43.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:26:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:26:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:26:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:26:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:26:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:26:34.339Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:26:43.907Z|69fb8b4c-1307-4c69-b32f-0d3da9858dfa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:26:43.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:27:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:27:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:27:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:27:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:27:34.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:27:34.339Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:27:43.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:27:43.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:28:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:28:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:28:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:28:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:28:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:28:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:28:43.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:28:43.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:29:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:29:34.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:29:34.340Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:29:34.339Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:29:34.342Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:29:34.342Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:29:43.906Z|e61bc425-5cf0-4730-a37a-0a547419f1a7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:29:43.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:30:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:30:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:30:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:30:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:30:34.340Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:30:34.340Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:30:43.885Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:30:43.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-10T07:31:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:31:34.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:31:34.338Z||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 wQeJYejk4JPLZYdp) ... 2022-11-10T07:31:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-10T07:31:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-10T07:31:34.339Z|246799f5-d872-434b-8cd5-c0b92a4b59ad|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 wQeJYejk4JPLZYdp) ...