JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-10-22T02:00:03.761Z||main|||||INFO|500||The following profiles are active: basic 2021-10-22T02:00:15.722Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-22T02:00:15.723Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-22T02:00:15.868Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-22T02:00:18.871Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-22T02:00:19.100Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-22T02:00:19.638Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-22T02:00:19.648Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-22T02:00:19.744Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-22T02:00:19.910Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-22T02:00:20.387Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-22T02:00:21.515Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-22T02:00:23.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-22T02:00:23.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-22T02:00:24.631Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-22T02:00:24.874Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-10-22T02:00:26.569Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-22T02:00:27.791Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-22T02:00:27.820Z||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$$f92bdff0.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-10-22T02:00:27.821Z||main|||||WARN|500||The sdc end point is not alive 2021-10-22T02:00:31.500Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-10-22T02:00:34.944Z||main|||||WARN|500||--- 2021-10-22T02:00:34.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-22T02:00:34.945Z||main|||||WARN|500||--- 2021-10-22T02:00:35.436Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-22T02:00:41.364Z||main|||||INFO|500||Started Application in 42.975 seconds (JVM running for 44.331) 2021-10-22T02:00:41.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-22T02:00:41.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-22T02:00:41.395Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-22T02:00:41.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-22T02:00:41.541Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69e2ff85-09f8-4de2-80d8-97a72adafba8 url= /sdc/v1/artifactTypes 2021-10-22T02:00:41.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-22T02:00:41.804Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-22T02:00:41.852Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-10-22T02:00:41.883Z||scheduling-1|||||DEBUG|500||create keys 2021-10-22T02:00:41.899Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-22T02:00:45.811Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:00:45.841Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68708d72-4fd9-489b-af32-d5700c046f10 url= /sdc/v1/registerForDistribution 2021-10-22T02:00:47.075Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 68708d72-4fd9-489b-af32-d5700c046f10 url= /sdc/v1/registerForDistribution 2021-10-22T02:00:47.075Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-22T02:00:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:00:47.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:00:47.092Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-22T02:00:47.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:00:47.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:00:47.094Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:00:47.094Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:01:00.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:01:00.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:01:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:01:47.087Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:01:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:01:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:01:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:01:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:01:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:01:56.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:02:47.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:02:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:02:47.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:02:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:02:47.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:02:47.090Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:02:56.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:02:56.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:03:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:03:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:03:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:03:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:03:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:03:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:03:56.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:03:56.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:04:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:04:47.086Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:04:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:04:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:04:47.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:04:47.091Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:04:56.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:04:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:05:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:05:47.086Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:05:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:05:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:05:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:05:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:05:56.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:05:56.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:06:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:06:47.087Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:06:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:06:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:06:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:06:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:06:56.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:06:56.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:07:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:07:47.087Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:07:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:07:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:07:47.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:07:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:07:56.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:07:56.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:08:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:08:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:08:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:08:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:08:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:08:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:08:56.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:08:56.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:09:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:09:47.086Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:09:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:09:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:09:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:09:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:09:56.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:09:56.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:10:44.085Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-22T02:10:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:10:47.086Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:10:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:10:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:10:47.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:10:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:10:56.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:10:56.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:11:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:11:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:11:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:11:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:11:47.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:11:47.090Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:11:56.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:11:56.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:12:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:12:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:12:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:12:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:12:47.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:12:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:12:56.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:12:56.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:13:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:13:47.087Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:13:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:13:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:13:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:13:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:13:56.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:13:56.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:14:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:14:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:14:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:14:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:14:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:14:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:14:56.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:14:56.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:15:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:15:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:15:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:15:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:15:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:15:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:15:56.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:15:56.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:16:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:16:47.087Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:16:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:16:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:16:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:16:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:16:56.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:16:56.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:17:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:17:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:17:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:17:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:17:47.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:17:47.090Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:17:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:17:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:18:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:18:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:18:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:18:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:18:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:18:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:18:56.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:18:56.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:19:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:19:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:19:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:19:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:19:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:19:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:19:56.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:19:56.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:20:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:20:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:20:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:20:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:20:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:20:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:20:56.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:20:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:21:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:21:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:21:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:21:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:21:47.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:21:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:21:56.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:21:56.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:22:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:22:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:22:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:22:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:22:47.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:22:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:22:56.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:22:56.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:23:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:23:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:23:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:23:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:23:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:23:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:23:56.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:23:56.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:24:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:24:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:24:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:24:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:24:47.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:24:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:24:56.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:24:56.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:25:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:25:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:25:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:25:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:25:47.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:25:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:25:56.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:25:56.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:26:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:26:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:26:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:26:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:26:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:26:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:26:56.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:26:56.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:27:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:27:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:27:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:27:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:27:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:27:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:27:56.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:27:56.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:28:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:28:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:28:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:28:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:28:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:28:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:28:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:28:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:29:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:29:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:29:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:29:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:29:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:29:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:29:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:29:56.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:30:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:30:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:30:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:30:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:30:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:30:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:30:56.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:30:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:31:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:31:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:31:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:31:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:31:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:31:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:31:56.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:31:56.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:32:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:32:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:32:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:32:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:32:47.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:32:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:32:56.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:32:56.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:33:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:33:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:33:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:33:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:33:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:33:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:33:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:33:56.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:34:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:34:47.085Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:34:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:34:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:34:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:34:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:34:56.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:34:56.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:35:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:35:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:35:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:35:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:35:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:35:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:35:56.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:35:56.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:36:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:36:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:36:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:36:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:36:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:36:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:36:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:36:56.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:37:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:37:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:37:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:37:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:37:47.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:37:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:37:56.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:37:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:38:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:38:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:38:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:38:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:38:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:38:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:38:56.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:38:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:39:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:39:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:39:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:39:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:39:47.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:39:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:39:56.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:39:56.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:40:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:40:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:40:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:40:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:40:47.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:40:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:40:56.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:40:56.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:41:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:41:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:41:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:41:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:41:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:41:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:41:56.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:41:56.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:42:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:42:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:42:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:42:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:42:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:42:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:42:56.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:42:56.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:43:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:43:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:43:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:43:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:43:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:43:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:43:56.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:43:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:44:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:44:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:44:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:44:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:44:47.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:44:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:44:56.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:44:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:45:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:45:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:45:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:45:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:45:47.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:45:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:45:56.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:45:56.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:46:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:46:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:46:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:46:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:46:47.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:46:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:46:56.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:46:56.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:47:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:47:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:47:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:47:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:47:47.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:47:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:47:56.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:47:56.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:48:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:48:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:48:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:48:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:48:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:48:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:48:56.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:48:56.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:49:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:49:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:49:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:49:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:49:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:49:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:49:56.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:49:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:50:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:50:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:50:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:50:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:50:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:50:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:50:56.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:50:56.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:51:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:51:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:51:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:51:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:51:47.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:51:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:51:56.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:51:56.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:52:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:52:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:52:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:52:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:52:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:52:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:52:56.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:52:56.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:53:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:53:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:53:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:53:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:53:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:53:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:53:56.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:53:56.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:54:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:54:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:54:47.087Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:54:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:54:47.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:54:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:54:56.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:54:56.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:55:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:55:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:55:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:55:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:55:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:55:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:55:56.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:55:56.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:56:47.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:56:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:56:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:56:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:47.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:47.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:56:47.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOTIFIED" } 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:56:47.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:47.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-22T02:56:47.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d43d33f4-8ac7-443a-8f8e-80a51a2e67a1","serviceName":"basic_onboard_xrqRdO","serviceVersion":"1.0","serviceUUID":"e37c939a-f9dd-4f9c-b268-494a90061995","serviceDescription":"service","serviceInvariantUUID":"87a5292b-257f-4401-87f9-152b087ef08f","resources":[{"resourceInstanceName":"basic_onboard_xrqRdO 0","resourceName":"basic_onboard_xrqRdO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f1cff11-1b0f-4e32-a8e2-563eb5389cc1","resourceInvariantUUID":"f58d88cc-afed-4554-8a18-3cbca1d7b3ea","resourceCustomizationUUID":"0716f896-5c1e-40e9-aa00-45a764922c4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml","artifactChecksum":"MGM5NzlhNjk0OTMxOGFmYWJlYTFmNWQ0ODZjYTM1NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dc42660-f5aa-493b-8e2f-d4ad6cd632b1","artifactVersion":"1"},{"artifactName":"basic_onboard_xrqrdo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json","artifactChecksum":"Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c4accce-9cf2-403e-ae21-d3f262e85880","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"024a5b49-d8eb-4bbf-9ff8-28cc240367d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ace3a20-8c68-4c71-bb9d-3cafe10d8c44","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a759922-55b9-4e06-a13b-374181b062c0","artifactVersion":"2","generatedFromUUID":"024a5b49-d8eb-4bbf-9ff8-28cc240367d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXrqrdo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml","artifactChecksum":"Y2QzMDc4YTRmZjE5NTYzM2E1ZGUzOGQ3ZDU4OWIzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bbb35d5-8a95-4827-97a1-607e487faa15","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXrqrdo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar","artifactChecksum":"MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89a448b7-a74c-486f-b139-c89cb08c9de7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T02:56:47.726Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:47.731Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:47.742Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:47.742Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:47.842Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-22T02:56:47.847Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:47.847Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:47.868Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:47.869Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:56:48.749Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:48.750Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:48.752Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:48.752Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOTIFIED" } 2021-10-22T02:56:48.852Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:56:48.853Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:48.853Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:48.869Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:48.870Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:56:49.753Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:49.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:49.756Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:49.756Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T02:56:49.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:56:49.857Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:49.857Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:49.872Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:49.873Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:56:50.757Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:50.759Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:50.762Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:50.762Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:50.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:56:50.863Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:50.863Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:50.876Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:50.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:56:51.763Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:51.764Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:51.766Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:51.766Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T02:56:51.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T02:56:51.867Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:51.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:51.979Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:51.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:56:52.767Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:52.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:52.771Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:52.772Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:56:52.872Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:56:52.873Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:52.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:52.889Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:52.890Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:56:53.772Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T02:56:53.774Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:53.776Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:53.776Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:56:53.877Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T02:56:53.877Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:53.877Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:53.892Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:53.893Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:56:54.779Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "serviceName": "basic_onboard_xrqRdO", "serviceVersion": "1.0", "serviceUUID": "e37c939a-f9dd-4f9c-b268-494a90061995", "serviceDescription": "service", "serviceInvariantUUID": "87a5292b-257f-4401-87f9-152b087ef08f", "resources": [ { "resourceInstanceName": "basic_onboard_xrqRdO 0", "resourceCustomizationUUID": "0716f896-5c1e-40e9-aa00-45a764922c4d", "resourceName": "basic_onboard_xrqRdO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3f1cff11-1b0f-4e32-a8e2-563eb5389cc1", "resourceInvariantUUID": "f58d88cc-afed-4554-8a18-3cbca1d7b3ea", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xrqrdo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "artifactChecksum": "Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c4accce-9cf2-403e-ae21-d3f262e85880", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "024a5b49-d8eb-4bbf-9ff8-28cc240367d2", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6a759922-55b9-4e06-a13b-374181b062c0", "generatedFromUUID": "024a5b49-d8eb-4bbf-9ff8-28cc240367d2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6a759922-55b9-4e06-a13b-374181b062c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXrqrdo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "artifactChecksum": "MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89a448b7-a74c-486f-b139-c89cb08c9de7" } ], "workloadContext": "Production" } 2021-10-22T02:56:54.780Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T02:56:54.780Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e37c939a-f9dd-4f9c-b268-494a90061995 ASDC 2021-10-22T02:56:54.870Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 ServiceName:basic_onboard_xrqRdO ServiceVersion:1.0 ServiceUUID:e37c939a-f9dd-4f9c-b268-494a90061995 ServiceInvariantUUID:87a5292b-257f-4401-87f9-152b087ef08f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXrqrdo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar ArtifactUUID:89a448b7-a74c-486f-b139-c89cb08c9de7 ArtifactChecksum:MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xrqRdO 0 ResourceCustomizationUUID:0716f896-5c1e-40e9-aa00-45a764922c4d ResourceInvariantUUID:f58d88cc-afed-4554-8a18-3cbca1d7b3ea ResourceName:basic_onboard_xrqRdO ResourceType:VF ResourceUUID:3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xrqrdo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json ArtifactUUID:6c4accce-9cf2-403e-ae21-d3f262e85880 ArtifactChecksum:Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA= 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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml ArtifactUUID:024a5b49-d8eb-4bbf-9ff8-28cc240367d2 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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ArtifactUUID:6a759922-55b9-4e06-a13b-374181b062c0 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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ArtifactUUID:6a759922-55b9-4e06-a13b-374181b062c0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T02:56:54.871Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e37c939a-f9dd-4f9c-b268-494a90061995 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T02:56:55.075Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T02:56:55.076Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T02:56:55.076Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T02:56:55.077Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89a448b7-a74c-486f-b139-c89cb08c9de7 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:55.077Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T02:56:55.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:55.186Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T02:56:55.201Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 89a448b7-a74c-486f-b139-c89cb08c9de7 71374 2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar ASDC sendASDCNotification 2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T02:56:55.204Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:55.206Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:55.206Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871415201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:56:55.307Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:56:55.308Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:55.308Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:55.322Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:55.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:56:56.207Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T02:56:56.208Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T02:56:56.208Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 89a448b7-a74c-486f-b139-c89cb08c9de7, URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:56.209Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:56.272Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:56.272Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:56.813Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP560785440554755782/Definitions/service-BasicOnboardXrqrdo-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-22T02:56:58.869Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T02:56:58.875Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xrqRdO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-22T02:56:58.885Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.886Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.889Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:56:58.889Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-22T02:56:58.890Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.894Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.894Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18ea16f9-2d51-4231-ac0a-cdf9bfafb442 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:56:58.900Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:56:58.900Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_xrqRdO Description:service Model UUID:e37c939a-f9dd-4f9c-b268-494a90061995 Model Version:NULL Model InvariantUuid:87a5292b-257f-4401-87f9-152b087ef08f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_xrqRdO Model UUID:d5d01f57-b2f9-497d-8df7-b477ad0b4234 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f58d88cc-afed-4554-8a18-3cbca1d7b3ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0716f896-5c1e-40e9-aa00-45a764922c4d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3a325678-0551-4205-aa4e-5fe64245a639 ModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0 ModelUuid:33b8a224-ee11-4ca6-9809-8db8f4e6beb1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18ea16f9-2d51-4231-ac0a-cdf9bfafb442 ModelInvariantUuid:30555ff6-ea94-41e0-80bc-c6a9ad0dabac ModelName:basic_onboard_xrqRdO-nodes.ubuntu18Cvfc ModelUuid:cc2c248c-ced3-403e-96c7-72cf5a76e44e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:10de9711-5f9e-4b40-88e7-123a828e711f ModelInvariantUuid:155eb050-1d7a-480a-a7f8-fb752dd6945b ModelName:BasicOnboardXrqrdo.compute.nodes.heat.ubuntu18 ModelUuid:b64fa738-7b58-44ff-a80e-fb05a5df885b 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=? 2021-10-22T02:56:58.936Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 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=? 2021-10-22T02:56:59.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||basic_onboard_xrqRdO 0 2021-10-22T02:56:59.052Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 2021-10-22T02:56:59.052Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c4accce-9cf2-403e-ae21-d3f262e85880 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 2021-10-22T02:56:59.053Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T02:56:59.053Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 2021-10-22T02:56:59.324Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T02:56:59.324Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 6c4accce-9cf2-403e-ae21-d3f262e85880 798 2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json ASDC sendASDCNotification 2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:56:59.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:56:59.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871419325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T02:56:59.429Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T02:56:59.430Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:56:59.430Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:56:59.446Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:56:59.446Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:57:00.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXrqrdo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3a325678-0551-4205-aa4e-5fe64245a639", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33b8a224-ee11-4ca6-9809-8db8f4e6beb1", "vfModuleModelCustomizationUUID": "ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d", "isBase": true, "artifacts": [ "024a5b49-d8eb-4bbf-9ff8-28cc240367d2", "6a759922-55b9-4e06-a13b-374181b062c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T02:57:00.349Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:33b8a224-ee11-4ca6-9809-8db8f4e6beb1 VfModuleModelInvariantUUID:3a325678-0551-4205-aa4e-5fe64245a639 VfModuleModelDescription:NULL Artifacts UUID List:{ 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 , 6a759922-55b9-4e06-a13b-374181b062c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXrqrdo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3a325678-0551-4205-aa4e-5fe64245a639", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33b8a224-ee11-4ca6-9809-8db8f4e6beb1", "vfModuleModelCustomizationUUID": "ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d", "isBase": true, "artifacts": [ "024a5b49-d8eb-4bbf-9ff8-28cc240367d2", "6a759922-55b9-4e06-a13b-374181b062c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:33b8a224-ee11-4ca6-9809-8db8f4e6beb1 VfModuleModelInvariantUUID:3a325678-0551-4205-aa4e-5fe64245a639 VfModuleModelDescription:NULL Artifacts UUID List:{ 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 , 6a759922-55b9-4e06-a13b-374181b062c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 2021-10-22T02:57:00.574Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T02:57:00.575Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 5033 2021-10-22T02:57:00.575Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:00.578Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:00.578Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871420575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T02:57:00.679Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:57:00.680Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:00.680Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:00.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:00.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6a759922-55b9-4e06-a13b-374181b062c0 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 2021-10-22T02:57:01.754Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 6a759922-55b9-4e06-a13b-374181b062c0 909 2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T02:57:01.756Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:01.758Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:01.758Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871421755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T02:57:01.859Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:57:01.860Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:01.860Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:01.873Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:01.874Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:57:02.759Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e37c939a-f9dd-4f9c-b268-494a90061995 2021-10-22T02:57:02.759Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xrqRdO 0 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 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=? 2021-10-22T02:57:02.791Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@497874c1, org.onap.sdc.toscaparser.api.parameters.Input@7323aa2c, org.onap.sdc.toscaparser.api.parameters.Input@2e9614a6, org.onap.sdc.toscaparser.api.parameters.Input@6fa69702, org.onap.sdc.toscaparser.api.parameters.Input@6572384b] 2021-10-22T02:57:02.794Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.794Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0716f896-5c1e-40e9-aa00-45a764922c4d 2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0716f896-5c1e-40e9-aa00-45a764922c4d matches Tosca VF Customization UUID: 0716f896-5c1e-40e9-aa00-45a764922c4d 2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0716f896-5c1e-40e9-aa00-45a764922c4d 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=? 2021-10-22T02:57:02.802Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.803Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.804Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0716f896-5c1e-40e9-aa00-45a764922c4d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-22T02:57:02.804Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43543cfd 2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d 2021-10-22T02:57:02.806Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d 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=? 2021-10-22T02:57:02.814Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.815Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:57:02.815Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria 2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18ea16f9-2d51-4231-ac0a-cdf9bfafb442 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=? 2021-10-22T02:57:02.826Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.828Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria 2021-10-22T02:57:02.828Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=0716f896-5c1e-40e9-aa00-45a764922c4d 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=? 2021-10-22T02:57:02.830Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.830Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e37c939a-f9dd-4f9c-b268-494a90061995: basic_onboard_xrqRdO 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_xrqRdO 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 (?, ?, ?, ?, ?) 2021-10-22T02:57:03.026Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xrqRdO 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 1 ASDC deployResourceStructure 2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json ASDC sendASDCNotification 2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:03.029Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:03.029Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871423027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T02:57:03.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:57:03.130Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:03.131Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:03.147Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:03.147Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:04.035Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:04.035Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871424029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-22T02:57:04.136Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T02:57:04.137Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:04.137Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:04.151Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:04.151Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T02:57:05.036Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-22T02:57:05.037Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 2021-10-22T02:57:05.037Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T02:57:05.038Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:05.040Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:05.040Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871425036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-22T02:57:05.140Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:57:05.141Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:05.142Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:05.156Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:05.157Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:57:06.041Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar ASDC sendASDCNotification 2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T02:57:06.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T02:57:06.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871426041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:57:06.144Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T02:57:06.145Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T02:57:06.145Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:06.160Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:06.160Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T02:57:07.046Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:57:07.075Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:57:37.079Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:57:37.091Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:57:37.093Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:57:37.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:57:37.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:57:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:57:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:57:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:57:47.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:57:47.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:57:47.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:57:47.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:58:07.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:58:07.105Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:58:07.107Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:58:07.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:58:07.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:58:37.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:58:37.118Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:58:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:58:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:58:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:58:47.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:58:47.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:58:47.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T02:58:47.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:07.121Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:59:07.134Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:59:07.137Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:59:07.137Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:59:07.138Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:59:37.138Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:59:37.150Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T02:59:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T02:59:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T02:59:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T02:59:47.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T02:59:47.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOTIFIED" } 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOTIFIED" } 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871403913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871401070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871412846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871406327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "dcae-sch", "timestamp": 1634871406835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "ves-openapi-manager", "timestamp": 1634871406850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871407085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871413852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871414206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "policy-id", "timestamp": 1634871414856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.149Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T02:59:47.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871415201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871415278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871409035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871416357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871410037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871416942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "cds", "timestamp": 1634871417961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T02:59:47.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871418033, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T02:59:47.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871418368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "multicloud-k8s-id", "timestamp": 1634871419037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871419325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871420575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871421755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871422492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871423027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871423496, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.210Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.210Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871416890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "NOTIFIED" } 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871424029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871424652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871424764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871425036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871426041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871426053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "clamp", "timestamp": 1634871427057, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.228Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.229Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T02:59:47.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871436936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T02:59:47.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "aai-ml", "timestamp": 1634871437949, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T02:59:47.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 2021-10-22T02:59:47.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:07.155Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:00:07.175Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:07.188Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:00:37.189Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:00:37.199Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and serviceModelVersionId: e37c939a-f9dd-4f9c-b268-494a90061995 2021-10-22T03:00:37.200Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87a5292b-257f-4401-87f9-152b087ef08f 2021-10-22T03:00:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:00:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:00:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:00:47.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:00:47.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "ves-openapi-manager", "timestamp": 1634871526850, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871526327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "dcae-sch", "timestamp": 1634871526835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871523913, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871521070, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871535325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871535419, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871529035, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871536422, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871536529, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871530037, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871536848, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "policy-id", "timestamp": 1634871537425, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:47.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:47.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "cds", "timestamp": 1634871537853, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:47.683Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871538031, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871538237, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871539049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:47.700Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "multicloud-k8s-id", "timestamp": 1634871540052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871541719, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634871542723, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:47.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:47.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871536890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871544724, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871546045, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871548058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:00:47.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "clamp", "timestamp": 1634871549061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:47.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.752Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:47.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871555268, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:00:47.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "aai-ml", "timestamp": 1634871556272, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:00:47.770Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee 2021-10-22T03:00:47.770Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:00:50.959Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0 2021-10-22T03:00:51.079Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:00:51.543Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|INFO|500||Invoke 2021-10-22T03:00:51.551Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5b532c7-3550-48b4-a247-2459528de169], X-ECOMP-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], X-TransactionId=[], X-ONAP-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], Content-Type=[application/merge-patch+json]} 2021-10-22T03:00:51.747Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:00:52.593Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?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/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-03:00:51:757-81656], vertex-id=[213240], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:00:51 GMT], Content-Type=[application/json]} 2021-10-22T03:00:52.595Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:00:52.596Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|INFO|500||InvokeReturn 2021-10-22T03:00:52.599Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:00:52.600Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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=? 2021-10-22T03:00:52.616Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:00:52.625Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:00:52.627Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:00:52.627Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:00:52.629Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:00:52.630Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871652626, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:00:52.730Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:00:52.731Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:00:52.731Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:00:52.745Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:00:52.746Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:00:53.646Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:00:53.646Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:00:53.647Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:00:58.308Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:00:58.308Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-22T03:00:58.309Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5579b08b-2566-4447-ada4-216c0d030cee","serviceName":"vFW 2021-10-22 02-56-54","serviceVersion":"1.0","serviceUUID":"b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3","serviceDescription":"catalog service description","serviceInvariantUUID":"ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850","resources":[{"resourceInstanceName":"vFW 932d87d3-2dfa 0","resourceName":"vFW 932d87d3-2dfa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a99d2fc-9218-4668-ad27-4efd9143487c","resourceInvariantUUID":"0c596d06-2209-4bb1-8e27-db875bd69c02","resourceCustomizationUUID":"c61884de-d8de-43fa-8cad-5c777e106f5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZkMTgyMGNhZjM2YzVkNmE3MjcyNDZjOTZkOWFkMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0733f5a0-6cdd-48f3-be6f-0461f4f54455","artifactVersion":"1"},{"artifactName":"vfw932d87d32dfa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json","artifactChecksum":"NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b971b6cc-276c-4e72-a5bb-15eb4f25e0d1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c31a5c1a-81cc-4f9b-90ea-543978fe5b05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc1ZGU3NDhhMmExZDRkOGVhNWMyZDc1MDQyMDJhZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fabafba8-7da1-44ea-a639-f3507eabc2f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6","artifactVersion":"2","generatedFromUUID":"c31a5c1a-81cc-4f9b-90ea-543978fe5b05"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211022025654-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml","artifactChecksum":"YzRhNzA2MDdkN2NiNWJjOTRlNTlhYTNmNjU1NWQwMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9304e236-2ce2-4246-bd27-b77f71430944","artifactVersion":"1"},{"artifactName":"service-Vfw20211022025654-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar","artifactChecksum":"ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c55ba49b-41c1-4aff-9485-e88765e5b098","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:00:58.310Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:00:58.311Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:00:58.312Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:00:58.313Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:00:58.413Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:00:58.414Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:00:58.414Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:00:58.428Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:00:58.428Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:00:59.313Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:00:59.315Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:00:59.318Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:00:59.318Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:00:59.418Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:00:59.419Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:00:59.419Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:00:59.432Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:00:59.432Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:00.319Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:01:00.320Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:00.321Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:00.322Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-22T03:01:00.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:00.424Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:00.424Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:00.438Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:00.438Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:01.322Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:01:01.323Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:01.326Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:01.326Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:01:01.427Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:01:01.428Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:01.428Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:01.440Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:01.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:02.327Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:01:02.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:02.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:02.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-22T03:01:02.430Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:02.431Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:02.432Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:02.446Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:02.447Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:03.331Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:01:03.332Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:03.334Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:03.334Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:01:03.434Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:03.435Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:03.435Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:03.449Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:03.449Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:04.335Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:01:04.336Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:04.339Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:04.339Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:01:04.440Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:04.441Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:04.441Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:04.455Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:04.455Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:01:05.342Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "serviceName": "vFW 2021-10-22 02-56-54", "serviceVersion": "1.0", "serviceUUID": "b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850", "resources": [ { "resourceInstanceName": "vFW 932d87d3-2dfa 0", "resourceCustomizationUUID": "c61884de-d8de-43fa-8cad-5c777e106f5e", "resourceName": "vFW 932d87d3-2dfa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a99d2fc-9218-4668-ad27-4efd9143487c", "resourceInvariantUUID": "0c596d06-2209-4bb1-8e27-db875bd69c02", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw932d87d32dfa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "artifactChecksum": "NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b971b6cc-276c-4e72-a5bb-15eb4f25e0d1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c31a5c1a-81cc-4f9b-90ea-543978fe5b05", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6", "generatedFromUUID": "c31a5c1a-81cc-4f9b-90ea-543978fe5b05" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211022025654-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "artifactChecksum": "ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c55ba49b-41c1-4aff-9485-e88765e5b098" } ], "workloadContext": "Production" } 2021-10-22T03:01:05.342Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:01:05.343Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 ASDC 2021-10-22T03:01:05.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5579b08b-2566-4447-ada4-216c0d030cee ServiceName:vFW 2021-10-22 02-56-54 ServiceVersion:1.0 ServiceUUID:b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 ServiceInvariantUUID:ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211022025654-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar ArtifactUUID:c55ba49b-41c1-4aff-9485-e88765e5b098 ArtifactChecksum:ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 932d87d3-2dfa 0 ResourceCustomizationUUID:c61884de-d8de-43fa-8cad-5c777e106f5e ResourceInvariantUUID:0c596d06-2209-4bb1-8e27-db875bd69c02 ResourceName:vFW 932d87d3-2dfa ResourceType:VF ResourceUUID:3a99d2fc-9218-4668-ad27-4efd9143487c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw932d87d32dfa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json ArtifactUUID:b971b6cc-276c-4e72-a5bb-15eb4f25e0d1 ArtifactChecksum:NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM= 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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml ArtifactUUID:c31a5c1a-81cc-4f9b-90ea-543978fe5b05 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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ArtifactUUID:a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ArtifactUUID:a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T03:01:05.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:01:05.391Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c55ba49b-41c1-4aff-9485-e88765e5b098 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:05.507Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T03:01:05.515Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar c55ba49b-41c1-4aff-9485-e88765e5b098 98699 2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar ASDC sendASDCNotification 2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:01:05.519Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:05.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:05.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871665518, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:05.621Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:05.622Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:05.622Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:05.637Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:05.638Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:06.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:01:06.523Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-22T03:01:06.523Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c55ba49b-41c1-4aff-9485-e88765e5b098, URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar to file: /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211022025654-csar.csar 2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:06.753Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11104064396573691304/Definitions/service-Vfw20211022025654-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-10-22T03:01:09.332Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:01:09.333Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-22T03:01:09.333Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 932d87d3-2dfa 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar 2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e00935e1-fce0-458c-b0c1-0f99d6e26cdc 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc5d1623-2849-463e-984d-e195c1eb4002 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa566fa-6742-4d50-be13-69a5e20af06b 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-22 02-56-54 Description:catalog service description Model UUID:b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 Model Version:NULL Model InvariantUuid:ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 932d87d3-2dfa Model UUID:9a0e0bf9-8d6c-4ec1-8b48-1cce1fc7448a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0c596d06-2209-4bb1-8e27-db875bd69c02 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c61884de-d8de-43fa-8cad-5c777e106f5e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c3c38722-2d55-471b-aa6d-63acdd879838 ModelName:Vfw932d87d32dfa..base_vfw..module-0 ModelUuid:48dfd544-b754-4037-82b4-d74dad4ccdf4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e00935e1-fce0-458c-b0c1-0f99d6e26cdc ModelInvariantUuid:f17f4ab1-ff9e-40de-b526-b5db4f6d32a7 ModelName:vFW 932d87d3-2dfa-nodes.vfwCvfc ModelUuid:a9f69d65-211c-4e5d-b69a-9a51d187fd4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:88c26538-df14-43d2-aed7-ad680a6013e6 ModelInvariantUuid:035477d8-4ecb-4cd5-8d0a-d87e6c9b824b ModelName:Vfw932d87d32dfa.compute.nodes.heat.vfw ModelUuid:d752ec02-368e-4b2b-a35e-906eaaffeb1c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dc5d1623-2849-463e-984d-e195c1eb4002 ModelInvariantUuid:825cb941-ee9c-4a3c-91ce-bf5a3f690e26 ModelName:vFW 932d87d3-2dfa-nodes.vsnCvfc ModelUuid:d48b12f7-73b8-4c44-b515-b32bef6272d4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9959b403-1939-45a7-b19a-07c9aeac61cd ModelInvariantUuid:43c6be2c-1922-42bc-ba23-4efde93490d7 ModelName:Vfw932d87d32dfa.compute.nodes.heat.vsn ModelUuid:03953002-3eec-455a-a82c-cedfbe0aba2d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4fa566fa-6742-4d50-be13-69a5e20af06b ModelInvariantUuid:62661a07-077e-44ce-acfa-b93f8047e245 ModelName:vFW 932d87d3-2dfa-nodes.vpgCvfc ModelUuid:b9fae39c-4b1c-420e-b679-560e59d92684 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:13e9bea6-ef49-4ff6-86c9-6be56fb04a46 ModelInvariantUuid:2b04b57e-3144-47a2-8bb2-fd17fe87e4b9 ModelName:Vfw932d87d32dfa.compute.nodes.heat.vpg ModelUuid:bc4f337d-ad38-4b49-8366-08ea26a93515 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=? 2021-10-22T03:01:09.357Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a99d2fc-9218-4668-ad27-4efd9143487c 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=? 2021-10-22T03:01:09.360Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||vFW 932d87d3-2dfa 0 2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a99d2fc-9218-4668-ad27-4efd9143487c 2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b971b6cc-276c-4e72-a5bb-15eb4f25e0d1 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json 2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json 2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json b971b6cc-276c-4e72-a5bb-15eb4f25e0d1 785 2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json ASDC sendASDCNotification 2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json 2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:09.534Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:09.534Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871669530, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:09.635Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:09.635Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:09.636Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:09.650Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:09.651Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:10.535Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw932d87d32dfa..base_vfw..module-0", "vfModuleModelInvariantUUID": "c3c38722-2d55-471b-aa6d-63acdd879838", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48dfd544-b754-4037-82b4-d74dad4ccdf4", "vfModuleModelCustomizationUUID": "b9fc5e5c-eb91-429c-8f21-cf742829d2d9", "isBase": true, "artifacts": [ "c31a5c1a-81cc-4f9b-90ea-543978fe5b05", "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:01:10.539Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw932d87d32dfa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48dfd544-b754-4037-82b4-d74dad4ccdf4 VfModuleModelInvariantUUID:c3c38722-2d55-471b-aa6d-63acdd879838 VfModuleModelDescription:NULL Artifacts UUID List:{ c31a5c1a-81cc-4f9b-90ea-543978fe5b05 , a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw932d87d32dfa..base_vfw..module-0", "vfModuleModelInvariantUUID": "c3c38722-2d55-471b-aa6d-63acdd879838", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48dfd544-b754-4037-82b4-d74dad4ccdf4", "vfModuleModelCustomizationUUID": "b9fc5e5c-eb91-429c-8f21-cf742829d2d9", "isBase": true, "artifacts": [ "c31a5c1a-81cc-4f9b-90ea-543978fe5b05", "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw932d87d32dfa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48dfd544-b754-4037-82b4-d74dad4ccdf4 VfModuleModelInvariantUUID:c3c38722-2d55-471b-aa6d-63acdd879838 VfModuleModelDescription:NULL Artifacts UUID List:{ c31a5c1a-81cc-4f9b-90ea-543978fe5b05 , a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c31a5c1a-81cc-4f9b-90ea-543978fe5b05 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml 2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml 2021-10-22T03:01:10.953Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T03:01:10.954Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml c31a5c1a-81cc-4f9b-90ea-543978fe5b05 20368 2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml 2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:10.957Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:10.957Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871670955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:11.057Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:11.058Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:11.058Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:11.072Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:11.073Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:11.958Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env 2021-10-22T03:01:11.959Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-22T03:01:11.959Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env 2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 2098 2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env 2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:12.601Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:12.601Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871672598, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:12.701Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:12.702Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:12.702Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:12.718Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:12.719Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:01:13.602Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 2021-10-22T03:01:13.603Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 932d87d3-2dfa 0 3a99d2fc-9218-4668-ad27-4efd9143487c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:01:13.627Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d120735, org.onap.sdc.toscaparser.api.parameters.Input@54bb8444, org.onap.sdc.toscaparser.api.parameters.Input@73b741d6, org.onap.sdc.toscaparser.api.parameters.Input@94c97c2, org.onap.sdc.toscaparser.api.parameters.Input@640a0271] 2021-10-22T03:01:13.628Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c61884de-d8de-43fa-8cad-5c777e106f5e 2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c61884de-d8de-43fa-8cad-5c777e106f5e matches Tosca VF Customization UUID: c61884de-d8de-43fa-8cad-5c777e106f5e 2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c61884de-d8de-43fa-8cad-5c777e106f5e 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=? 2021-10-22T03:01:13.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c61884de-d8de-43fa-8cad-5c777e106f5e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f6de60d 2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9fc5e5c-eb91-429c-8f21-cf742829d2d9 2021-10-22T03:01:13.634Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9fc5e5c-eb91-429c-8f21-cf742829d2d9 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=? 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e00935e1-fce0-458c-b0c1-0f99d6e26cdc 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=? 2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc5d1623-2849-463e-984d-e195c1eb4002 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=? 2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:13.649Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.649Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa566fa-6742-4d50-be13-69a5e20af06b 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=? 2021-10-22T03:01:13.654Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria 2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=c61884de-d8de-43fa-8cad-5c777e106f5e 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=? 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3: vFW 932d87d3-2dfa 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-22 02-56-54 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 (?, ?, ?, ?, ?) 2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 932d87d3-2dfa 3a99d2fc-9218-4668-ad27-4efd9143487c 1 ASDC deployResourceStructure 2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json ASDC sendASDCNotification 2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json 2021-10-22T03:01:13.906Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:01:13.906Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:13.908Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:13.908Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871673905, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:01:14.008Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:14.009Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:14.009Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:14.269Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:14.270Z||pool-30-thread-1|||||INFO|500||cambria reply ok (261 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml 2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:01:14.910Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:14.911Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:14.912Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871674909, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:01:15.012Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:15.013Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:15.013Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:15.027Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:15.027Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env 2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:01:15.914Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:15.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:15.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871675912, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-22T03:01:16.016Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:16.017Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:16.017Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:16.037Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:16.038Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:16.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar ASDC sendASDCNotification 2021-10-22T03:01:16.917Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar 2021-10-22T03:01:16.918Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:01:16.918Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:16.920Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:16.920Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871676916, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:01:17.020Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:17.021Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:17.021Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:17.035Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:17.036Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:01:17.921Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:01:17.932Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:01:17.942Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:01:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:01:47.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:01:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:47.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:47.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871652626, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871653646, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871665518, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871669530, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871670955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871672598, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871673905, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871674909, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871675912, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871676916, "artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:01:47.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:01:47.942Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:01:47.947Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5579b08b-2566-4447-ada4-216c0d030cee and serviceModelVersionId: b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 2021-10-22T03:01:47.947Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850 2021-10-22T03:01:47.948Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0 2021-10-22T03:01:47.953Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:01:47.996Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|INFO|500||Invoke 2021-10-22T03:01:47.997Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[378f8fba-831c-4795-be40-c9746f54cce4], X-ECOMP-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], X-TransactionId=[], X-ONAP-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], Content-Type=[application/merge-patch+json]} 2021-10-22T03:01:48.022Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:01:48.195Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?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/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-03:01:48:029-38355], vertex-id=[200752], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:01:48 GMT], Content-Type=[application/json]} 2021-10-22T03:01:48.195Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|INFO|500||InvokeReturn 2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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=? 2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5579b08b-2566-4447-ada4-216c0d030cee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:01:48.202Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:01:48.204Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:01:48.204Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871708201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:01:48.304Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:01:48.305Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:01:48.306Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:48.320Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:48.321Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:01:49.216Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:01:49.217Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:01:49.217Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:01:58.763Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:02:08.301Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:02:08.302Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:02:08.303Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:02:08.303Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:02:17.847Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:02:27.393Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:02:47.085Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:02:47.086Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:02:47.086Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:02:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:02:47.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:02:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:02:47.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:02:47.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:02:47.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5579b08b-2566-4447-ada4-216c0d030cee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634871708201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:02:47.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:02:56.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:03:47.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:03:47.086Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:03:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:03:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:03:47.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:03:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:03:56.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:03:56.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:04:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:04:47.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:04:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:04:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:04:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:04:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:04:56.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:04:56.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:05:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:05:47.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:05:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:05:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:05:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:05:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:05:56.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:05:56.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:06:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:06:47.085Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:06:47.085Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:06:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:06:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:06:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:06:56.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:06:56.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:07:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:07:47.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:07:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:07:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:07:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:07:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:07:56.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:07:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:08:47.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:08:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:08:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:08:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:47.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:47.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"baaa0a0b-1970-4ac9-92fa-e20746b061c4","serviceName":"Demo_pNF_9ZThNBKKDm9f7MOtX0W0","serviceVersion":"1.0","serviceUUID":"72abafdb-40c4-4dd0-b3ba-8ae591305ca6","serviceDescription":"catalog service description","serviceInvariantUUID":"26fdeef4-6eb2-4563-a384-093292e1ffbd","resources":[{"resourceInstanceName":"pNF 2878d321-a67a 0","resourceName":"pNF 2878d321-a67a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8f81eb0d-a1c5-4934-92ee-6870492a91ce","resourceInvariantUUID":"808d5a9e-b64a-46d2-8df9-253a28dec0f3","resourceCustomizationUUID":"f3faf889-7c8b-426b-ad33-80b61bf2208d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml","artifactChecksum":"ZWIwNWNhYTIxYzdmZGZjZWVjM2U5MDU0NjUxNDgwZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcd6d4c3-7d53-4dd4-bb0c-6d1bf755d971","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar","artifactChecksum":"ZjNjYWJiMGRmNDA5MmFmOGNlZTdhYjFhYTUwYTFiYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7583c82b-8cb9-4157-aafd-a5b8a8f3b92d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"116aae12-8139-4d02-9233-76e7d38a29d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml","artifactChecksum":"MTg3NjI1YTU5NmMxNzljNWJjZDg1N2VmNjUzYmJjMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10916663-d349-493d-87a7-7e554405e208","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfb2784d-da5c-43f9-9c29-90194abfb6f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7d4ad15-33e1-4fa6-a3c0-1dfebc8ffd94","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml","artifactChecksum":"MmJlNzEyZjlkMWJiNzEwYzk1NGVhNjNjN2Y5ZjEyNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"010c6b76-6105-47f5-9b64-c7c0467badd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar","artifactChecksum":"ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f10c3b-f4b2-4aca-9fd9-577581c39527","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:08:47.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:47.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:47.720Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:47.720Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:47.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "multicloud-k8s-id", "timestamp": 1634872086327, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872084035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872086850, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "dcae-sch", "timestamp": 1634872086835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872099750, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872099766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "cds", "timestamp": 1634872100775, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.753Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.753Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872101060, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872093914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "ves-openapi-manager", "timestamp": 1634872102065, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:47.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.770Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872100037, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872101070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872109497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872110860, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872111394, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872111863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872112397, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:47.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "policy-id", "timestamp": 1634872112866, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:47.809Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.820Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:47.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.821Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872114139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.821Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872106890, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872115707, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872116149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:08:47.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "clamp", "timestamp": 1634872117151, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:47.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName clamp 2021-10-22T03:08:47.835Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:47.835Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:47.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872121761, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:08:47.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:08:47.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:08:47.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "aai-ml", "timestamp": 1634872122764, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:47.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4 2021-10-22T03:08:47.853Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:08:48.721Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:48.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:48.724Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:48.724Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:48.824Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:48.825Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:48.825Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:48.838Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:48.839Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:49.724Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:49.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:49.726Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:49.726Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:49.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:08:49.828Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:49.828Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:49.842Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:49.842Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:08:50.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:50.728Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:50.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:50.730Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:50.830Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:50.831Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:50.831Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:50.846Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:50.847Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:51.730Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:51.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:51.734Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:51.734Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:51.835Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:08:51.835Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:51.835Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:51.853Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:51.853Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:52.735Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:52.735Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:52.737Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:52.737Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:52.838Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:52.839Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:52.839Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:52.855Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:52.855Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:53.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:53.739Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:53.741Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:53.741Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:08:53.841Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:53.843Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:53.843Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:53.857Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:53.858Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:54.741Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:08:54.742Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:54.744Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:54.744Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:08:54.844Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:54.845Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:54.845Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:54.868Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:54.869Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:55.745Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "serviceName": "Demo_pNF_9ZThNBKKDm9f7MOtX0W0", "serviceVersion": "1.0", "serviceUUID": "72abafdb-40c4-4dd0-b3ba-8ae591305ca6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "26fdeef4-6eb2-4563-a384-093292e1ffbd", "resources": [ { "resourceInstanceName": "pNF 2878d321-a67a 0", "resourceCustomizationUUID": "f3faf889-7c8b-426b-ad33-80b61bf2208d", "resourceName": "pNF 2878d321-a67a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8f81eb0d-a1c5-4934-92ee-6870492a91ce", "resourceInvariantUUID": "808d5a9e-b64a-46d2-8df9-253a28dec0f3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "artifactChecksum": "ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87f10c3b-f4b2-4aca-9fd9-577581c39527" } ], "workloadContext": "Production" } 2021-10-22T03:08:55.745Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:08:55.745Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 ASDC 2021-10-22T03:08:55.745Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:baaa0a0b-1970-4ac9-92fa-e20746b061c4 ServiceName:Demo_pNF_9ZThNBKKDm9f7MOtX0W0 ServiceVersion:1.0 ServiceUUID:72abafdb-40c4-4dd0-b3ba-8ae591305ca6 ServiceInvariantUUID:26fdeef4-6eb2-4563-a384-093292e1ffbd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ArtifactUUID:87f10c3b-f4b2-4aca-9fd9-577581c39527 ArtifactChecksum:ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2878d321-a67a 0 ResourceCustomizationUUID:f3faf889-7c8b-426b-ad33-80b61bf2208d ResourceInvariantUUID:808d5a9e-b64a-46d2-8df9-253a28dec0f3 ResourceName:pNF 2878d321-a67a ResourceType:PNF ResourceUUID:8f81eb0d-a1c5-4934-92ee-6870492a91ce ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-22T03:08:55.745Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:08:55.773Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87f10c3b-f4b2-4aca-9fd9-577581c39527 from URL: /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:08:55.775Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:56.130Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 87f10c3b-f4b2-4aca-9fd9-577581c39527 82548 2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ASDC sendASDCNotification 2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:08:56.136Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:56.137Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:56.137Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872136135, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:08:56.238Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:08:56.239Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:56.239Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:56.273Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:56.274Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:08:57.138Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:08:57.139Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:08:57.140Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 87f10c3b-f4b2-4aca-9fd9-577581c39527, URL: /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar to file: /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:57.140Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:57.141Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:57.141Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:57.289Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14075938079431389783/Definitions/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2878d321-a67a 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-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Node template pNF 2878d321-a67a 0 is matching search criteria 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2878d321-a67a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Node template pNF 2878d321-a67a 0 is matching search criteria 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2878d321-a67a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9ZThNBKKDm9f7MOtX0W0 Description:catalog service description Model UUID:72abafdb-40c4-4dd0-b3ba-8ae591305ca6 Model Version:NULL Model InvariantUuid:26fdeef4-6eb2-4563-a384-093292e1ffbd 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=? 2021-10-22T03:08:58.063Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8f81eb0d-a1c5-4934-92ee-6870492a91ce 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=? 2021-10-22T03:08:58.068Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||pNF 2878d321-a67a 0 2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8f81eb0d-a1c5-4934-92ee-6870492a91ce 2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 2021-10-22T03:08:58.070Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2878d321-a67a 0 8f81eb0d-a1c5-4934-92ee-6870492a91ce 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=? 2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b9f1c58, org.onap.sdc.toscaparser.api.parameters.Input@6b023597, org.onap.sdc.toscaparser.api.parameters.Input@552f2406, org.onap.sdc.toscaparser.api.parameters.Input@34b55efd, org.onap.sdc.toscaparser.api.parameters.Input@671bf9ef] 2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 72abafdb-40c4-4dd0-b3ba-8ae591305ca6: pNF 2878d321-a67a 2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8f81eb0d-a1c5-4934-92ee-6870492a91ce 2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Resource customization UUID: f3faf889-7c8b-426b-ad33-80b61bf2208d is the same as notified resource customizationUUID: f3faf889-7c8b-426b-ad33-80b61bf2208d 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 (?, ?) 2021-10-22T03:08:58.153Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2878d321-a67a 8f81eb0d-a1c5-4934-92ee-6870492a91ce 0 ASDC deployResourceStructure 2021-10-22T03:08:58.153Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ASDC sendASDCNotification 2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:08:58.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:08:58.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872138153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:08:58.256Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:08:58.257Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:08:58.257Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:08:58.272Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:08:58.273Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:08:59.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:08:59.168Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:08:59.170Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:08:59.170Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:08:59.177Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:09:29.178Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:09:29.184Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 and serviceModelVersionId: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 2021-10-22T03:09:29.184Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26fdeef4-6eb2-4563-a384-093292e1ffbd 2021-10-22T03:09:29.185Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0 2021-10-22T03:09:29.191Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:09:29.238Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-22T03:09:29.239Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|INFO|500||Invoke 2021-10-22T03:09:29.264Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:09:30.424Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|INFO|500||InvokeReturn 2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-03:09:29:276-1614], vertex-id=[225528], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:09:29 GMT], Content-Type=[application/json]} 2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID baaa0a0b-1970-4ac9-92fa-e20746b061c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:09:30.431Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:09:30.432Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:09:30.433Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872170430, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:09:30.533Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:09:30.534Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:09:30.534Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:09:30.554Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:09:30.555Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:09:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:09:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:09:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:09:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:09:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:09:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:09:47.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:09:47.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:09:47.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:09:47.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:09:56.635Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:10:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:10:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:10:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:10:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:10:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:10:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:10:47.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:10:47.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872127085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872136135, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872138153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872170430, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:10:56.632Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:11:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:11:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:11:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:11:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:47.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:47.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "dcae-sch", "timestamp": 1634872266835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "ves-openapi-manager", "timestamp": 1634872266850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "multicloud-k8s-id", "timestamp": 1634872266327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "clamp", "timestamp": 1634872273913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "multicloud-k8s-id", "timestamp": 1634872266327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "dcae-sch", "timestamp": 1634872266835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "ves-openapi-manager", "timestamp": 1634872266850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "clamp", "timestamp": 1634872273913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "cds", "timestamp": 1634872279035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872280037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "cds", "timestamp": 1634872279035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872280037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "policy-id", "timestamp": 1634872281070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "cds", "timestamp": 1634872282256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "policy-id", "timestamp": 1634872281070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872282769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "cds", "timestamp": 1634872283262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.616Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997 2021-10-22T03:11:47.616Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "policy-id", "timestamp": 1634872284006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872284290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "policy-id", "timestamp": 1634872285010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872285294, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:47.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997 2021-10-22T03:11:47.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "policy-id", "timestamp": 1634872286012, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:47.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997 2021-10-22T03:11:47.650Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "aai-ml", "timestamp": 1634872286890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "clamp", "timestamp": 1634872288185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "aai-ml", "timestamp": 1634872286890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "clamp", "timestamp": 1634872290182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "aai-ml", "timestamp": 1634872290564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "clamp", "timestamp": 1634872291185, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:47.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997 2021-10-22T03:11:47.675Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "aai-ml", "timestamp": 1634872295003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "aai-ml", "timestamp": 1634872296006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:47.694Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997 2021-10-22T03:11:47.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872286327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "dcae-sch", "timestamp": 1634872286835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "ves-openapi-manager", "timestamp": 1634872286850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872294035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872300525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872301429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872301760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "cds", "timestamp": 1634872302434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.721Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:47.722Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.723Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd5c2a40-9f33-40bf-b3ec-0808f3b43997","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"141cdf29-1a8e-4c51-bbb4-f80f3a1521db","serviceDescription":"service","serviceInvariantUUID":"803f0b0c-9ceb-420d-9c9e-73f327397708","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3339b1c1-6448-4289-8302-3d990245a1cd","resourceInvariantUUID":"74042a27-5235-486d-b9c6-716d0e7cb988","resourceCustomizationUUID":"2940bad0-a0ab-4a6b-91b0-bb36c6b69d57","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":"MWNiZjQ5NTFjNDAwOTIzMmE1MzA1ODJhZDE0OGM2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f716b6aa-1cbf-41ca-96d0-cdd25fa11d44","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:11:47.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:11:47.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf 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=? 2021-10-22T03:11:47.726Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:11:47.726Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.728Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:11:47.728Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872302817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:11:47.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872303832, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:47.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:11:47.740Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "multicloud-k8s-id", "timestamp": 1634872304835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:11:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:11:47.829Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:11:47.829Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:11:47.829Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:47.847Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:47.847Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:11:48.729Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:11:48.730Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:11:48.733Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:11:48.733Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:11:48.833Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:11:48.834Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:11:48.834Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:48.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:48.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:11:49.734Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "141cdf29-1a8e-4c51-bbb4-f80f3a1521db", "serviceDescription": "service", "serviceInvariantUUID": "803f0b0c-9ceb-420d-9c9e-73f327397708", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2940bad0-a0ab-4a6b-91b0-bb36c6b69d57", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3339b1c1-6448-4289-8302-3d990245a1cd", "resourceInvariantUUID": "74042a27-5235-486d-b9c6-716d0e7cb988", "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": "ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc" } ], "workloadContext": "Production" } 2021-10-22T03:11:49.734Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:11:49.735Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 141cdf29-1a8e-4c51-bbb4-f80f3a1521db ASDC 2021-10-22T03:11:49.735Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:dd5c2a40-9f33-40bf-b3ec-0808f3b43997 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:141cdf29-1a8e-4c51-bbb4-f80f3a1521db ServiceInvariantUUID:803f0b0c-9ceb-420d-9c9e-73f327397708 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:45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc ArtifactChecksum:ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2940bad0-a0ab-4a6b-91b0-bb36c6b69d57 ResourceInvariantUUID:74042a27-5235-486d-b9c6-716d0e7cb988 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3339b1c1-6448-4289-8302-3d990245a1cd ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-22T03:11:49.735Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 141cdf29-1a8e-4c51-bbb4-f80f3a1521db ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:11:49.764Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-22T03:11:50.191Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc 52180 2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:11:50.196Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:11:50.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:11:50.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872310195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:11:50.298Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:11:50.299Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:11:50.299Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:50.313Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:50.314Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:11:51.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.292Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10814259514356402523/Definitions/service-BasicNetwork-template.yml 2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:141cdf29-1a8e-4c51-bbb4-f80f3a1521db Model Version:NULL Model InvariantUuid:803f0b0c-9ceb-420d-9c9e-73f327397708 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:74042a27-5235-486d-b9c6-716d0e7cb988 Model UUID:4759e845-e47a-4101-8831-eef93b8ce4e5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2940bad0-a0ab-4a6b-91b0-bb36c6b69d57 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=? 2021-10-22T03:11:51.710Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 3339b1c1-6448-4289-8302-3d990245a1cd 2021-10-22T03:11:51.710Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||No resources found for Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db 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=? 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500|| 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:11:51.719Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e44e326, org.onap.sdc.toscaparser.api.parameters.Input@1f6f552a, org.onap.sdc.toscaparser.api.parameters.Input@75e2b23c, org.onap.sdc.toscaparser.api.parameters.Input@4fe65570, org.onap.sdc.toscaparser.api.parameters.Input@6f2d279] 2021-10-22T03:11:51.721Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 141cdf29-1a8e-4c51-bbb4-f80f3a1521db: Generic NeutronNet 2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-22T03:11:51.757Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:11:51.759Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-22T03:11:51.822Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-22T03:11:51.823Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-22T03:11:51.823Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-22T03:11:51.823Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:11:51.823Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:11:51.825Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:11:51.825Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872311823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:11:51.925Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:11:51.926Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:11:51.926Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:11:51.940Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:11:51.940Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:11:52.826Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5c2a40-9f33-40bf-b3ec-0808f3b43997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:11:52.840Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5c2a40-9f33-40bf-b3ec-0808f3b43997 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:11:52.843Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:11:52.844Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:11:52.851Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:12:22.852Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:12:22.858Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and serviceModelVersionId: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db 2021-10-22T03:12:22.858Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 803f0b0c-9ceb-420d-9c9e-73f327397708 2021-10-22T03:12:22.859Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0 2021-10-22T03:12:22.864Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:12:22.898Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0|INFO|500||Invoke 2021-10-22T03:12:22.899Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd5c2a40-9f33-40bf-b3ec-0808f3b43997], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0413b9b-b820-42fc-a2cf-3ef85ec822aa], X-ECOMP-RequestID=[dd5c2a40-9f33-40bf-b3ec-0808f3b43997], X-TransactionId=[], X-ONAP-RequestID=[dd5c2a40-9f33-40bf-b3ec-0808f3b43997], Content-Type=[application/merge-patch+json]} 2021-10-22T03:12:22.920Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:12:23.117Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?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/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-03:12:22:930-31856], vertex-id=[249968], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:12:22 GMT], Content-Type=[application/json]} 2021-10-22T03:12:23.118Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:12:23.119Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/803f0b0c-9ceb-420d-9c9e-73f327397708/model-vers/model-ver/141cdf29-1a8e-4c51-bbb4-f80f3a1521db?depth=0|INFO|500||InvokeReturn 2021-10-22T03:12:23.119Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:12:23.120Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:12:23.125Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:12:23.125Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd5c2a40-9f33-40bf-b3ec-0808f3b43997 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:12:23.125Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:12:23.125Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:23.127Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:23.127Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872343125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:12:23.228Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:23.228Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:23.229Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:23.246Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:23.247Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:12:24.143Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:12:24.143Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"023f8566-58e4-487d-ac6a-524631f66fbf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f9e6947f-fe6a-4b58-911c-7b962bd13f5b","serviceDescription":"service","serviceInvariantUUID":"6301a537-b23a-44fc-8583-e1081014a22e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"826cdcb9-270a-4b64-9f17-331381b2f024","resourceInvariantUUID":"f66abf47-ad35-4c1a-a900-458ebdd1ab33","resourceCustomizationUUID":"6eab51fe-7766-4cc2-a28e-90285e972a52","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":"MjQ1MzVlN2RjY2UxNTY5YWQyOTBkNDhhMjI4YTBmM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"582b27a9-7120-4496-8251-eb9b587ac91b","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":"YmVmYTRiYzcxY2I5ZGFkMTlkZGZjYWUzNTUxOTNlNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3dfeec42-3342-431c-8c75-3d3e1b7fbba4","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":"e402b940-57b5-4ac2-abd2-0d0d7aea9431","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":"6f3df678-0433-4077-8fac-5a1534e3c50d","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":"37add4f0-f17a-444d-86c9-8127fd1bd650","artifactVersion":"2","generatedFromUUID":"e402b940-57b5-4ac2-abd2-0d0d7aea9431"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGNlMWNhMWUzZjcyMTc2NTNhNTQ0YzM2MTE5NDdlMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f7197bc-b473-4dc0-aee8-fd853b8a265f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWI0NDE1NjcyZTE0YmM0MDM5NjBmNmZmMGIxM2EwODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21dd38f7-fe44-41fe-be5b-e49281a19b61","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:12:24.143Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:24.144Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:24.145Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:24.146Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:12:24.246Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:24.247Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:24.247Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:24.260Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:24.261Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:25.146Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:25.147Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:25.149Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:25.149Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:12:25.249Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:25.250Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:25.250Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:25.272Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:25.272Z||pool-52-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:26.149Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:26.150Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:26.152Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:26.152Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:12:26.253Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:12:26.254Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:26.254Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:26.267Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:26.268Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:27.153Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:27.154Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:27.156Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:27.156Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:12:27.256Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:27.257Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:27.257Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:27.288Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:27.288Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:12:28.157Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:28.158Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:28.160Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:28.160Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:12:28.260Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:28.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. 2021-10-22T03:12:28.261Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:28.296Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:28.296Z||pool-55-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:29.160Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:29.161Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:29.163Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:29.163Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:12:29.263Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:29.264Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:29.264Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:29.278Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:29.278Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:30.163Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:12:30.164Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:30.166Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:30.166Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:12:30.266Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:30.267Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:30.267Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:30.285Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:30.286Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:31.167Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f9e6947f-fe6a-4b58-911c-7b962bd13f5b", "serviceDescription": "service", "serviceInvariantUUID": "6301a537-b23a-44fc-8583-e1081014a22e", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6eab51fe-7766-4cc2-a28e-90285e972a52", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "826cdcb9-270a-4b64-9f17-331381b2f024", "resourceInvariantUUID": "f66abf47-ad35-4c1a-a900-458ebdd1ab33", "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": "YmVmYTRiYzcxY2I5ZGFkMTlkZGZjYWUzNTUxOTNlNzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dfeec42-3342-431c-8c75-3d3e1b7fbba4", "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": "e402b940-57b5-4ac2-abd2-0d0d7aea9431", "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": "37add4f0-f17a-444d-86c9-8127fd1bd650", "generatedFromUUID": "e402b940-57b5-4ac2-abd2-0d0d7aea9431" }, "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": "37add4f0-f17a-444d-86c9-8127fd1bd650", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWI0NDE1NjcyZTE0YmM0MDM5NjBmNmZmMGIxM2EwODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21dd38f7-fe44-41fe-be5b-e49281a19b61" } ], "workloadContext": "Production" } 2021-10-22T03:12:31.168Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:12:31.168Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9e6947f-fe6a-4b58-911c-7b962bd13f5b ASDC 2021-10-22T03:12:31.169Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:023f8566-58e4-487d-ac6a-524631f66fbf ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f9e6947f-fe6a-4b58-911c-7b962bd13f5b ServiceInvariantUUID:6301a537-b23a-44fc-8583-e1081014a22e 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:21dd38f7-fe44-41fe-be5b-e49281a19b61 ArtifactChecksum:NWI0NDE1NjcyZTE0YmM0MDM5NjBmNmZmMGIxM2EwODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6eab51fe-7766-4cc2-a28e-90285e972a52 ResourceInvariantUUID:f66abf47-ad35-4c1a-a900-458ebdd1ab33 ResourceName:basic_vm ResourceType:VF ResourceUUID:826cdcb9-270a-4b64-9f17-331381b2f024 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:3dfeec42-3342-431c-8c75-3d3e1b7fbba4 ArtifactChecksum:YmVmYTRiYzcxY2I5ZGFkMTlkZGZjYWUzNTUxOTNlNzA= 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:e402b940-57b5-4ac2-abd2-0d0d7aea9431 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:37add4f0-f17a-444d-86c9-8127fd1bd650 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:37add4f0-f17a-444d-86c9-8127fd1bd650 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T03:12:31.169Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9e6947f-fe6a-4b58-911c-7b962bd13f5b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:12:31.201Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:12:31.202Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:12:31.202Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:12:31.202Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21dd38f7-fe44-41fe-be5b-e49281a19b61 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-22T03:12:31.202Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:12:31.202Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-22T03:12:31.892Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:12:31.898Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 21dd38f7-fe44-41fe-be5b-e49281a19b61 70852 2021-10-22T03:12:31.898Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-22T03:12:31.898Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-22T03:12:31.899Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:12:31.899Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:31.901Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:31.901Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872351898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:12:32.002Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:32.003Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:32.003Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:32.016Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:32.017Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:32.902Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:12:32.904Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:12:32.904Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21dd38f7-fe44-41fe-be5b-e49281a19b61, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:32.904Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-22T03:12:32.905Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:32.905Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:33.002Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16035635133861127525/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.097Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.098Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.099Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:34.100Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d70c4d8-5909-4b2c-87ec-c160cac84a85 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.101Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.102Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.102Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.102Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:34.102Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:34.102Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f9e6947f-fe6a-4b58-911c-7b962bd13f5b Model Version:NULL Model InvariantUuid:6301a537-b23a-44fc-8583-e1081014a22e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d0d049c2-4854-41eb-853c-36b7db93352f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f66abf47-ad35-4c1a-a900-458ebdd1ab33 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6eab51fe-7766-4cc2-a28e-90285e972a52 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5248cb10-f212-480b-ae16-1d4a1b7d4526 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1f7e8824-d2c9-443e-a905-be4a3936d2e2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1d70c4d8-5909-4b2c-87ec-c160cac84a85 ModelInvariantUuid:3c8401e2-f41f-4690-9134-dce54395f1b2 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:303b502d-4292-4146-82ac-8cd13cefce0e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e0bd9ffc-661c-4b64-9274-d249ec1f993f ModelInvariantUuid:bdd1b769-0de4-4267-a174-a2609bbac806 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:771cce99-2ca6-4535-8206-2b2dac6991f8 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=? 2021-10-22T03:12:34.108Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 826cdcb9-270a-4b64-9f17-331381b2f024 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=? 2021-10-22T03:12:34.111Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-10-22T03:12:34.112Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 826cdcb9-270a-4b64-9f17-331381b2f024 2021-10-22T03:12:34.112Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3dfeec42-3342-431c-8c75-3d3e1b7fbba4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-22T03:12:34.112Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:12:34.112Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-22T03:12:34.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:12:34.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3dfeec42-3342-431c-8c75-3d3e1b7fbba4 787 2021-10-22T03:12:34.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-10-22T03:12:34.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-22T03:12:34.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:12:34.321Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:34.322Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:34.322Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872354320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:12:34.423Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:34.423Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:34.424Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:34.435Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:34.436Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:35.323Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5248cb10-f212-480b-ae16-1d4a1b7d4526", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f7e8824-d2c9-443e-a905-be4a3936d2e2", "vfModuleModelCustomizationUUID": "ad6f5871-4389-41eb-8a93-f8daf0001356", "isBase": true, "artifacts": [ "e402b940-57b5-4ac2-abd2-0d0d7aea9431", "37add4f0-f17a-444d-86c9-8127fd1bd650" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:12:35.326Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f7e8824-d2c9-443e-a905-be4a3936d2e2 VfModuleModelInvariantUUID:5248cb10-f212-480b-ae16-1d4a1b7d4526 VfModuleModelDescription:NULL Artifacts UUID List:{ e402b940-57b5-4ac2-abd2-0d0d7aea9431 , 37add4f0-f17a-444d-86c9-8127fd1bd650 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:12:35.328Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5248cb10-f212-480b-ae16-1d4a1b7d4526", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f7e8824-d2c9-443e-a905-be4a3936d2e2", "vfModuleModelCustomizationUUID": "ad6f5871-4389-41eb-8a93-f8daf0001356", "isBase": true, "artifacts": [ "e402b940-57b5-4ac2-abd2-0d0d7aea9431", "37add4f0-f17a-444d-86c9-8127fd1bd650" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:12:35.328Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f7e8824-d2c9-443e-a905-be4a3936d2e2 VfModuleModelInvariantUUID:5248cb10-f212-480b-ae16-1d4a1b7d4526 VfModuleModelDescription:NULL Artifacts UUID List:{ e402b940-57b5-4ac2-abd2-0d0d7aea9431 , 37add4f0-f17a-444d-86c9-8127fd1bd650 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:12:35.328Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e402b940-57b5-4ac2-abd2-0d0d7aea9431 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-22T03:12:35.328Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:12:35.328Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-22T03:12:35.593Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:12:35.593Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e402b940-57b5-4ac2-abd2-0d0d7aea9431 5033 2021-10-22T03:12:35.593Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-22T03:12:35.594Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-22T03:12:35.594Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:12:35.594Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:35.596Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:35.596Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872355593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:12:35.696Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:35.697Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:35.697Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:35.712Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:35.712Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:12:36.597Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37add4f0-f17a-444d-86c9-8127fd1bd650 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-22T03:12:36.597Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:12:36.598Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-22T03:12:36.831Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:12:36.831Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 37add4f0-f17a-444d-86c9-8127fd1bd650 903 2021-10-22T03:12:36.831Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-22T03:12:36.832Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-22T03:12:36.832Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:12:36.832Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:36.834Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:36.834Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872356831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:12:36.935Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:12:36.936Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:36.936Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:36.949Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:36.950Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:37.835Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f9e6947f-fe6a-4b58-911c-7b962bd13f5b 2021-10-22T03:12:37.836Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 826cdcb9-270a-4b64-9f17-331381b2f024 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=? 2021-10-22T03:12:37.853Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@644432cf, org.onap.sdc.toscaparser.api.parameters.Input@795defa6, org.onap.sdc.toscaparser.api.parameters.Input@1f988915, org.onap.sdc.toscaparser.api.parameters.Input@5526813e, org.onap.sdc.toscaparser.api.parameters.Input@1031131f] 2021-10-22T03:12:37.854Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.854Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.854Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-22T03:12:37.854Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6eab51fe-7766-4cc2-a28e-90285e972a52 2021-10-22T03:12:37.854Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6eab51fe-7766-4cc2-a28e-90285e972a52 matches Tosca VF Customization UUID: 6eab51fe-7766-4cc2-a28e-90285e972a52 2021-10-22T03:12:37.855Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6eab51fe-7766-4cc2-a28e-90285e972a52 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=? 2021-10-22T03:12:37.858Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.858Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.859Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6eab51fe-7766-4cc2-a28e-90285e972a52: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-10-22T03:12:37.859Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cc25a6a 2021-10-22T03:12:37.859Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.859Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:12:37.860Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad6f5871-4389-41eb-8a93-f8daf0001356 2021-10-22T03:12:37.860Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad6f5871-4389-41eb-8a93-f8daf0001356 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=? 2021-10-22T03:12:37.863Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.863Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:37.863Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:37.863Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.863Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:12:37.864Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d70c4d8-5909-4b2c-87ec-c160cac84a85 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=? 2021-10-22T03:12:37.869Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.870Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:37.870Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:12:37.870Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.870Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-22T03:12:37.870Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6eab51fe-7766-4cc2-a28e-90285e972a52 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=? 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f9e6947f-fe6a-4b58-911c-7b962bd13f5b: basic_vm 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.872Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:12:37.873Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:12:37.954Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 826cdcb9-270a-4b64-9f17-331381b2f024 1 ASDC deployResourceStructure 2021-10-22T03:12:37.955Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-10-22T03:12:37.955Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-22T03:12:37.955Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:12:37.955Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:37.957Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:37.957Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872357955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:12:38.057Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:38.058Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:38.058Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:38.285Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:38.286Z||pool-62-thread-1|||||INFO|500||cambria reply ok (229 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:38.958Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-22T03:12:38.959Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-22T03:12:38.959Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:12:38.959Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:38.961Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:38.961Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872358958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:12:39.061Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:39.062Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:39.062Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:39.082Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:39.082Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:39.962Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-22T03:12:39.962Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-22T03:12:39.962Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:12:39.963Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:39.964Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:39.964Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872359962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-22T03:12:40.064Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:40.065Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:40.065Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:40.079Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:40.080Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:40.965Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-22T03:12:40.965Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-22T03:12:40.965Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:12:40.966Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:12:40.968Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:12:40.968Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872360965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:12:41.068Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:12:41.069Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:12:41.069Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:41.082Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:41.083Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:12:41.969Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:12:41.979Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:12:41.984Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:12:41.984Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:12:41.984Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:12:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:12:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:12:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:12:47.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:12:47.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:12:47.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-22T03:12:47.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:13:11.985Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:13:11.995Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:13:11.998Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:13:11.998Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:13:11.998Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:13:41.998Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:13:42.011Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:13:42.013Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:13:42.013Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:13:42.013Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:13:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:13:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:13:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:13:47.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:13:47.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:13:47.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:13:47.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:12.014Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:14:12.024Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:14:12.027Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:14:12.027Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:14:12.027Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:14:42.027Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:14:42.038Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:14:42.040Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:14:42.040Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:14:42.040Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:14:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:14:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:14:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:14:47.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:14:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872308866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872309870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872310195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "policy-id", "timestamp": 1634872310873, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:14:47.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T03:14:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872311823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T03:14:47.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872306327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872306835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "ves-openapi-manager", "timestamp": 1634872306850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872314705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872315129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872315948, "artifactURL": "/sdc/v1/catalog/services/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8/resourceInstances/basicclamp0/artifacts/e6514926-ddaa-49d8-82d4-2828a0c2d151", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872309035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872316185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872316242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "clamp", "timestamp": 1634872317188, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.161Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:14:47.161Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872317303, "artifactURL": "/sdc/v1/catalog/services/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8/resourceInstances/basicclamp0/artifacts/e6514926-ddaa-49d8-82d4-2828a0c2d151", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872317557, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872317759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872318065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "dcae-sch", "timestamp": 1634872318306, "artifactURL": "/sdc/v1/catalog/services/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8/resourceInstances/basicclamp0/artifacts/e6514926-ddaa-49d8-82d4-2828a0c2d151", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.193Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.193Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "cds", "timestamp": 1634872318569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.206Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.206Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872318780, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.219Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.219Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872301070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "multicloud-k8s-id", "timestamp": 1634872319783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872320238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872320596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872321242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872321600, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.236Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:14:47.237Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "policy-id", "timestamp": 1634872322245, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.254Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T03:14:47.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872324716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872303913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:14:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872330178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872323247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872331127, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872331182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872324035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872333238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872333231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872333411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872326327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872334235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872334414, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "dcae-sch", "timestamp": 1634872326835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "ves-openapi-manager", "timestamp": 1634872326850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872335108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "policy-id", "timestamp": 1634872335237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.309Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:14:47.309Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872335281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872335524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "cds", "timestamp": 1634872335786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.327Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:14:47.327Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872336180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872336286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "aai-ml", "timestamp": 1634872336527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.344Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf 2021-10-22T03:14:47.344Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "clamp", "timestamp": 1634872337295, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.363Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872337452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872338468, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:14:47.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T03:14:47.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "multicloud-k8s-id", "timestamp": 1634872339472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872310037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872343125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872343696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872345710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872345912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872338300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:14:47.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872346915, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:14:47.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:14:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872351898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872354320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872355593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872355998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872356183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872356831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "aai-ml", "timestamp": 1634872357002, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.413Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 2021-10-22T03:14:47.413Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872357955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872358958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872359374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872359962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "clamp", "timestamp": 1634872360377, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:14:47.429Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:14:47.429Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:14:47.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872360965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872316890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:14:47.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:14:47.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:14:47.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872366199, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:14:47.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:15:12.040Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:15:12.053Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.056Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:15:12.057Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:15:12.063Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:15:42.064Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 023f8566-58e4-487d-ac6a-524631f66fbf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:15:42.071Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 023f8566-58e4-487d-ac6a-524631f66fbf and serviceModelVersionId: f9e6947f-fe6a-4b58-911c-7b962bd13f5b 2021-10-22T03:15:42.071Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6301a537-b23a-44fc-8583-e1081014a22e 2021-10-22T03:15:42.072Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0 2021-10-22T03:15:42.078Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:15:42.120Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0|INFO|500||Invoke 2021-10-22T03:15:42.121Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[023f8566-58e4-487d-ac6a-524631f66fbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74c976f3-042a-4131-b0ad-5921808d766b], X-ECOMP-RequestID=[023f8566-58e4-487d-ac6a-524631f66fbf], X-TransactionId=[], X-ONAP-RequestID=[023f8566-58e4-487d-ac6a-524631f66fbf], Content-Type=[application/merge-patch+json]} 2021-10-22T03:15:42.146Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:15:42.294Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?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/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-03:15:42:157-41025], vertex-id=[246008], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:15:42 GMT], Content-Type=[application/json]} 2021-10-22T03:15:42.295Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:15:42.296Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6301a537-b23a-44fc-8583-e1081014a22e/model-vers/model-ver/f9e6947f-fe6a-4b58-911c-7b962bd13f5b?depth=0|INFO|500||InvokeReturn 2021-10-22T03:15:42.296Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:15:42.296Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:15:42.303Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:15:42.303Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 023f8566-58e4-487d-ac6a-524631f66fbf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:15:42.303Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:15:42.303Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:42.305Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:42.306Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872542303, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:15:42.406Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:42.406Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:42.407Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:42.423Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:42.424Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:15:43.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:15:43.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f3b4a9aa-bb5b-49e5-9ebb-18850891fde8","serviceDescription":"service","serviceInvariantUUID":"07b1a67a-abb2-46f9-8ade-64ffa8aec1e0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf112f61-ac69-4ecd-977b-ae2b276f568b","resourceInvariantUUID":"98e75ab5-ae09-4c75-a155-4dbab8bda856","resourceCustomizationUUID":"0b53e06d-af15-4561-8c59-89eb739f90da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e6514926-ddaa-49d8-82d4-2828a0c2d151","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YjYwMzI3OTc0ZjM1ZmVlYjQzNWZjNWVmYjIxZmM3OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8ca0aa2-551c-430a-901a-c6fe1e89e4fa","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2JmZDM2NjdiZGRiNmQxZTg2NjhjNzEyYjQ3YTBkZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f342cc59-b7b4-43bf-90fe-6a04d17f0704","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4b3b5ba-447a-4f59-a326-1fa84b199842","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2733051e-79ea-4b08-afac-e0d085611896","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11134f90-6ee1-4c07-a683-0c1432b2065b","artifactVersion":"2","generatedFromUUID":"e4b3b5ba-447a-4f59-a326-1fa84b199842"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzI4YzBlODUxNzk1NTVkYzA3YjM3OWNjMzc1YmY3NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d208865d-7503-434c-8215-5c10ba9fe074","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjI2OThiOTg4Y2JlYTM5MjFhN2JkMGM0ODRmYjJkN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0cf2b15-0c3a-4393-a4a6-881615b51ee1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:15:43.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:43.320Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:43.322Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:43.322Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:15:43.423Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:43.424Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:43.424Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:43.443Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:43.444Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:44.323Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:44.324Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:44.326Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:44.326Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:15:44.426Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:44.427Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:44.427Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:44.442Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:44.443Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:45.326Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:45.327Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:45.329Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:45.329Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:15:45.430Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:15:45.430Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:45.430Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:45.443Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:45.444Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:46.330Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:46.331Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:46.333Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:46.333Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T03:15:46.433Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:46.434Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:46.434Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:46.448Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:46.448Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:15:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:15:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:15:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:47.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:47.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:15:47.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872376827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:15:47.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:15:47.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:15:47.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "aai-ml", "timestamp": 1634872377829, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:15:47.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of faf501e8-908b-4a06-9f42-ed311deaafc7 2021-10-22T03:15:47.119Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId faf501e8-908b-4a06-9f42-ed311deaafc7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:15:47.333Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:47.334Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:47.335Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:47.335Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:15:47.436Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:15:47.436Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:47.436Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:47.453Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:47.453Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:48.336Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:48.337Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:48.339Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:48.339Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T03:15:48.439Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:48.440Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:48.440Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:48.455Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:48.456Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:15:49.339Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:49.340Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:49.342Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:49.342Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:15:49.442Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:15:49.444Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:49.444Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:49.467Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:49.467Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:15:50.343Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:15:50.344Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:50.346Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:50.346Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:15:50.447Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:15:50.448Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:50.448Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:50.467Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:50.467Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:51.348Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "f3b4a9aa-bb5b-49e5-9ebb-18850891fde8", "serviceDescription": "service", "serviceInvariantUUID": "07b1a67a-abb2-46f9-8ade-64ffa8aec1e0", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "0b53e06d-af15-4561-8c59-89eb739f90da", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cf112f61-ac69-4ecd-977b-ae2b276f568b", "resourceInvariantUUID": "98e75ab5-ae09-4c75-a155-4dbab8bda856", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "Y2JmZDM2NjdiZGRiNmQxZTg2NjhjNzEyYjQ3YTBkZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f342cc59-b7b4-43bf-90fe-6a04d17f0704", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e4b3b5ba-447a-4f59-a326-1fa84b199842", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "11134f90-6ee1-4c07-a683-0c1432b2065b", "generatedFromUUID": "e4b3b5ba-447a-4f59-a326-1fa84b199842" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "11134f90-6ee1-4c07-a683-0c1432b2065b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MjI2OThiOTg4Y2JlYTM5MjFhN2JkMGM0ODRmYjJkN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0cf2b15-0c3a-4393-a4a6-881615b51ee1" } ], "workloadContext": "Production" } 2021-10-22T03:15:51.349Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:15:51.349Z|023f8566-58e4-487d-ac6a-524631f66fbf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 ASDC 2021-10-22T03:15:51.349Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 ServiceInvariantUUID:07b1a67a-abb2-46f9-8ade-64ffa8aec1e0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:d0cf2b15-0c3a-4393-a4a6-881615b51ee1 ArtifactChecksum:MjI2OThiOTg4Y2JlYTM5MjFhN2JkMGM0ODRmYjJkN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:0b53e06d-af15-4561-8c59-89eb739f90da ResourceInvariantUUID:98e75ab5-ae09-4c75-a155-4dbab8bda856 ResourceName:basicclamp ResourceType:VF ResourceUUID:cf112f61-ac69-4ecd-977b-ae2b276f568b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:f342cc59-b7b4-43bf-90fe-6a04d17f0704 ArtifactChecksum:Y2JmZDM2NjdiZGRiNmQxZTg2NjhjNzEyYjQ3YTBkZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:e4b3b5ba-447a-4f59-a326-1fa84b199842 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:11134f90-6ee1-4c07-a683-0c1432b2065b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:11134f90-6ee1-4c07-a683-0c1432b2065b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T03:15:51.349Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:15:51.515Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:15:51.515Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:15:51.516Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:15:51.516Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0cf2b15-0c3a-4393-a4a6-881615b51ee1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-22T03:15:51.516Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:15:51.516Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-22T03:15:52.991Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:15:52.996Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d0cf2b15-0c3a-4393-a4a6-881615b51ee1 73477 2021-10-22T03:15:52.996Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-22T03:15:52.996Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-22T03:15:52.997Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:15:52.997Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:52.998Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:52.998Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872552996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:15:53.099Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:53.099Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:53.099Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:53.111Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:53.111Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:15:53.999Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:15:54.000Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:15:54.000Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d0cf2b15-0c3a-4393-a4a6-881615b51ee1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:54.001Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-22T03:15:54.001Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:54.001Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:54.390Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17138770022739800409/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-22T03:15:55.535Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.536Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:15:55.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:55.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3610aa85-67da-4ee2-a51d-89c4ab3670d5 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.542Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.542Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:55.542Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:55.542Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 Model Version:NULL Model InvariantUuid:07b1a67a-abb2-46f9-8ade-64ffa8aec1e0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:02cc96ce-a624-4f99-806a-30b515bf2c62 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:98e75ab5-ae09-4c75-a155-4dbab8bda856 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0b53e06d-af15-4561-8c59-89eb739f90da NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6fa47df6-e05c-4734-9c93-61cc0c45a60f ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:c1425b2e-f31c-4acb-9a54-c2c5e6187409 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3610aa85-67da-4ee2-a51d-89c4ab3670d5 ModelInvariantUuid:0adb3634-788b-4440-a804-d9d68f4fdd02 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:76f8aa89-2ef4-4b07-83b8-299fe3e997ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:26dfaad4-591e-4945-9299-5c80d2b7da0f ModelInvariantUuid:9ccc0a91-685a-4670-af13-99f22b5c4ed9 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:362cd5d4-4284-46e1-a439-355b115e21c2 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=? 2021-10-22T03:15:55.555Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cf112f61-ac69-4ecd-977b-ae2b276f568b 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=? 2021-10-22T03:15:55.559Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-10-22T03:15:55.559Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf112f61-ac69-4ecd-977b-ae2b276f568b 2021-10-22T03:15:55.560Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f342cc59-b7b4-43bf-90fe-6a04d17f0704 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-22T03:15:55.560Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:15:55.560Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-22T03:15:55.610Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:15:55.611Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f342cc59-b7b4-43bf-90fe-6a04d17f0704 790 2021-10-22T03:15:55.611Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-22T03:15:55.611Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-22T03:15:55.611Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:15:55.612Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:55.613Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:55.613Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872555611, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:15:55.714Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:55.714Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:55.715Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:55.728Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:55.728Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:15:56.614Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6fa47df6-e05c-4734-9c93-61cc0c45a60f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c1425b2e-f31c-4acb-9a54-c2c5e6187409", "vfModuleModelCustomizationUUID": "47486f58-123b-4d74-9366-3dd6eaaa14a4", "isBase": true, "artifacts": [ "e4b3b5ba-447a-4f59-a326-1fa84b199842", "11134f90-6ee1-4c07-a683-0c1432b2065b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:15:56.617Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c1425b2e-f31c-4acb-9a54-c2c5e6187409 VfModuleModelInvariantUUID:6fa47df6-e05c-4734-9c93-61cc0c45a60f VfModuleModelDescription:NULL Artifacts UUID List:{ e4b3b5ba-447a-4f59-a326-1fa84b199842 , 11134f90-6ee1-4c07-a683-0c1432b2065b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:15:56.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6fa47df6-e05c-4734-9c93-61cc0c45a60f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c1425b2e-f31c-4acb-9a54-c2c5e6187409", "vfModuleModelCustomizationUUID": "47486f58-123b-4d74-9366-3dd6eaaa14a4", "isBase": true, "artifacts": [ "e4b3b5ba-447a-4f59-a326-1fa84b199842", "11134f90-6ee1-4c07-a683-0c1432b2065b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:15:56.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c1425b2e-f31c-4acb-9a54-c2c5e6187409 VfModuleModelInvariantUUID:6fa47df6-e05c-4734-9c93-61cc0c45a60f VfModuleModelDescription:NULL Artifacts UUID List:{ e4b3b5ba-447a-4f59-a326-1fa84b199842 , 11134f90-6ee1-4c07-a683-0c1432b2065b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:15:56.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e4b3b5ba-447a-4f59-a326-1fa84b199842 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-22T03:15:56.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:15:56.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-22T03:15:56.929Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:15:56.930Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e4b3b5ba-447a-4f59-a326-1fa84b199842 5033 2021-10-22T03:15:56.930Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-22T03:15:56.930Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-22T03:15:56.930Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:15:56.931Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:56.933Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:56.933Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872556930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:15:57.034Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:15:57.035Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:57.035Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:57.048Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:57.048Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:57.934Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11134f90-6ee1-4c07-a683-0c1432b2065b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-22T03:15:57.935Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:15:57.935Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-22T03:15:58.423Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:15:58.423Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 11134f90-6ee1-4c07-a683-0c1432b2065b 909 2021-10-22T03:15:58.424Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-22T03:15:58.424Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-22T03:15:58.424Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:15:58.424Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:58.426Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:58.426Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872558424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:15:58.526Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:15:58.527Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:58.527Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:58.548Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:58.548Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:15:59.426Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 2021-10-22T03:15:59.427Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 cf112f61-ac69-4ecd-977b-ae2b276f568b 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=? 2021-10-22T03:15:59.446Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fb1124f, org.onap.sdc.toscaparser.api.parameters.Input@497a796a, org.onap.sdc.toscaparser.api.parameters.Input@1eec3a9, org.onap.sdc.toscaparser.api.parameters.Input@3711ca65, org.onap.sdc.toscaparser.api.parameters.Input@595a2] 2021-10-22T03:15:59.448Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.448Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.449Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-22T03:15:59.449Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0b53e06d-af15-4561-8c59-89eb739f90da 2021-10-22T03:15:59.449Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b53e06d-af15-4561-8c59-89eb739f90da matches Tosca VF Customization UUID: 0b53e06d-af15-4561-8c59-89eb739f90da 2021-10-22T03:15:59.449Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0b53e06d-af15-4561-8c59-89eb739f90da 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=? 2021-10-22T03:15:59.452Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.452Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.453Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0b53e06d-af15-4561-8c59-89eb739f90da: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-22T03:15:59.454Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5451dba4 2021-10-22T03:15:59.454Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.454Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:15:59.454Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47486f58-123b-4d74-9366-3dd6eaaa14a4 2021-10-22T03:15:59.455Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47486f58-123b-4d74-9366-3dd6eaaa14a4 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=? 2021-10-22T03:15:59.458Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.458Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:59.458Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:59.459Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.459Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:59.459Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:59.460Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.460Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-22T03:15:59.460Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-22T03:15:59.460Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-22T03:15:59.461Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3610aa85-67da-4ee2-a51d-89c4ab3670d5 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=? 2021-10-22T03:15:59.464Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.464Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:59.464Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:15:59.465Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.465Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-22T03:15:59.465Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0b53e06d-af15-4561-8c59-89eb739f90da 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=? 2021-10-22T03:15:59.468Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.468Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.469Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f3b4a9aa-bb5b-49e5-9ebb-18850891fde8: basicclamp 2021-10-22T03:15:59.469Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.469Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.469Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.469Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.470Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.470Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.470Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.470Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.471Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:15:59.471Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:15:59.471Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 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 (?, ?, ?, ?, ?) 2021-10-22T03:15:59.575Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp cf112f61-ac69-4ecd-977b-ae2b276f568b 1 ASDC deployResourceStructure 2021-10-22T03:15:59.575Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-22T03:15:59.575Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-22T03:15:59.576Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:15:59.576Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:15:59.577Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:15:59.577Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872559575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:15:59.678Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:15:59.679Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:15:59.679Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:15:59.692Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:15:59.692Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:00.579Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-22T03:16:00.579Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-22T03:16:00.579Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:00.579Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:00.582Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:00.582Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872560579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:16:00.682Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:00.683Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:00.683Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:00.695Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:00.695Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:01.583Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-22T03:16:01.583Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-22T03:16:01.584Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:01.584Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:01.586Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:01.586Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872561583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-22T03:16:01.686Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:01.687Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:01.688Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:01.702Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:01.703Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:02.587Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-22T03:16:02.587Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-22T03:16:02.588Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:02.588Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:02.590Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:02.591Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872562587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:16:02.691Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:02.691Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:02.691Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:02.707Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:02.707Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:03.591Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:16:03.615Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:16:03.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:16:03.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:16:03.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:16:03.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:16:03.618Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:03.619Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:16:03.624Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:16:33.625Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:16:33.630Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and serviceModelVersionId: f3b4a9aa-bb5b-49e5-9ebb-18850891fde8 2021-10-22T03:16:33.630Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07b1a67a-abb2-46f9-8ade-64ffa8aec1e0 2021-10-22T03:16:33.631Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0 2021-10-22T03:16:33.634Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:16:33.682Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0|INFO|500||Invoke 2021-10-22T03:16:33.682Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16e97e60-b7aa-4591-8185-c2dfb453a113], X-ECOMP-RequestID=[a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39], X-TransactionId=[], X-ONAP-RequestID=[a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39], Content-Type=[application/merge-patch+json]} 2021-10-22T03:16:33.699Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:16:33.933Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?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/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-03:16:33:706-7896], vertex-id=[176344], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:16:33 GMT], Content-Type=[application/json]} 2021-10-22T03:16:33.934Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:16:33.934Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b1a67a-abb2-46f9-8ade-64ffa8aec1e0/model-vers/model-ver/f3b4a9aa-bb5b-49e5-9ebb-18850891fde8?depth=0|INFO|500||InvokeReturn 2021-10-22T03:16:33.935Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:16:33.935Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:16:33.941Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:16:33.942Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:16:33.942Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:16:33.942Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:33.944Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:33.944Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872593942, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:16:34.045Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:34.045Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:34.045Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:34.063Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:34.064Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:16:34.959Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:16:34.960Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:16:34.960Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:39.525Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:39.526Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:16:39.526Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"faf501e8-908b-4a06-9f42-ed311deaafc7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f15cf4e6-b968-47b9-9f34-350b0153bfe0","serviceDescription":"service","serviceInvariantUUID":"d7894927-15f0-4486-85d0-e400cf4389e9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80a53c1e-080f-42b4-8615-d88383d95c4c","resourceInvariantUUID":"ceb6844b-8aae-4639-b089-6d558a904ef5","resourceCustomizationUUID":"d4719c7b-95bc-481d-bc9d-d5cb2a154dfa","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":"NDQzYzc4NzA1ZDE0YzUwMzUwMjY1ZGQ1ODc5NzY1NTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4a7080a-7a56-43fc-8c5d-80c5a1f4dbaa","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":"NzJhMjc3ODQ3YTU3OWUzMjdkYTkxNmIwYTI5ZTM1M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72350315-d7ec-42d7-bd17-0530a666c172","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":"d5a7b844-dd28-46fd-b2de-7973f065b23c","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":"b57498cd-5b41-4d39-83cb-36c74fc8c892","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":"d91ce213-daef-469a-ae50-2b2be6092315","artifactVersion":"2","generatedFromUUID":"d5a7b844-dd28-46fd-b2de-7973f065b23c"},{"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":"MWNkODFiMTQwNzg5MzE4NTBmODczZTZlM2YwNGZjYzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"63b657fb-5eed-4554-8d68-286bc1b5c5b2","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":"MjA1YmFmODk3ODYzYTExOTYzM2E4OWQ0YTFkMjc0YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"214fc421-9c1f-4205-8020-7ce1f5c6db9a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTg3YzIzNzUzYjU3MmEzYjNkNmZkMzMzNWM0MzlhMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:16:39.528Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:39.528Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:39.530Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:39.530Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:39.630Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:39.631Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:39.631Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:39.661Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:39.662Z||pool-84-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:40.530Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:40.531Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:40.533Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:40.533Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:16:40.634Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:40.635Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:40.635Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:40.652Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:40.652Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:41.535Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:41.535Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:41.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:41.537Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:16:41.638Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:16:41.638Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:41.638Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:41.651Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:41.651Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:42.538Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:42.539Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:42.540Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:42.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:42.641Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:42.641Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:42.642Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:42.656Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:42.656Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:43.541Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:43.542Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:43.544Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:43.544Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:16:43.644Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:43.645Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:43.645Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:43.660Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:43.660Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:44.545Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:44.546Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:44.548Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:44.548Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:44.648Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:44.649Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:44.649Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:44.667Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:44.668Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:45.548Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:45.549Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:45.551Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:45.551Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:45.651Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:45.652Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:45.653Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:45.671Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:45.671Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:46.552Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:16:46.553Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:46.555Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:46.555Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:46.655Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:46.656Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:46.656Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:46.672Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:46.673Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:16:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:16:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:47.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-22T03:16:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "dcae-sch", "timestamp": 1634872466835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872466890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "multicloud-k8s-id", "timestamp": 1634872466327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872460037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872466850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872461070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872480129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872480163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872480239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872480337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872481149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872481341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872481891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "ves-openapi-manager", "timestamp": 1634872482151, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:47.146Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:16:47.146Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:47.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "policy-id", "timestamp": 1634872482344, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:16:47.172Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:16:47.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:47.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872474035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:16:47.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872482894, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:16:47.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:16:47.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872483926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:47.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "cds", "timestamp": 1634872485145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:16:47.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:16:47.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:47.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872486119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:16:47.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:16:47.556Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f15cf4e6-b968-47b9-9f34-350b0153bfe0", "serviceDescription": "service", "serviceInvariantUUID": "d7894927-15f0-4486-85d0-e400cf4389e9", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d4719c7b-95bc-481d-bc9d-d5cb2a154dfa", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80a53c1e-080f-42b4-8615-d88383d95c4c", "resourceInvariantUUID": "ceb6844b-8aae-4639-b089-6d558a904ef5", "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": "NzJhMjc3ODQ3YTU3OWUzMjdkYTkxNmIwYTI5ZTM1M2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72350315-d7ec-42d7-bd17-0530a666c172", "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": "d5a7b844-dd28-46fd-b2de-7973f065b23c", "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": "d91ce213-daef-469a-ae50-2b2be6092315", "generatedFromUUID": "d5a7b844-dd28-46fd-b2de-7973f065b23c" }, "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": "d91ce213-daef-469a-ae50-2b2be6092315", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTg3YzIzNzUzYjU3MmEzYjNkNmZkMzMzNWM0MzlhMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806" } ], "workloadContext": "Production" } 2021-10-22T03:16:47.557Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:16:47.557Z|a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f15cf4e6-b968-47b9-9f34-350b0153bfe0 ASDC 2021-10-22T03:16:47.557Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:faf501e8-908b-4a06-9f42-ed311deaafc7 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f15cf4e6-b968-47b9-9f34-350b0153bfe0 ServiceInvariantUUID:d7894927-15f0-4486-85d0-e400cf4389e9 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:ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806 ArtifactChecksum:OTg3YzIzNzUzYjU3MmEzYjNkNmZkMzMzNWM0MzlhMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d4719c7b-95bc-481d-bc9d-d5cb2a154dfa ResourceInvariantUUID:ceb6844b-8aae-4639-b089-6d558a904ef5 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:80a53c1e-080f-42b4-8615-d88383d95c4c 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:72350315-d7ec-42d7-bd17-0530a666c172 ArtifactChecksum:NzJhMjc3ODQ3YTU3OWUzMjdkYTkxNmIwYTI5ZTM1M2E= 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:d5a7b844-dd28-46fd-b2de-7973f065b23c 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:d91ce213-daef-469a-ae50-2b2be6092315 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:d91ce213-daef-469a-ae50-2b2be6092315 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T03:16:47.557Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f15cf4e6-b968-47b9-9f34-350b0153bfe0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:16:47.589Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:16:47.590Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:16:47.590Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:16:47.590Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-22T03:16:47.590Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:16:47.591Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-22T03:16:48.237Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:16:48.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806 78606 2021-10-22T03:16:48.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-22T03:16:48.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-22T03:16:48.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:16:48.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:48.243Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:48.243Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872608241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:48.344Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:16:48.344Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:48.345Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:48.373Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:48.373Z||pool-92-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:49.244Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:16:49.245Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:16:49.245Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ebec92d1-f4df-4f8b-a9ce-c7ecfcdc9806, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:49.245Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-22T03:16:49.245Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:49.245Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:49.573Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9954262610814670468/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-22T03:16:50.690Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:16:50.691Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.692Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:50.693Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:50.694Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:50.698Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.698Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=61879061-6c05-4751-bbe9-c35e327a85d3 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:50.699Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f15cf4e6-b968-47b9-9f34-350b0153bfe0 Model Version:NULL Model InvariantUuid:d7894927-15f0-4486-85d0-e400cf4389e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f7109aec-4ae7-42a1-93cb-48002f90f5dc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ceb6844b-8aae-4639-b089-6d558a904ef5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4719c7b-95bc-481d-bc9d-d5cb2a154dfa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8babf392-41d1-444f-a85d-3bf9bc01a365 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a85ecf06-2a51-4e23-a4a0-e6e8480fa3bd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:61879061-6c05-4751-bbe9-c35e327a85d3 ModelInvariantUuid:0422cc7a-09b2-466c-b782-1b16f07e3437 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f34978e8-4771-4dcf-8120-30723ac1fe5d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:428988c4-0819-4ed9-b538-d1f23980fa31 ModelInvariantUuid:795950b6-12c8-4d2a-a34a-9dc85eefbbed ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:6e2e9e44-efee-41e4-853c-69ef13998487 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=? 2021-10-22T03:16:50.707Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 80a53c1e-080f-42b4-8615-d88383d95c4c 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=? 2021-10-22T03:16:50.709Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-10-22T03:16:50.709Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80a53c1e-080f-42b4-8615-d88383d95c4c 2021-10-22T03:16:50.709Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 72350315-d7ec-42d7-bd17-0530a666c172 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-22T03:16:50.709Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:16:50.709Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-22T03:16:51.451Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:16:51.451Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 72350315-d7ec-42d7-bd17-0530a666c172 792 2021-10-22T03:16:51.452Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-22T03:16:51.452Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-22T03:16:51.452Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:16:51.452Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:51.454Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:51.454Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872611452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:51.554Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:51.555Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:51.555Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:51.570Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:51.571Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:52.455Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8babf392-41d1-444f-a85d-3bf9bc01a365", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a85ecf06-2a51-4e23-a4a0-e6e8480fa3bd", "vfModuleModelCustomizationUUID": "3c69bdc2-4a04-4aa4-b46b-f6785fefd0a2", "isBase": true, "artifacts": [ "d5a7b844-dd28-46fd-b2de-7973f065b23c", "d91ce213-daef-469a-ae50-2b2be6092315" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:16:52.458Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a85ecf06-2a51-4e23-a4a0-e6e8480fa3bd VfModuleModelInvariantUUID:8babf392-41d1-444f-a85d-3bf9bc01a365 VfModuleModelDescription:NULL Artifacts UUID List:{ d5a7b844-dd28-46fd-b2de-7973f065b23c , d91ce213-daef-469a-ae50-2b2be6092315 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:16:52.460Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8babf392-41d1-444f-a85d-3bf9bc01a365", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a85ecf06-2a51-4e23-a4a0-e6e8480fa3bd", "vfModuleModelCustomizationUUID": "3c69bdc2-4a04-4aa4-b46b-f6785fefd0a2", "isBase": true, "artifacts": [ "d5a7b844-dd28-46fd-b2de-7973f065b23c", "d91ce213-daef-469a-ae50-2b2be6092315" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:16:52.461Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a85ecf06-2a51-4e23-a4a0-e6e8480fa3bd VfModuleModelInvariantUUID:8babf392-41d1-444f-a85d-3bf9bc01a365 VfModuleModelDescription:NULL Artifacts UUID List:{ d5a7b844-dd28-46fd-b2de-7973f065b23c , d91ce213-daef-469a-ae50-2b2be6092315 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:16:52.461Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5a7b844-dd28-46fd-b2de-7973f065b23c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-22T03:16:52.461Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:16:52.461Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-22T03:16:52.994Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:16:52.994Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d5a7b844-dd28-46fd-b2de-7973f065b23c 5033 2021-10-22T03:16:52.994Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-22T03:16:52.995Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-22T03:16:52.995Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:16:52.995Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:52.997Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:52.997Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872612994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:53.097Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:53.098Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:53.098Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:53.110Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:53.111Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:53.998Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d91ce213-daef-469a-ae50-2b2be6092315 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-22T03:16:53.998Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:16:53.999Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-22T03:16:54.200Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:16:54.200Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d91ce213-daef-469a-ae50-2b2be6092315 903 2021-10-22T03:16:54.200Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-22T03:16:54.200Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-22T03:16:54.201Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:16:54.201Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:54.203Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:54.206Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872614200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:16:54.303Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-10-22T03:16:54.304Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:54.304Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:54.319Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:54.320Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:16:55.207Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f15cf4e6-b968-47b9-9f34-350b0153bfe0 2021-10-22T03:16:55.208Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 80a53c1e-080f-42b4-8615-d88383d95c4c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:16:55.222Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47580b57, org.onap.sdc.toscaparser.api.parameters.Input@3634244e, org.onap.sdc.toscaparser.api.parameters.Input@39d5e3d6, org.onap.sdc.toscaparser.api.parameters.Input@35369d24, org.onap.sdc.toscaparser.api.parameters.Input@32b32a66] 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d4719c7b-95bc-481d-bc9d-d5cb2a154dfa 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4719c7b-95bc-481d-bc9d-d5cb2a154dfa matches Tosca VF Customization UUID: d4719c7b-95bc-481d-bc9d-d5cb2a154dfa 2021-10-22T03:16:55.224Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d4719c7b-95bc-481d-bc9d-d5cb2a154dfa 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=? 2021-10-22T03:16:55.226Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.227Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.227Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d4719c7b-95bc-481d-bc9d-d5cb2a154dfa: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-10-22T03:16:55.228Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32b186ed 2021-10-22T03:16:55.228Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.228Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:16:55.228Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c69bdc2-4a04-4aa4-b46b-f6785fefd0a2 2021-10-22T03:16:55.228Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c69bdc2-4a04-4aa4-b46b-f6785fefd0a2 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=? 2021-10-22T03:16:55.231Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.231Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:55.231Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:55.231Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-22T03:16:55.232Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=61879061-6c05-4751-bbe9-c35e327a85d3 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=? 2021-10-22T03:16:55.236Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.236Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:55.237Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:16:55.237Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.237Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-22T03:16:55.237Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d4719c7b-95bc-481d-bc9d-d5cb2a154dfa 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=? 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f15cf4e6-b968-47b9-9f34-350b0153bfe0: basic_vm_macro 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.240Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:16:55.241Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:16:55.350Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 80a53c1e-080f-42b4-8615-d88383d95c4c 1 ASDC deployResourceStructure 2021-10-22T03:16:55.351Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-22T03:16:55.351Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-22T03:16:55.351Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:55.351Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:55.353Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:55.353Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872615351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:16:55.453Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:55.454Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:55.455Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:55.469Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:55.469Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:16:56.354Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-22T03:16:56.355Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-22T03:16:56.355Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:56.355Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:56.356Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:56.357Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872616354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:16:56.457Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:56.458Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:56.458Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:56.471Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:56.472Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:57.358Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-22T03:16:57.358Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-22T03:16:57.358Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:57.359Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:57.361Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:57.361Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872617358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-22T03:16:57.461Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:57.462Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:57.462Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:57.477Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:57.478Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:58.362Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-22T03:16:58.362Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-22T03:16:58.362Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:16:58.363Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:16:58.365Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:16:58.365Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872618361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:16:58.465Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:16:58.466Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:16:58.466Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:16:58.480Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:16:58.481Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:16:59.366Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faf501e8-908b-4a06-9f42-ed311deaafc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:16:59.377Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faf501e8-908b-4a06-9f42-ed311deaafc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:16:59.380Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:16:59.385Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:17:29.386Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faf501e8-908b-4a06-9f42-ed311deaafc7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:17:29.392Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faf501e8-908b-4a06-9f42-ed311deaafc7 and serviceModelVersionId: f15cf4e6-b968-47b9-9f34-350b0153bfe0 2021-10-22T03:17:29.392Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7894927-15f0-4486-85d0-e400cf4389e9 2021-10-22T03:17:29.393Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0 2021-10-22T03:17:29.397Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:17:29.431Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-22T03:17:29.432Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0|INFO|500||Invoke 2021-10-22T03:17:29.452Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:17:30.393Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0|INFO|500||InvokeReturn 2021-10-22T03:17:30.394Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7894927-15f0-4486-85d0-e400cf4389e9/model-vers/model-ver/f15cf4e6-b968-47b9-9f34-350b0153bfe0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-03:17:29:466-83706], vertex-id=[188632], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:17:29 GMT], Content-Type=[application/json]} 2021-10-22T03:17:30.394Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:17:30.394Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:17:30.394Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:17:30.398Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:17:30.399Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faf501e8-908b-4a06-9f42-ed311deaafc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:17:30.399Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:17:30.399Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:30.401Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:30.401Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872650399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:17:30.501Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:30.502Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:30.502Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:30.521Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:30.522Z||pool-100-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=? 2021-10-22T03:17:31.415Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:17:31.416Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e269804a-2c9a-459e-9f63-2835fd365865","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bbe4201f-d394-420a-8203-e42d38f01e6c","serviceDescription":"service","serviceInvariantUUID":"38077601-0d68-49ff-b995-9509bfb204c1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93dd6f9b-4c04-481b-8107-5292e3a97f45","resourceInvariantUUID":"f9c75308-452b-4356-bee8-2b79c43af6bf","resourceCustomizationUUID":"f4f058db-a797-4669-a5c6-0234be6afe94","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":"ZTBhNzUwZjQ3OTUzNWFhOTllMDVkOWI5MDE2Y2ExNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed32850a-f7f5-41bd-b47a-2fc238789ab6","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":"d14ee272-ff16-4c68-9834-348be83cb4d6","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":"85b5a82f-0a89-4779-9336-18e152f9d5de","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":"NjQ3NjZiNjc0OWEyNDcxYTI1MzY2OWFiMTNhZDZmNjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5515012d-4f96-40ed-bd0e-7a024583528c","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":"247bd256-e030-4c10-9253-28526567fc58","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":"02f0d1fa-8a93-4779-803e-e61f5bb6907c","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":"a4196367-9686-4d32-968b-ea5ab2b62ef1","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":"NjAwMjllY2MyNGM4NGU3YWE1NWRlZTU2YTkzNjQ1YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05be75df-a274-4fca-88b9-8ca3378cb7dc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDM0YTg1ZDRkNTllZGVkYWQ4MjMxODUzYWE2ZWEwYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bf09552-b2fb-4a58-a62e-127074b531bb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:17:31.416Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:31.416Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:31.418Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:31.418Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:31.519Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:17:31.519Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:31.520Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:31.533Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:31.533Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:32.419Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:32.420Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:32.422Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:32.422Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:32.522Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:32.523Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:32.523Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:32.536Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:32.536Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:33.423Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:33.424Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:33.425Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:33.425Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:33.525Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:33.526Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:33.526Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:33.540Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:33.541Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:34.426Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:34.427Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:34.428Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:34.428Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:34.529Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:34.529Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:34.529Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:34.544Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:34.544Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:17:35.429Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:35.430Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:35.432Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:35.432Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:35.532Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:17:35.533Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:35.534Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:35.548Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:35.548Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:36.433Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:36.434Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:36.437Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:36.437Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:36.537Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:36.537Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:36.538Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:36.551Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:36.551Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:37.437Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:37.438Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:37.440Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:37.440Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:37.541Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:37.541Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:37.541Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:37.554Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:37.555Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:38.441Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:38.441Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:38.443Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:38.443Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:38.543Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:17:38.544Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:38.544Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:38.558Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:38.559Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:39.444Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:17:39.445Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:39.447Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:39.447Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:39.547Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:39.548Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:39.548Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:39.566Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:39.567Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:17:40.448Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "bbe4201f-d394-420a-8203-e42d38f01e6c", "serviceDescription": "service", "serviceInvariantUUID": "38077601-0d68-49ff-b995-9509bfb204c1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "f4f058db-a797-4669-a5c6-0234be6afe94", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "93dd6f9b-4c04-481b-8107-5292e3a97f45", "resourceInvariantUUID": "f9c75308-452b-4356-bee8-2b79c43af6bf", "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": "NDM0YTg1ZDRkNTllZGVkYWQ4MjMxODUzYWE2ZWEwYmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bf09552-b2fb-4a58-a62e-127074b531bb" } ], "workloadContext": "Production" } 2021-10-22T03:17:40.449Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:17:40.449Z|faf501e8-908b-4a06-9f42-ed311deaafc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bbe4201f-d394-420a-8203-e42d38f01e6c ASDC 2021-10-22T03:17:40.449Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e269804a-2c9a-459e-9f63-2835fd365865 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:bbe4201f-d394-420a-8203-e42d38f01e6c ServiceInvariantUUID:38077601-0d68-49ff-b995-9509bfb204c1 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:7bf09552-b2fb-4a58-a62e-127074b531bb ArtifactChecksum:NDM0YTg1ZDRkNTllZGVkYWQ4MjMxODUzYWE2ZWEwYmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:f4f058db-a797-4669-a5c6-0234be6afe94 ResourceInvariantUUID:f9c75308-452b-4356-bee8-2b79c43af6bf ResourceName:test-pnf ResourceType:PNF ResourceUUID:93dd6f9b-4c04-481b-8107-5292e3a97f45 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-22T03:17:40.449Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbe4201f-d394-420a-8203-e42d38f01e6c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:17:40.475Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:17:40.475Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:17:40.476Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:17:40.476Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7bf09552-b2fb-4a58-a62e-127074b531bb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-22T03:17:40.476Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:17:40.476Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-22T03:17:41.257Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:17:41.262Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7bf09552-b2fb-4a58-a62e-127074b531bb 105554 2021-10-22T03:17:41.262Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-22T03:17:41.262Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-22T03:17:41.262Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:17:41.262Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:41.264Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:41.264Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872661262, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:41.364Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:17:41.365Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:41.365Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:41.384Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:41.385Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:17:42.264Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:17:42.266Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:17:42.266Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7bf09552-b2fb-4a58-a62e-127074b531bb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:42.267Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-22T03:17:42.267Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:42.267Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:42.386Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6206438624417816830/Definitions/service-TestPnfMacro-template.yml 2021-10-22T03:17:43.142Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:17:43.143Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.144Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.145Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:bbe4201f-d394-420a-8203-e42d38f01e6c Model Version:NULL Model InvariantUuid:38077601-0d68-49ff-b995-9509bfb204c1 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=? 2021-10-22T03:17:43.152Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 93dd6f9b-4c04-481b-8107-5292e3a97f45 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=? 2021-10-22T03:17:43.156Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-10-22T03:17:43.156Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 93dd6f9b-4c04-481b-8107-5292e3a97f45 2021-10-22T03:17:43.156Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||No resources found for Service: bbe4201f-d394-420a-8203-e42d38f01e6c 2021-10-22T03:17:43.156Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bbe4201f-d394-420a-8203-e42d38f01e6c 2021-10-22T03:17:43.156Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 93dd6f9b-4c04-481b-8107-5292e3a97f45 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=? 2021-10-22T03:17:43.165Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61b590f2, org.onap.sdc.toscaparser.api.parameters.Input@1864e2a4, org.onap.sdc.toscaparser.api.parameters.Input@55aa50d5, org.onap.sdc.toscaparser.api.parameters.Input@7636be39, org.onap.sdc.toscaparser.api.parameters.Input@3b49920d] 2021-10-22T03:17:43.165Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.165Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.166Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bbe4201f-d394-420a-8203-e42d38f01e6c: test-pnf 2021-10-22T03:17:43.166Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Processing PNF resource: 93dd6f9b-4c04-481b-8107-5292e3a97f45 2021-10-22T03:17:43.166Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:17:43.166Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:17:43.167Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||Resource customization UUID: f4f058db-a797-4669-a5c6-0234be6afe94 is the same as notified resource customizationUUID: f4f058db-a797-4669-a5c6-0234be6afe94 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 (?, ?) 2021-10-22T03:17:43.202Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 93dd6f9b-4c04-481b-8107-5292e3a97f45 0 ASDC deployResourceStructure 2021-10-22T03:17:43.202Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-22T03:17:43.203Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-22T03:17:43.203Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:17:43.203Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:17:43.205Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:17:43.205Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872663202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:17:43.305Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:17:43.306Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:17:43.306Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:43.320Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:43.321Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:17:44.206Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e269804a-2c9a-459e-9f63-2835fd365865 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:17:44.215Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e269804a-2c9a-459e-9f63-2835fd365865 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:17:44.217Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:17:44.217Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-22T03:17:44.218Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-22T03:17:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:17:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:17:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:17:47.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:17:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "aai-ml", "timestamp": 1634872487122, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:17:47.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872483913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872502209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872504218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "clamp", "timestamp": 1634872505221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e269804a-2c9a-459e-9f63-2835fd365865 2021-10-22T03:17:47.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e269804a-2c9a-459e-9f63-2835fd365865 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-22T03:17:47.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872520037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872519035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872521070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872526327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872535223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872535220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872535323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "ves-openapi-manager", "timestamp": 1634872526850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "dcae-sch", "timestamp": 1634872526835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872526890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "cds", "timestamp": 1634872536228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.190Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:17:47.190Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872536223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:17:47.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872536727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "policy-id", "timestamp": 1634872537226, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:17:47.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872537526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872537651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1634872538530, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:17:47.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872538936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872540165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:17:47.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872541197, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.240Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:17:47.240Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "multicloud-k8s-id", "timestamp": 1634872542200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872542303, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872544022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "aai-ml", "timestamp": 1634872545025, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:17:47.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:17:47.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:17:47.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-22T03:17:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:17:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:17:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-22T03:17:47.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:14.218Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e269804a-2c9a-459e-9f63-2835fd365865 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:18:14.230Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e269804a-2c9a-459e-9f63-2835fd365865 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.233Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:18:14.234Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:18:14.239Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:18:44.240Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e269804a-2c9a-459e-9f63-2835fd365865 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:18:44.245Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e269804a-2c9a-459e-9f63-2835fd365865 and serviceModelVersionId: bbe4201f-d394-420a-8203-e42d38f01e6c 2021-10-22T03:18:44.245Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38077601-0d68-49ff-b995-9509bfb204c1 2021-10-22T03:18:44.246Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0 2021-10-22T03:18:44.252Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:18:44.280Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0|INFO|500||Invoke 2021-10-22T03:18:44.281Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e269804a-2c9a-459e-9f63-2835fd365865], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad8188a2-8662-4bb6-bd6e-28fa8c8f1333], X-ECOMP-RequestID=[e269804a-2c9a-459e-9f63-2835fd365865], X-TransactionId=[], X-ONAP-RequestID=[e269804a-2c9a-459e-9f63-2835fd365865], Content-Type=[application/merge-patch+json]} 2021-10-22T03:18:44.298Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:18:44.516Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?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/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-03:18:44:306-53904], vertex-id=[192728], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:18:44 GMT], Content-Type=[application/json]} 2021-10-22T03:18:44.516Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:18:44.517Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38077601-0d68-49ff-b995-9509bfb204c1/model-vers/model-ver/bbe4201f-d394-420a-8203-e42d38f01e6c?depth=0|INFO|500||InvokeReturn 2021-10-22T03:18:44.517Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:18:44.517Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:18:44.524Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:18:44.524Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e269804a-2c9a-459e-9f63-2835fd365865 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:18:44.524Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:18:44.524Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:44.526Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:44.526Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872724524, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:18:44.627Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:44.627Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:44.628Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:44.646Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:44.646Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:18:45.539Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-22T03:18:45.539Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ac2e66c-3d0e-400d-ac1b-efe988f87a89","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0","serviceDescription":"service","serviceInvariantUUID":"01891f5f-03a8-44af-a672-e69abdeba4e9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f","resourceInvariantUUID":"e102361e-12a0-4088-a5c4-02672d5298cd","resourceCustomizationUUID":"527514aa-3815-4dce-be8a-2dd8e1d288b7","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":"NDIwNzgxNWVjNjczMGFjMjdjMTJkOWQ3ZjNmYmEwZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24597800-48da-4358-ac1b-c7d0e3aa238b","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":"913fc1d0-4ecb-4468-ab02-5e75bb3438da","artifactVersion":"2","generatedFromUUID":"9c74b714-5dbe-423e-aa73-981f54cbc202"},{"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":"9c74b714-5dbe-423e-aa73-981f54cbc202","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":"MjUxNWQ5ZWU0NWY1NTJlZjYzZmE0MmYwMjkzZTI3MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3eb43629-9457-4174-9085-877a3e072755","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":"d952f913-1850-40d0-8db8-9b0a6cdd1b45","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":"3b1d30b5-ecdc-4a83-8939-7906e9ff1cb6","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":"09534745-e700-4784-9271-aac51a9d25f5","artifactVersion":"2","generatedFromUUID":"d952f913-1850-40d0-8db8-9b0a6cdd1b45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzBhNWJmMDg3MTI4ZDg5N2M1MzZjYmNlZDFjNzdmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49944315-d4ed-4c88-bf6f-472d7ccf9434","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjM1NjdjZDdkYTY1Y2IzOGMwYmIyOTRiNGM4ODc5YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16ccc779-dc32-404d-9e5f-c28fcead2be3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-22T03:18:45.539Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:45.540Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:45.541Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:45.541Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:45.642Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:18:45.642Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:45.643Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:45.655Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:45.656Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:18:46.542Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:46.543Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:46.544Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:46.544Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-22T03:18:46.645Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:46.645Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:46.646Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:46.662Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:46.662Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:18:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:18:47.089Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:47.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:47.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872307085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872543913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872552996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872555611, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872556930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872558424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872559575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872560579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872561583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872562587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872563219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872564255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:18:47.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "clamp", "timestamp": 1634872565259, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:18:47.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 2021-10-22T03:18:47.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872593942, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:18:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:18:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:18:47.545Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:47.545Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:47.548Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:47.548Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-22T03:18:47.648Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:47.649Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:47.649Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:47.665Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:47.665Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:18:48.549Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:48.550Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:48.553Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:48.553Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:18:48.653Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:18:48.653Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:48.653Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:48.669Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:48.669Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:49.554Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:49.555Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:49.557Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:49.557Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-22T03:18:49.657Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:49.658Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:49.658Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:49.676Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:49.676Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:50.557Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:50.559Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:50.561Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:50.561Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:50.661Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:50.662Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:50.662Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:50.679Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:50.679Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:18:51.561Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:51.563Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:51.565Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:51.565Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-22T03:18:51.666Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:18:51.667Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:51.667Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:51.681Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:51.681Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:18:52.566Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:52.567Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:52.569Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:52.569Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:18:52.670Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:52.670Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:52.670Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:52.685Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:52.686Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:53.570Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-22T03:18:53.570Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:53.573Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:53.573Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:18:53.673Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:53.674Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:53.674Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:53.688Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:53.688Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:18:54.574Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0", "serviceDescription": "service", "serviceInvariantUUID": "01891f5f-03a8-44af-a672-e69abdeba4e9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "527514aa-3815-4dce-be8a-2dd8e1d288b7", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f", "resourceInvariantUUID": "e102361e-12a0-4088-a5c4-02672d5298cd", "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": "913fc1d0-4ecb-4468-ab02-5e75bb3438da", "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": "9c74b714-5dbe-423e-aa73-981f54cbc202", "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": "MjUxNWQ5ZWU0NWY1NTJlZjYzZmE0MmYwMjkzZTI3MDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3eb43629-9457-4174-9085-877a3e072755", "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": "d952f913-1850-40d0-8db8-9b0a6cdd1b45", "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": "09534745-e700-4784-9271-aac51a9d25f5", "generatedFromUUID": "d952f913-1850-40d0-8db8-9b0a6cdd1b45" }, "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": "09534745-e700-4784-9271-aac51a9d25f5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjM1NjdjZDdkYTY1Y2IzOGMwYmIyOTRiNGM4ODc5YWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16ccc779-dc32-404d-9e5f-c28fcead2be3" } ], "workloadContext": "Production" } 2021-10-22T03:18:54.575Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-22T03:18:54.575Z|e269804a-2c9a-459e-9f63-2835fd365865|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 ASDC 2021-10-22T03:18:54.575Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:5ac2e66c-3d0e-400d-ac1b-efe988f87a89 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 ServiceInvariantUUID:01891f5f-03a8-44af-a672-e69abdeba4e9 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:16ccc779-dc32-404d-9e5f-c28fcead2be3 ArtifactChecksum:NjM1NjdjZDdkYTY1Y2IzOGMwYmIyOTRiNGM4ODc5YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:527514aa-3815-4dce-be8a-2dd8e1d288b7 ResourceInvariantUUID:e102361e-12a0-4088-a5c4-02672d5298cd ResourceName:basic_cnf ResourceType:VF ResourceUUID:67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f 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:913fc1d0-4ecb-4468-ab02-5e75bb3438da 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:9c74b714-5dbe-423e-aa73-981f54cbc202 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:3eb43629-9457-4174-9085-877a3e072755 ArtifactChecksum:MjUxNWQ5ZWU0NWY1NTJlZjYzZmE0MmYwMjkzZTI3MDI= 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:d952f913-1850-40d0-8db8-9b0a6cdd1b45 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:09534745-e700-4784-9271-aac51a9d25f5 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:09534745-e700-4784-9271-aac51a9d25f5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-22T03:18:54.575Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:18:54.613Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:18:54.614Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:18:54.614Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:18:54.614Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16ccc779-dc32-404d-9e5f-c28fcead2be3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-22T03:18:54.615Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:18:54.615Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-22T03:18:55.114Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:18:55.118Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 16ccc779-dc32-404d-9e5f-c28fcead2be3 68765 2021-10-22T03:18:55.118Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-22T03:18:55.118Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-22T03:18:55.118Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:18:55.119Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:55.121Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:55.121Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872735118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:55.221Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:55.222Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:55.222Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:55.236Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:55.236Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:56.121Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-22T03:18:56.123Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-10-22T03:18:56.123Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 16ccc779-dc32-404d-9e5f-c28fcead2be3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:56.124Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-10-22T03:18:56.124Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:56.124Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:56.317Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12753049241418352389/Definitions/service-BasicCnf-template.yml 2021-10-22T03:18:57.407Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-22T03:18:57.407Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:18:57.407Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.408Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-10-22T03:18:57.409Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-10-22T03:18:57.410Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.411Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-22T03:18:57.412Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1fcb3b92-5724-486a-801c-0a28e94ea495 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:18:57.413Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 Model Version:NULL Model InvariantUuid:01891f5f-03a8-44af-a672-e69abdeba4e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:60bda905-a388-429f-a67b-eb8e9d494e10 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e102361e-12a0-4088-a5c4-02672d5298cd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:527514aa-3815-4dce-be8a-2dd8e1d288b7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c9bc0189-fbbf-42be-b8e1-fc4133bf271a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:584e84fb-ed24-4e45-90d5-619f3cff39be ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1fcb3b92-5724-486a-801c-0a28e94ea495 ModelInvariantUuid:dadd7816-f487-4fd4-b85a-db4c72cf73fa ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:dd842406-b20b-41f8-9f5e-c9378d7c19d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:63aa1ff1-b162-4b34-8b18-dc47accd5847 ModelInvariantUuid:706b29e6-c361-4d2d-84c8-de2b4ab80439 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:04a5c39d-68da-4097-8ec6-a146b5269668 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=? 2021-10-22T03:18:57.421Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f 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=? 2021-10-22T03:18:57.424Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-10-22T03:18:57.424Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f 2021-10-22T03:18:57.424Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 913fc1d0-4ecb-4468-ab02-5e75bb3438da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-22T03:18:57.424Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:18:57.424Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-22T03:18:57.926Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:18:57.927Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 913fc1d0-4ecb-4468-ab02-5e75bb3438da 12 2021-10-22T03:18:57.927Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-22T03:18:57.927Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-22T03:18:57.927Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:18:57.927Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:57.930Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:57.930Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872737927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:58.030Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:58.031Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:58.031Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:58.048Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:58.048Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:18:58.930Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c74b714-5dbe-423e-aa73-981f54cbc202 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-22T03:18:58.931Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:18:58.932Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-22T03:18:59.242Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:18:59.243Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9c74b714-5dbe-423e-aa73-981f54cbc202 2688 2021-10-22T03:18:59.243Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-22T03:18:59.243Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-22T03:18:59.243Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:18:59.243Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:18:59.246Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:18:59.246Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872739243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-22T03:18:59.346Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:18:59.347Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:18:59.347Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:18:59.373Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:18:59.374Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:00.248Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3eb43629-9457-4174-9085-877a3e072755 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-22T03:19:00.248Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:19:00.248Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-22T03:19:00.461Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:19:00.461Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3eb43629-9457-4174-9085-877a3e072755 828 2021-10-22T03:19:00.462Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-22T03:19:00.462Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-22T03:19:00.462Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:19:00.463Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:00.465Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:00.465Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872740462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:00.565Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:00.566Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:00.566Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:00.581Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:00.581Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:19:01.466Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c9bc0189-fbbf-42be-b8e1-fc4133bf271a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "584e84fb-ed24-4e45-90d5-619f3cff39be", "vfModuleModelCustomizationUUID": "df9c94f9-cf95-4354-8759-7179372d179d", "isBase": true, "artifacts": [ "9c74b714-5dbe-423e-aa73-981f54cbc202", "d952f913-1850-40d0-8db8-9b0a6cdd1b45", "09534745-e700-4784-9271-aac51a9d25f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:19:01.469Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:584e84fb-ed24-4e45-90d5-619f3cff39be VfModuleModelInvariantUUID:c9bc0189-fbbf-42be-b8e1-fc4133bf271a VfModuleModelDescription:NULL Artifacts UUID List:{ 9c74b714-5dbe-423e-aa73-981f54cbc202 , d952f913-1850-40d0-8db8-9b0a6cdd1b45 , 09534745-e700-4784-9271-aac51a9d25f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:19:01.470Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c9bc0189-fbbf-42be-b8e1-fc4133bf271a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "584e84fb-ed24-4e45-90d5-619f3cff39be", "vfModuleModelCustomizationUUID": "df9c94f9-cf95-4354-8759-7179372d179d", "isBase": true, "artifacts": [ "9c74b714-5dbe-423e-aa73-981f54cbc202", "d952f913-1850-40d0-8db8-9b0a6cdd1b45", "09534745-e700-4784-9271-aac51a9d25f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-22T03:19:01.470Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:584e84fb-ed24-4e45-90d5-619f3cff39be VfModuleModelInvariantUUID:c9bc0189-fbbf-42be-b8e1-fc4133bf271a VfModuleModelDescription:NULL Artifacts UUID List:{ 9c74b714-5dbe-423e-aa73-981f54cbc202 , d952f913-1850-40d0-8db8-9b0a6cdd1b45 , 09534745-e700-4784-9271-aac51a9d25f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-22T03:19:01.470Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d952f913-1850-40d0-8db8-9b0a6cdd1b45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-22T03:19:01.470Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:19:01.470Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-22T03:19:01.668Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:19:01.668Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d952f913-1850-40d0-8db8-9b0a6cdd1b45 1164 2021-10-22T03:19:01.669Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-22T03:19:01.669Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-22T03:19:01.669Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:19:01.669Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:01.671Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:01.671Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872741669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:01.772Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:01.772Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:01.773Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:01.786Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:01.787Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:02.672Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09534745-e700-4784-9271-aac51a9d25f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-22T03:19:02.673Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-10-22T03:19:02.673Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-22T03:19:02.736Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-10-22T03:19:02.736Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 09534745-e700-4784-9271-aac51a9d25f5 200 2021-10-22T03:19:02.736Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-22T03:19:02.737Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-22T03:19:02.737Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-22T03:19:02.737Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:02.739Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:02.739Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872742736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:02.839Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:02.840Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:02.840Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:02.853Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:02.854Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:03.739Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 2021-10-22T03:19:03.740Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-10-22T03:19:03.758Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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=? 2021-10-22T03:19:03.762Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d6bcba, org.onap.sdc.toscaparser.api.parameters.Input@59ffe9fe, org.onap.sdc.toscaparser.api.parameters.Input@10649f54, org.onap.sdc.toscaparser.api.parameters.Input@7d6f702a, org.onap.sdc.toscaparser.api.parameters.Input@61403051] 2021-10-22T03:19:03.763Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.764Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.764Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-10-22T03:19:03.764Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 527514aa-3815-4dce-be8a-2dd8e1d288b7 2021-10-22T03:19:03.764Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 527514aa-3815-4dce-be8a-2dd8e1d288b7 matches Tosca VF Customization UUID: 527514aa-3815-4dce-be8a-2dd8e1d288b7 2021-10-22T03:19:03.764Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 527514aa-3815-4dce-be8a-2dd8e1d288b7 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=? 2021-10-22T03:19:03.766Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.766Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.766Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 527514aa-3815-4dce-be8a-2dd8e1d288b7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-10-22T03:19:03.766Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7514ec6a 2021-10-22T03:19:03.766Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.767Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-22T03:19:03.767Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df9c94f9-cf95-4354-8759-7179372d179d 2021-10-22T03:19:03.767Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df9c94f9-cf95-4354-8759-7179372d179d 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=? 2021-10-22T03:19:03.769Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.769Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:19:03.769Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:19:03.769Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.769Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:19:03.770Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:19:03.770Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.770Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-22T03:19:03.770Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-22T03:19:03.770Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1fcb3b92-5724-486a-801c-0a28e94ea495 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=? 2021-10-22T03:19:03.772Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.773Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:19:03.773Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-22T03:19:03.773Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.773Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-22T03:19:03.773Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=527514aa-3815-4dce-be8a-2dd8e1d288b7 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=? 2021-10-22T03:19:03.775Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.775Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.775Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0: basic_cnf 2021-10-22T03:19:03.775Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-22T03:19:03.776Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-22T03:19:03.777Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-22T03:19:03.848Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 67a4e9e4-ac28-4130-b3eb-bb0cf3c0e62f 1 ASDC deployResourceStructure 2021-10-22T03:19:03.849Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-22T03:19:03.849Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-10-22T03:19:03.849Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-22T03:19:03.849Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:03.851Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:03.851Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872743848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-22T03:19:03.952Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-22T03:19:03.952Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:03.952Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:03.966Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:03.967Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:04.853Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-22T03:19:04.853Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-10-22T03:19:04.853Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-22T03:19:04.854Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:04.856Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:04.856Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872744853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-22T03:19:04.956Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:04.956Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:04.957Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:04.970Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:04.970Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:05.857Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-22T03:19:05.857Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-22T03:19:05.857Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:19:05.858Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:05.860Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:05.860Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872745857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:19:05.960Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:05.961Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:05.961Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:05.978Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:05.979Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:06.861Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-22T03:19:06.861Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-22T03:19:06.861Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:19:06.861Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:06.863Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:06.863Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872746861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:19:06.963Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:06.964Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:06.964Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:06.979Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:06.979Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:07.863Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-22T03:19:07.864Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-22T03:19:07.864Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:19:07.865Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:07.867Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:07.867Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872747863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-22T03:19:07.967Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:07.968Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:07.968Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:07.983Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:07.984Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-22T03:19:08.868Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-22T03:19:08.868Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-22T03:19:08.868Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-22T03:19:08.868Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:08.870Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:08.870Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872748868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:19:08.971Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-22T03:19:08.971Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:08.972Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:08.986Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:08.986Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-22T03:19:09.871Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:19:09.882Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-22T03:19:09.885Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-22T03:19:09.885Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-22T03:19:09.885Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-22T03:19:09.886Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-22T03:19:09.891Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-22T03:19:39.892Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-22T03:19:39.897Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and serviceModelVersionId: 4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0 2021-10-22T03:19:39.897Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01891f5f-03a8-44af-a672-e69abdeba4e9 2021-10-22T03:19:39.898Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0 2021-10-22T03:19:39.904Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-10-22T03:19:39.942Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-22T03:19:39.943Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0|INFO|500||Invoke 2021-10-22T03:19:39.968Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-22T03:19:40.426Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0|INFO|500||InvokeReturn 2021-10-22T03:19:40.427Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01891f5f-03a8-44af-a672-e69abdeba4e9/model-vers/model-ver/4aa3978c-cdfa-4acd-a8b8-de8bbbe7aba0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-03:19:39:975-69444], vertex-id=[249864], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:19:39 GMT], Content-Type=[application/json]} 2021-10-22T03:19:40.427Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-10-22T03:19:40.427Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-22T03:19:40.428Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-22T03:19:40.433Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-22T03:19:40.433Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ac2e66c-3d0e-400d-ac1b-efe988f87a89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-22T03:19:40.433Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-22T03:19:40.433Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-10-22T03:19:40.435Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-22T03:19:40.435Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872780433, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:19:40.535Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-22T03:19:40.536Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-22T03:19:40.536Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:40.562Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:40.562Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-22T03:19:41.448Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:19:41.449Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:19:41.449Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:19:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:19:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:19:47.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872608241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:47.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872611452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872612994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872614200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872615351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872616354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872617358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872618361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "faf501e8-908b-4a06-9f42-ed311deaafc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872650399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872661262, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:47.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-22T03:19:47.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872663202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:19:47.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:19:51.777Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:19:51.777Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:19:51.778Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:19:51.778Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:01.320Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:01.320Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:01.320Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:01.320Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:10.870Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:10.871Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:10.871Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:10.871Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:20.414Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:20.415Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:20.415Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:20.415Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:29.961Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:29.962Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:29.962Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:29.962Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:39.508Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:39.508Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:39.509Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:39.509Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:47.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:47.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:20:47.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e269804a-2c9a-459e-9f63-2835fd365865", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872724524, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:20:47.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:20:47.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:20:47.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:20:47.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:20:47.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:20:47.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-22T03:20:47.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:20:49.056Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:20:49.057Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:20:49.058Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:20:49.058Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:20:58.600Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:21:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:21:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:21:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:21:47.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:21:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:21:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:21:47.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:21:47.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-22T03:21:47.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872594959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872735118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872737927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872739243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872740462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872741669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872742736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872743848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872744853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-22T03:21:47.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872745857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872746861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872747863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872748868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-22T03:21:47.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:47.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-22T03:21:47.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ac2e66c-3d0e-400d-ac1b-efe988f87a89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1634872780433, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-22T03:21:47.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-22T03:21:56.644Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:22:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:22:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:22:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:22:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:22:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:22:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:22:56.635Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:22:56.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:23:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:23:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:23:47.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:23:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:23:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:23:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:23:56.633Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:23:56.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:24:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:24:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:24:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:24:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:24:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:24:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:24:56.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:24:56.634Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:25:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:25:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:25:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:25:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:25:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:25:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:25:56.630Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:25:56.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:26:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:26:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:26:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:26:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:26:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:26:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:26:56.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:26:56.662Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:27:47.085Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:27:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:27:47.086Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:27:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:27:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:27:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:27:56.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:27:56.631Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:28:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:28:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:28:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:28:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:28:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:28:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:28:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:28:56.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:29:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:29:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:29:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:29:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:29:47.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:29:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:29:56.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:29:56.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:30:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:30:47.085Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:30:47.085Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:30:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:30:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:30:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:30:56.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:30:56.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:31:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:31:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:31:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:31:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:31:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:31:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:31:56.634Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:31:56.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:32:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:32:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:32:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:32:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:32:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:32:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:32:56.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:32:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:33:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:33:47.085Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:33:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:33:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:33:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:33:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:33:56.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:33:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:34:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:34:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:34:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:34:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:34:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:34:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:34:56.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:34:56.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:35:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:35:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:35:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:35:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:35:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:35:47.089Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:35:56.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:35:56.640Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:36:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:36:47.085Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:36:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:36:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:36:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:36:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:36:56.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:36:56.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:37:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:37:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:37:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:37:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:37:47.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:37:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:37:56.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:37:56.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:38:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:38:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:38:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:38:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:38:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:38:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:38:56.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:38:56.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:39:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:39:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:39:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:39:47.087Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:39:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:39:47.088Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:39:56.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:39:56.642Z|5ac2e66c-3d0e-400d-ac1b-efe988f87a89|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:40:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:40:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:40:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:40:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:40:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:40:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:40:56.627Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:40:56.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:41:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:41:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:41:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:41:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:41:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:41:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:41:56.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:41:56.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:42:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:42:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:42:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:42:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:42:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:42:47.088Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:42:56.634Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:42:56.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:43:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:43:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:43:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:43:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:43:47.088Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:43:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:43:56.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:43:56.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:44:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:44:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:44:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:44:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:44:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:44:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:44:56.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:44:56.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:45:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:45:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:45:47.085Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:45:47.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:45:47.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:45:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:45:56.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:45:56.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:46:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:46:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:46:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:46:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:46:47.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:46:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:46:56.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:46:56.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:47:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:47:47.085Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:47:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:47:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:47:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:47:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:47:56.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:47:56.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:48:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:48:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:48:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:48:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:48:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:48:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:48:56.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:48:56.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:49:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:49:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:49:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:49:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:49:47.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:49:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:49:56.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:49:56.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:50:47.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:50:47.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:50:47.086Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:50:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-22T03:50:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-22T03:50:47.088Z||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 uyBTqv1TfQBXgZdG) ... 2021-10-22T03:50:56.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-22T03:50:56.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK