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-09-28T07:08:58.548Z||main|||||INFO|500||The following profiles are active: basic 2021-09-28T07:09:19.820Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-28T07:09:19.821Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-28T07:09:19.947Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-28T07:09:25.111Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-28T07:09:25.757Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-28T07:09:26.777Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-28T07:09:26.785Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-28T07:09:26.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-28T07:09:27.310Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-28T07:09:27.987Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-28T07:09:32.792Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-28T07:09:35.130Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-28T07:09:35.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-28T07:09:35.751Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-28T07:09:35.922Z||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-09-28T07:09:37.174Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-28T07:09:38.254Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-28T07:09:38.276Z||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$$d2f5c2ba.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-09-28T07:09:38.277Z||main|||||WARN|500||The sdc end point is not alive 2021-09-28T07:09:41.974Z||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-09-28T07:09:45.268Z||main|||||WARN|500||--- 2021-09-28T07:09:45.268Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-28T07:09:45.269Z||main|||||WARN|500||--- 2021-09-28T07:09:45.904Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-28T07:09:51.371Z||main|||||INFO|500||Started Application in 57.034 seconds (JVM running for 62.411) 2021-09-28T07:09:51.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-28T07:09:51.402Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-28T07:09:51.419Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-28T07:09:51.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-28T07:09:51.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3cdc948-5502-44b5-8121-868685a7deb4 url= /sdc/v1/artifactTypes 2021-09-28T07:09:51.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-28T07:09:51.782Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-28T07:09:51.805Z||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-09-28T07:09:51.828Z||scheduling-1|||||DEBUG|500||create keys 2021-09-28T07:09:51.836Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-28T07:09:51.893Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:09:51.912Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e3ba4c60-5ca5-4611-8d04-4db48208f5dc url= /sdc/v1/registerForDistribution 2021-09-28T07:09:52.080Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e3ba4c60-5ca5-4611-8d04-4db48208f5dc url= /sdc/v1/registerForDistribution 2021-09-28T07:09:52.080Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-28T07:09:52.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:09:52.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:09:52.098Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-28T07:09:52.101Z||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-09-28T07:09:52.102Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:09:52.102Z||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-09-28T07:09:52.103Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:10:02.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:10:02.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:10:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:10:52.088Z||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-09-28T07:10:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:10:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:10:52.091Z||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-09-28T07:10:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:11:01.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:11:01.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:11:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:11:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:11:52.090Z||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-09-28T07:11:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:11:52.090Z||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-09-28T07:11:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:12:01.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:12:01.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:12:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:12:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:12:52.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:12:52.096Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:12:52.097Z||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-09-28T07:12:52.097Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:13:01.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:13:01.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:13:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:13:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:13:52.088Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:13:52.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:13:52.091Z||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-09-28T07:13:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:14:01.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:14:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:14:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:14:52.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:14:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:14:52.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:14:52.093Z||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-09-28T07:14:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:15:01.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:15:01.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:15:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:15:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:15:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:15:52.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:15:52.091Z||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-09-28T07:15:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:16:01.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:16:01.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:16:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:16:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:16:52.094Z||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-09-28T07:16:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:16:52.098Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:16:52.098Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:17:01.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:17:01.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:17:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:17:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:17:52.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:17:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:17:52.090Z||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-09-28T07:17:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:18:01.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:18:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:18:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:18:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:18:52.095Z||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-09-28T07:18:52.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:18:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:18:52.095Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:19:01.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:19:01.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:19:17.675Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-28T07:19:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:19:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:19:52.088Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:19:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:19:52.091Z||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-09-28T07:19:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:20:01.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:20:01.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:20:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:20:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:20:52.092Z||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-09-28T07:20:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:20:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:20:52.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:21:01.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:21:01.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:21:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:21:52.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:21:52.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:21:52.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-09-28T07:21:52.095Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:21:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:22:01.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:22:01.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:22:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:22:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:22:52.088Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:22:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:22:52.089Z||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-09-28T07:22:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:23:01.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:23:01.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:23:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:23:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:23:52.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:23:52.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:23:52.092Z||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-09-28T07:23:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:24:01.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:24:01.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:24:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:24:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:24:52.091Z||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-09-28T07:24:52.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T07:24:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:24:52.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T07:25:01.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:25:01.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:25:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:25:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:25:52.096Z||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-09-28T07:25:52.096Z||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-09-28T07:25:52.097Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:25:52.097Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:26:01.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:26:01.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:26:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:26:52.088Z||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-09-28T07:26:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:26:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:26:52.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-09-28T07:26:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:27:01.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:27:01.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:27:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:27:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:27:52.091Z||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-09-28T07:27:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:27:52.091Z||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-09-28T07:27:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:28:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:28:01.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:28:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:28:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:28:52.094Z||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-09-28T07:28:52.094Z||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-09-28T07:28:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:28:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:29:01.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:29:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:29:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:29:52.088Z||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-09-28T07:29:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:29:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:29:52.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-09-28T07:29:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:30:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:30:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:30:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:30:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:30:52.092Z||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-09-28T07:30:52.092Z||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-09-28T07:30:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:30:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:31:01.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:31:01.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:31:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:31:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:31:52.089Z||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-09-28T07:31:52.089Z||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-09-28T07:31:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:31:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:32:01.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:32:01.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:32:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:32:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:32:52.089Z||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-09-28T07:32:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:32:52.090Z||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-09-28T07:32:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:33:01.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:33:01.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:33:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:33:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:33:52.092Z||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-09-28T07:33:52.092Z||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-09-28T07:33:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:33:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:34:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:34:01.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:34:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:34:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:34:52.092Z||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-09-28T07:34:52.092Z||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-09-28T07:34:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:34:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:35:01.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:35:01.654Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:35:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:35:52.088Z||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-09-28T07:35:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:35:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:35:52.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-09-28T07:35:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:36:01.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:36:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:36:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:36:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:36:52.090Z||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-09-28T07:36:52.090Z||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-09-28T07:36:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:36:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:37:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:37:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:37:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:37:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:37:52.095Z||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-09-28T07:37:52.095Z||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-09-28T07:37:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:37:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:38:01.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:38:01.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:38:52.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:38:52.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:38:52.093Z||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-09-28T07:38:52.093Z||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-09-28T07:38:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:38:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:39:01.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:39:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:39:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:39:52.088Z||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-09-28T07:39:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:39:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:39:52.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-09-28T07:39:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:40:01.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:40:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:40:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:40:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:40:52.090Z||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-09-28T07:40:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:40:52.091Z||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-09-28T07:40:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:41:01.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:41:01.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:41:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:41:52.088Z||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-09-28T07:41:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:41:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:41:52.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-09-28T07:41:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:42:01.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:42:01.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:42:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:42:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:42:52.090Z||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-09-28T07:42:52.090Z||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-09-28T07:42:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:42:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:43:01.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:43:01.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:43:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:43:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:43:52.096Z||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-09-28T07:43:52.096Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:43:52.095Z||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-09-28T07:43:52.096Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:44:01.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:44:01.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:44:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:44:52.088Z||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-09-28T07:44:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:44:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:44:52.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-09-28T07:44:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:45:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:45:01.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:45:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:45:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:45:52.092Z||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-09-28T07:45:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:45:52.092Z||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-09-28T07:45:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:46:01.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:46:01.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:46:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:46:52.088Z||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-09-28T07:46:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:46:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:46:52.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-09-28T07:46:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:47:01.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:47:01.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:47:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:47:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:47:52.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-09-28T07:47:52.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-09-28T07:47:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:47:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:48:01.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:48:01.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:48:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:48:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:48:52.090Z||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-09-28T07:48:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:48:52.090Z||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-09-28T07:48:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:49:01.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:49:01.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:49:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:49:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:49:52.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-09-28T07:49:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:49:52.090Z||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-09-28T07:49:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:50:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:50:01.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:50:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:50:52.089Z||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-09-28T07:50:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:50:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:50:52.091Z||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-09-28T07:50:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:51:01.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:51:01.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:51:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:51:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:51:52.091Z||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-09-28T07:51:52.091Z||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-09-28T07:51:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:51:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:52:01.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:52:01.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:52:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:52:52.088Z||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-09-28T07:52:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:52:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:52:52.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-09-28T07:52:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:53:01.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:53:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:53:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:53:52.089Z||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-09-28T07:53:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:53:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:53:52.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-09-28T07:53:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:54:01.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:54:01.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:54:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:54:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:54:52.093Z||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-09-28T07:54:52.093Z||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-09-28T07:54:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:54:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:55:01.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:55:01.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:55:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:55:52.088Z||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-09-28T07:55:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:55:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:55:52.089Z||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-09-28T07:55:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:56:01.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:56:01.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:56:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:56:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:56:52.090Z||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-09-28T07:56:52.090Z||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-09-28T07:56:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:56:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:57:01.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:57:01.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:57:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:57:52.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:57:52.094Z||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-09-28T07:57:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:57:52.095Z||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-09-28T07:57:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:58:01.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:58:01.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:58:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:58:52.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-09-28T07:58:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:58:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:58:52.089Z||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-09-28T07:58:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:59:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:59:01.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T07:59:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:59:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T07:59:52.089Z||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-09-28T07:59:52.089Z||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-09-28T07:59:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T07:59:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:00:01.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:00:01.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:00:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:00:52.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:00:52.093Z||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-09-28T08:00:52.093Z||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-09-28T08:00:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:00:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:01:01.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:01:01.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:01:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:01:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:01:52.094Z||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-09-28T08:01:52.094Z||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-09-28T08:01:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:01:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:02:01.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:02:01.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:02:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:02:52.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:02:52.088Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:02:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:02:52.092Z||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-09-28T08:02:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:03:01.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:03:01.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:03:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:03:52.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:03:52.089Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:03:52.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:03:52.091Z||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-09-28T08:03:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:04:01.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:04:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:04:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:04:52.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:04:52.092Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:04:52.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:04:52.093Z||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-09-28T08:04:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:05:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:05:01.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:05:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:05:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:05:52.093Z||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-09-28T08:05:52.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:05:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:05:52.093Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:06:01.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:06:01.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:06:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:06:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:06:52.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:06:52.090Z||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-09-28T08:06:52.091Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:06:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:07:01.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:07:01.661Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:07:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:07:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:07:52.090Z||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-09-28T08:07:52.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:07:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:07:52.091Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:08:01.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:08:01.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:08:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:08:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:08:52.091Z||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-09-28T08:08:52.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:08:52.092Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:08:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:09:01.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:09:01.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:09:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:09:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:09:52.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:09:52.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-09-28T08:09:52.090Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:09:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:10:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:10:01.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:10:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:10:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:10:52.098Z||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-09-28T08:10:52.098Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:10:52.098Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:10:52.098Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:11:01.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:11:01.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:11:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:11:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:11:52.090Z||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-09-28T08:11:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:11:52.090Z||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-09-28T08:11:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:12:01.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:12:01.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:12:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:12:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:12:52.096Z||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-09-28T08:12:52.097Z||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-09-28T08:12:52.097Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:12:52.097Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:13:01.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:13:01.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:13:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:13:52.088Z||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-09-28T08:13:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:13:52.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-09-28T08:13:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:13:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:14:01.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:14:01.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:14:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:14:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:14:52.089Z||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-09-28T08:14:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:14:52.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-09-28T08:14:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:15:01.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:15:01.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:15:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:15:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:15:52.090Z||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-09-28T08:15:52.090Z||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-09-28T08:15:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:15:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:16:01.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:16:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:16:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:16:52.088Z||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-09-28T08:16:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:16:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:16:52.090Z||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-09-28T08:16:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:17:01.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:17:01.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:17:52.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:17:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:17:52.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-09-28T08:17:52.090Z||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-09-28T08:17:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:17:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:18:01.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:18:01.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:18:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:18:52.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:18:52.093Z||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-09-28T08:18:52.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-09-28T08:18:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:18:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:01.652Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:02.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:02.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:19:02.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf","serviceName":"vFW 2021-09-28 08-15-27","serviceVersion":"1.0","serviceUUID":"da25a16e-de46-44df-aee3-91058d9fbd09","serviceDescription":"catalog service description","serviceInvariantUUID":"8beba0e8-ee42-4ed2-a6bb-88493abadbc5","resources":[{"resourceInstanceName":"vFW dbad5f86-559a 0","resourceName":"vFW dbad5f86-559a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa7b3478-9c2a-4c1d-b8d6-5327210b3a20","resourceInvariantUUID":"f8af3d63-92bb-497b-9a18-3d44981a750b","resourceCustomizationUUID":"3863f460-67d0-402c-b9c6-c2275505640d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml","artifactChecksum":"MzU5OTViMjE0MmE3MmQ0NzAyMDY5OTQzZWY3YzhhMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8803cd8-ca43-4611-9bdc-e0381eb12ef8","artifactVersion":"1"},{"artifactName":"vfwdbad5f86559a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json","artifactChecksum":"NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c83f2fc9-3204-4e49-b348-149ede72ddc3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb97a3c1-b95e-4989-9bb9-1cac15f093c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDVjMjY4ZGI5MzVkMDFlMDU1MWNkMmFmMTc5MDBiODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baba39b6-58a6-4054-a4ba-4bea48617201","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95f926e9-a93e-4e00-abd4-29b69cd88d3b","artifactVersion":"2","generatedFromUUID":"fb97a3c1-b95e-4989-9bb9-1cac15f093c5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210928081527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml","artifactChecksum":"MjRmMTJlNWM3ZGUyYjQ5ODI5YzViMTYzNmJmOGViOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4da692e5-fc9e-4758-b914-9544cc1f1471","artifactVersion":"1"},{"artifactName":"service-Vfw20210928081527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar","artifactChecksum":"NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c042055d-8da8-40a8-9984-023602198365","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:19:02.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:02.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:02.064Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:02.064Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:02.165Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-09-28T08:19:02.170Z||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-09-28T08:19:02.170Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:02.194Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:02.195Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":12,"count":1} 2021-09-28T08:19:03.072Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:03.073Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:03.097Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:03.098Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:19:03.176Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2021-09-28T08:19:03.177Z||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-09-28T08:19:03.177Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:03.187Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:03.188Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:04.098Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:04.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:04.101Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:04.102Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T08:19:04.201Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:19:04.202Z||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-09-28T08:19:04.202Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:04.210Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:04.210Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:05.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:05.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:05.106Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:05.107Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:05.205Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-28T08:19:05.206Z||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-09-28T08:19:05.206Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:05.217Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:05.217Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:06.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:06.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:06.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:06.110Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T08:19:06.210Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:06.211Z||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-09-28T08:19:06.211Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:06.219Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:06.220Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:07.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:07.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:07.115Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:07.115Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:07.213Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-28T08:19:07.214Z||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-09-28T08:19:07.214Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:07.223Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:07.223Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:19:08.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:19:08.116Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:08.118Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:08.119Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:08.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:08.219Z||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-09-28T08:19:08.220Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:08.229Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:08.229Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:09.120Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "serviceName": "vFW 2021-09-28 08-15-27", "serviceVersion": "1.0", "serviceUUID": "da25a16e-de46-44df-aee3-91058d9fbd09", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8beba0e8-ee42-4ed2-a6bb-88493abadbc5", "resources": [ { "resourceInstanceName": "vFW dbad5f86-559a 0", "resourceCustomizationUUID": "3863f460-67d0-402c-b9c6-c2275505640d", "resourceName": "vFW dbad5f86-559a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa7b3478-9c2a-4c1d-b8d6-5327210b3a20", "resourceInvariantUUID": "f8af3d63-92bb-497b-9a18-3d44981a750b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdbad5f86559a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "artifactChecksum": "NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c83f2fc9-3204-4e49-b348-149ede72ddc3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fb97a3c1-b95e-4989-9bb9-1cac15f093c5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "95f926e9-a93e-4e00-abd4-29b69cd88d3b", "generatedFromUUID": "fb97a3c1-b95e-4989-9bb9-1cac15f093c5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "95f926e9-a93e-4e00-abd4-29b69cd88d3b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210928081527-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "artifactChecksum": "NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c042055d-8da8-40a8-9984-023602198365" } ], "workloadContext": "Production" } 2021-09-28T08:19:09.124Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:19:09.124Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da25a16e-de46-44df-aee3-91058d9fbd09 ASDC 2021-09-28T08:19:09.242Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf ServiceName:vFW 2021-09-28 08-15-27 ServiceVersion:1.0 ServiceUUID:da25a16e-de46-44df-aee3-91058d9fbd09 ServiceInvariantUUID:8beba0e8-ee42-4ed2-a6bb-88493abadbc5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210928081527-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar ArtifactUUID:c042055d-8da8-40a8-9984-023602198365 ArtifactChecksum:NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dbad5f86-559a 0 ResourceCustomizationUUID:3863f460-67d0-402c-b9c6-c2275505640d ResourceInvariantUUID:f8af3d63-92bb-497b-9a18-3d44981a750b ResourceName:vFW dbad5f86-559a ResourceType:VF ResourceUUID:fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdbad5f86559a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json ArtifactUUID:c83f2fc9-3204-4e49-b348-149ede72ddc3 ArtifactChecksum:NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY= 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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml ArtifactUUID:fb97a3c1-b95e-4989-9bb9-1cac15f093c5 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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ArtifactUUID:95f926e9-a93e-4e00-abd4-29b69cd88d3b 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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ArtifactUUID:95f926e9-a93e-4e00-abd4-29b69cd88d3b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T08:19:09.242Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da25a16e-de46-44df-aee3-91058d9fbd09 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-09-28T08:19:09.487Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:19:09.489Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:19:09.490Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:19:09.491Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c042055d-8da8-40a8-9984-023602198365 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:09.491Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:19:09.493Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:10.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:19:10.394Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar c042055d-8da8-40a8-9984-023602198365 98787 2021-09-28T08:19:10.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar ASDC sendASDCNotification 2021-09-28T08:19:10.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:10.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:19:10.411Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:10.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:10.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817150394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:10.513Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:10.513Z||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-09-28T08:19:10.513Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:10.524Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:10.524Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:19:11.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:19:11.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:19:11.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c042055d-8da8-40a8-9984-023602198365, URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar to file: /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:11.415Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210928081527-csar.csar 2021-09-28T08:19:11.501Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:11.501Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:12.194Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13723993854495415091/Definitions/service-Vfw20210928081527-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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 Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-09-28T08:19:14.896Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbad5f86-559a 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-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:19:14.910Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.911Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.915Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:14.916Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:19:14.917Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.923Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.923Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ce5d8eb-b172-4158-bc18-c4fc25b42165 2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29 2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f270d8-78b2-47b0-83a7-3d5bdb69543f 2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:14.939Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-28 08-15-27 Description:catalog service description Model UUID:da25a16e-de46-44df-aee3-91058d9fbd09 Model Version:NULL Model InvariantUuid:8beba0e8-ee42-4ed2-a6bb-88493abadbc5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW dbad5f86-559a Model UUID:f2752f17-8ae0-494a-b387-3c5af16f1623 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f8af3d63-92bb-497b-9a18-3d44981a750b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3863f460-67d0-402c-b9c6-c2275505640d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99 ModelName:VfwDbad5f86559a..base_vfw..module-0 ModelUuid:936f580b-7134-41ce-88b3-4777ecd65b11 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7ce5d8eb-b172-4158-bc18-c4fc25b42165 ModelInvariantUuid:44e8ed60-8415-4b0f-92b5-88f21bbd7e30 ModelName:vFW dbad5f86-559a-nodes.vfwCvfc ModelUuid:ea675035-91b5-45d7-bcf4-eb1c7b944bc3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:108f4430-1009-49e2-84f8-9706d8d76b98 ModelInvariantUuid:ab6a4f37-8ea7-4832-89b0-80a9fe40a81e ModelName:VfwDbad5f86559a.compute.nodes.heat.vfw ModelUuid:0d979922-9908-4422-9ae2-80ffff9495ba ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29 ModelInvariantUuid:1940096c-8228-4b3b-a092-3c5a868b023a ModelName:vFW dbad5f86-559a-nodes.vsnCvfc ModelUuid:a9545e95-288e-4e45-84f5-99e9cfc18288 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:aa44c43c-3a86-4b0f-8ba7-8c3cd00bd4f7 ModelInvariantUuid:777c00c0-d5cf-4ba8-a07d-36385082e7c0 ModelName:VfwDbad5f86559a.compute.nodes.heat.vsn ModelUuid:f9221127-d559-421a-859e-839423ca3120 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:28f270d8-78b2-47b0-83a7-3d5bdb69543f ModelInvariantUuid:557853da-1966-43ca-90dc-c0fd71f921b8 ModelName:vFW dbad5f86-559a-nodes.vpgCvfc ModelUuid:bd9a3f90-b9e4-4e3a-a23b-023d38140a03 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:72eff996-adee-4909-9b52-654788799a72 ModelInvariantUuid:029eb167-e0fe-4ae3-978d-8c44bcbd744c ModelName:VfwDbad5f86559a.compute.nodes.heat.vpg ModelUuid:08741ab1-b1ba-48bc-b192-2636833571b7 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:19:14.958Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:19:15.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||vFW dbad5f86-559a 0 2021-09-28T08:19:15.061Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c83f2fc9-3204-4e49-b348-149ede72ddc3 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json 2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json 2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json c83f2fc9-3204-4e49-b348-149ede72ddc3 785 2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json ASDC sendASDCNotification 2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json 2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:16.058Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:16.059Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817156055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:16.159Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:16.160Z||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-09-28T08:19:16.160Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:16.170Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:16.170Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:17.060Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDbad5f86559a..base_vfw..module-0", "vfModuleModelInvariantUUID": "8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "936f580b-7134-41ce-88b3-4777ecd65b11", "vfModuleModelCustomizationUUID": "81508bed-7269-4276-abfd-8028dfac95c1", "isBase": true, "artifacts": [ "fb97a3c1-b95e-4989-9bb9-1cac15f093c5", "95f926e9-a93e-4e00-abd4-29b69cd88d3b" ], "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-09-28T08:19:17.073Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDbad5f86559a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:936f580b-7134-41ce-88b3-4777ecd65b11 VfModuleModelInvariantUUID:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99 VfModuleModelDescription:NULL Artifacts UUID List:{ fb97a3c1-b95e-4989-9bb9-1cac15f093c5 , 95f926e9-a93e-4e00-abd4-29b69cd88d3b } 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-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDbad5f86559a..base_vfw..module-0", "vfModuleModelInvariantUUID": "8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "936f580b-7134-41ce-88b3-4777ecd65b11", "vfModuleModelCustomizationUUID": "81508bed-7269-4276-abfd-8028dfac95c1", "isBase": true, "artifacts": [ "fb97a3c1-b95e-4989-9bb9-1cac15f093c5", "95f926e9-a93e-4e00-abd4-29b69cd88d3b" ], "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-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDbad5f86559a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:936f580b-7134-41ce-88b3-4777ecd65b11 VfModuleModelInvariantUUID:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99 VfModuleModelDescription:NULL Artifacts UUID List:{ fb97a3c1-b95e-4989-9bb9-1cac15f093c5 , 95f926e9-a93e-4e00-abd4-29b69cd88d3b } 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-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb97a3c1-b95e-4989-9bb9-1cac15f093c5 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml 2021-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:19:17.076Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml 2021-09-28T08:19:18.542Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml fb97a3c1-b95e-4989-9bb9-1cac15f093c5 20368 2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml 2021-09-28T08:19:18.544Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:19:18.544Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:18.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:18.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817158543, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:18.647Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:19:18.648Z||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-09-28T08:19:18.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:18.669Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:18.670Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:19:19.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95f926e9-a93e-4e00-abd4-29b69cd88d3b from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 2021-09-28T08:19:19.547Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:19:19.547Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 2021-09-28T08:19:21.332Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:19:21.332Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 95f926e9-a93e-4e00-abd4-29b69cd88d3b 2098 2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:21.335Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:21.336Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817161333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:21.436Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:21.437Z||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-09-28T08:19:21.437Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:21.448Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:21.448Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:22.336Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: da25a16e-de46-44df-aee3-91058d9fbd09 2021-09-28T08:19:22.337Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbad5f86-559a 0 fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:19:22.368Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c2a8bed, org.onap.sdc.toscaparser.api.parameters.Input@11d1d323, org.onap.sdc.toscaparser.api.parameters.Input@6f2226f5, org.onap.sdc.toscaparser.api.parameters.Input@2498885a, org.onap.sdc.toscaparser.api.parameters.Input@7c351ac7] 2021-09-28T08:19:22.371Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3863f460-67d0-402c-b9c6-c2275505640d 2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3863f460-67d0-402c-b9c6-c2275505640d matches Tosca VF Customization UUID: 3863f460-67d0-402c-b9c6-c2275505640d 2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3863f460-67d0-402c-b9c6-c2275505640d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T08:19:22.379Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.379Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3863f460-67d0-402c-b9c6-c2275505640d: {\"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-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@269e1b97 2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:19:22.381Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81508bed-7269-4276-abfd-8028dfac95c1 2021-09-28T08:19:22.382Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81508bed-7269-4276-abfd-8028dfac95c1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.391Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ce5d8eb-b172-4158-bc18-c4fc25b42165 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.401Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria 2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f270d8-78b2-47b0-83a7-3d5bdb69543f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:19:22.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria 2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=3863f460-67d0-402c-b9c6-c2275505640d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:19:22.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid da25a16e-de46-44df-aee3-91058d9fbd09: vFW dbad5f86-559a 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-28 08-15-27 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-28T08:19:22.720Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbad5f86-559a fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 1 ASDC deployResourceStructure 2021-09-28T08:19:22.721Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json ASDC sendASDCNotification 2021-09-28T08:19:22.721Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json 2021-09-28T08:19:22.722Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:19:22.722Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:22.724Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:22.724Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817162721, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:19:22.824Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:22.825Z||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-09-28T08:19:22.825Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:22.851Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:22.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:23.725Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-28T08:19:23.725Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml 2021-09-28T08:19:23.726Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:19:23.726Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:23.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:23.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817163725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:19:23.828Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:23.850Z||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-09-28T08:19:23.850Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:23.866Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:23.867Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:24.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:24.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:24.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817164728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-28T08:19:24.833Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-28T08:19:24.834Z||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-09-28T08:19:24.834Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:24.845Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:24.846Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:25.732Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar ASDC sendASDCNotification 2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar 2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:19:25.735Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:19:25.735Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817165732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:25.835Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:19:25.836Z||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-09-28T08:19:25.836Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:25.845Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:25.845Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:19:26.737Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:19:26.764Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:26.766Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:19:26.767Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:19:26.767Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:19:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:19:52.091Z||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-09-28T08:19:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:19:52.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:19:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:19:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "dcae-sch", "timestamp": 1632817141341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817132088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817134098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817136664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817150385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817150394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817143792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T08:19:52.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "cds", "timestamp": 1632817151404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-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-09-28T08:19:52.770Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.770Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817152212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "ves-openapi-manager", "timestamp": 1632817145859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817147610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817148227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817156055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817150074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817157392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817158058, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817158276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817158543, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817159071, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817159240, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817159343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "policy-id", "timestamp": 1632817160076, "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-09-28T08:19:52.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817160286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817160361, "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-09-28T08:19:52.802Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.802Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:52.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "clamp", "timestamp": 1632817161291, "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-09-28T08:19:52.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817161333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817162250, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817162721, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817163725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817164728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817164945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817165732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817166199, "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-09-28T08:19:52.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "multicloud-k8s-id", "timestamp": 1632817167214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817178247, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "aai-ml", "timestamp": 1632817179254, "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-09-28T08:19:52.830Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 2021-09-28T08:19:52.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:56.773Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:19:56.783Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:19:56.788Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:19:56.793Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:20:26.793Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf 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-09-28T08:20:26.802Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and serviceModelVersionId: da25a16e-de46-44df-aee3-91058d9fbd09 2021-09-28T08:20:26.802Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8beba0e8-ee42-4ed2-a6bb-88493abadbc5 2021-09-28T08:20:40.732Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0 2021-09-28T08:20:40.861Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:20:41.337Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?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-09-28T08:20:41.342Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|INFO|500||Invoke 2021-09-28T08:20:41.484Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:20:42.247Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|INFO|500||InvokeReturn 2021-09-28T08:20:42.249Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-08:20:41:487-40056], vertex-id=[536808], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:20:41 GMT], Content-Type=[application/json]} 2021-09-28T08:20:42.250Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:20:42.254Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:20:42.254Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:20:42.260Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:20:42.261Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:20:42.262Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:20:42.262Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:20:42.264Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:20:42.264Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817242261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:20:42.364Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:20:42.365Z||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-09-28T08:20:42.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:20:42.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:20:42.378Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-09-28T08:20:43.274Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:20:43.275Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:20:43.275Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:20:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:20:52.090Z||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-09-28T08:20:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:20:52.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:20:52.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:20:52.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817242261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:20:52.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:20:52.812Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:21:02.417Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:21:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:21:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:21:52.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-09-28T08:21:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:21:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:21:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:22:01.633Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:22:01.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:22:52.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:22:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:22:52.093Z||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-09-28T08:22:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:22:52.093Z||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-09-28T08:22:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:23:01.667Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:23:01.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:23:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:23:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:23:52.094Z||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-09-28T08:23:52.094Z||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-09-28T08:23:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:23:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:24:01.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:24:01.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:24:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:24:52.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-09-28T08:24:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:24:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:24:52.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-09-28T08:24:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:25:01.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:25:01.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:25:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:25:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:25:52.089Z||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-09-28T08:25:52.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-09-28T08:25:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:25:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:26:01.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:26:01.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:26:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:26:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:26:52.091Z||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-09-28T08:26:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:26:52.091Z||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-09-28T08:26:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:01.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:01.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:27:52.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:27:52.088Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:27:52.090Z||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-09-28T08:27:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:52.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:52.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"62b4b870-5ff3-4365-b1a0-ad91aef197d2","serviceName":"basic_onboard_LkAIfm","serviceVersion":"1.0","serviceUUID":"82dbb89a-59c1-41f0-a484-205e031aad52","serviceDescription":"service","serviceInvariantUUID":"e2df9f95-5a3f-4402-af3d-bc4878334451","resources":[{"resourceInstanceName":"basic_onboard_LkAIfm 0","resourceName":"basic_onboard_LkAIfm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39e93a3a-9c79-4745-8996-ea00c9eaf877","resourceInvariantUUID":"89727a4a-f645-4037-ad13-5173ffb2db9b","resourceCustomizationUUID":"4ffce4c9-ca3e-4e69-907f-37494600dc8f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJkMGUxMWRhOTc3YzRlNTExMjJlNmVlNDhlZjQyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaa600f2-bf2e-4246-95d8-bef6a9ada956","artifactVersion":"1"},{"artifactName":"basic_onboard_lkaifm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json","artifactChecksum":"MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5eedd282-ef7e-4304-aade-15dbc0fd16ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"173fb028-ad93-440c-937d-1c2229e90aa4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7255b53e-d18d-4a8e-b827-b24b4d9c75ea","artifactVersion":"2","generatedFromUUID":"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLkaifm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml","artifactChecksum":"ZThiMTAzZTY3YWFmMjcwNDQxMjI5MGNjNjFhM2Y5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f309eb44-7e53-4cfd-8b90-27ddae9e3d2d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLkaifm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar","artifactChecksum":"MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dc61efd-a249-4094-b334-3576959563fc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:27:52.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:52.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:52.722Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:52.722Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:52.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:27:52.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817616663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "dcae-sch", "timestamp": 1632817621340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817614098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817630383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817623798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "cds", "timestamp": 1632817631394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-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-09-28T08:27:52.762Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "ves-openapi-manager", "timestamp": 1632817625860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817632575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817627613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817628227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817635982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817635982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817636376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817630073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817636967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632817636997, "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-09-28T08:27:52.779Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.779Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817637974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817638389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817638847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "policy-id", "timestamp": 1632817638977, "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-09-28T08:27:52.791Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.791Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "clamp", "timestamp": 1632817639400, "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-09-28T08:27:52.799Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.799Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817641523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817644028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817645059, "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-09-28T08:27:52.808Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.808Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817646006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:27:52.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "multicloud-k8s-id", "timestamp": 1632817646069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:27:52.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:27:52.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:27:52.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "aai-ml", "timestamp": 1632817647011, "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-09-28T08:27:52.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2 2021-09-28T08:27:52.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:27:52.822Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:52.823Z||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-09-28T08:27:52.823Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:52.832Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:52.832Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:27:53.724Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:53.725Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:53.727Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:53.728Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:27:53.828Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:53.829Z||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-09-28T08:27:53.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:53.838Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:53.839Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:27:54.729Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:54.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:54.734Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:54.734Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T08:27:54.834Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:54.835Z||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-09-28T08:27:54.836Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:54.846Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:54.846Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:27:55.735Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:55.738Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:55.742Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:55.742Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:55.842Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:55.844Z||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-09-28T08:27:55.844Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:55.853Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:55.854Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:27:56.743Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:56.744Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:56.746Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:56.746Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T08:27:56.847Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:56.848Z||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-09-28T08:27:56.849Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:56.856Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:56.857Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:27:57.748Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:57.750Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:57.752Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:57.752Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:27:57.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:27:57.854Z||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-09-28T08:27:57.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:57.864Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:57.865Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:27:58.753Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:27:58.754Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:27:58.757Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:27:58.757Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:27:58.857Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:27:58.858Z||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-09-28T08:27:58.858Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:27:58.867Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:27:58.867Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:27:59.759Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "serviceName": "basic_onboard_LkAIfm", "serviceVersion": "1.0", "serviceUUID": "82dbb89a-59c1-41f0-a484-205e031aad52", "serviceDescription": "service", "serviceInvariantUUID": "e2df9f95-5a3f-4402-af3d-bc4878334451", "resources": [ { "resourceInstanceName": "basic_onboard_LkAIfm 0", "resourceCustomizationUUID": "4ffce4c9-ca3e-4e69-907f-37494600dc8f", "resourceName": "basic_onboard_LkAIfm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "39e93a3a-9c79-4745-8996-ea00c9eaf877", "resourceInvariantUUID": "89727a4a-f645-4037-ad13-5173ffb2db9b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_lkaifm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "artifactChecksum": "MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5eedd282-ef7e-4304-aade-15dbc0fd16ec", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7255b53e-d18d-4a8e-b827-b24b4d9c75ea", "generatedFromUUID": "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7255b53e-d18d-4a8e-b827-b24b4d9c75ea", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLkaifm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "artifactChecksum": "MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0dc61efd-a249-4094-b334-3576959563fc" } ], "workloadContext": "Production" } 2021-09-28T08:27:59.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:27:59.759Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82dbb89a-59c1-41f0-a484-205e031aad52 ASDC 2021-09-28T08:27:59.760Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:62b4b870-5ff3-4365-b1a0-ad91aef197d2 ServiceName:basic_onboard_LkAIfm ServiceVersion:1.0 ServiceUUID:82dbb89a-59c1-41f0-a484-205e031aad52 ServiceInvariantUUID:e2df9f95-5a3f-4402-af3d-bc4878334451 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLkaifm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar ArtifactUUID:0dc61efd-a249-4094-b334-3576959563fc ArtifactChecksum:MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_LkAIfm 0 ResourceCustomizationUUID:4ffce4c9-ca3e-4e69-907f-37494600dc8f ResourceInvariantUUID:89727a4a-f645-4037-ad13-5173ffb2db9b ResourceName:basic_onboard_LkAIfm ResourceType:VF ResourceUUID:39e93a3a-9c79-4745-8996-ea00c9eaf877 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_lkaifm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json ArtifactUUID:5eedd282-ef7e-4304-aade-15dbc0fd16ec ArtifactChecksum:MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc= 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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml ArtifactUUID:cefbb5c5-6f9f-4b3f-8c54-b22745e664cd 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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ArtifactUUID:7255b53e-d18d-4a8e-b827-b24b4d9c75ea 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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ArtifactUUID:7255b53e-d18d-4a8e-b827-b24b4d9c75ea ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T08:27:59.760Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82dbb89a-59c1-41f0-a484-205e031aad52 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-09-28T08:27:59.797Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0dc61efd-a249-4094-b334-3576959563fc from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:01.030Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-28T08:28:01.034Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 0dc61efd-a249-4094-b334-3576959563fc 71382 2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar ASDC sendASDCNotification 2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:28:01.036Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:01.037Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:01.038Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817681034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:28:01.138Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:01.139Z||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-09-28T08:28:01.139Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:01.147Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:01.147Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:02.038Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0dc61efd-a249-4094-b334-3576959563fc, URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar to file: /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:02.041Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:02.041Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:02.382Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13201617697743438415/Definitions/service-BasicOnboardLkaifm-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-09-28T08:28:03.539Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||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-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LkAIfm 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-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria 2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=591a4ded-c7e4-420e-838a-734a33f31172 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_LkAIfm Description:service Model UUID:82dbb89a-59c1-41f0-a484-205e031aad52 Model Version:NULL Model InvariantUuid:e2df9f95-5a3f-4402-af3d-bc4878334451 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_LkAIfm Model UUID:ae337d99-c229-4550-9459-ed1569a33fad Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:89727a4a-f645-4037-ad13-5173ffb2db9b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4ffce4c9-ca3e-4e69-907f-37494600dc8f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:79a1d1c2-5eb8-4d6b-8634-eee406c73a50 ModelName:BasicOnboardLkaifm..base_ubuntu18..module-0 ModelUuid:83122fb0-f7a7-44af-98f3-65009a7e73cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:591a4ded-c7e4-420e-838a-734a33f31172 ModelInvariantUuid:e4f0da6f-9028-47a0-9206-c7c0e8564a9d ModelName:basic_onboard_LkAIfm-nodes.ubuntu18Cvfc ModelUuid:9e7828e4-2e33-4ec9-aee4-1a91b9c1b527 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7ae96602-0121-49ae-992b-86f2eea86977 ModelInvariantUuid:463da427-2963-4c38-b23a-0e113333e758 ModelName:BasicOnboardLkaifm.compute.nodes.heat.ubuntu18 ModelUuid:dd02291f-8149-49ca-bac3-8737339e9052 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:28:03.559Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 39e93a3a-9c79-4745-8996-ea00c9eaf877 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:28:03.567Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||basic_onboard_LkAIfm 0 2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39e93a3a-9c79-4745-8996-ea00c9eaf877 2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5eedd282-ef7e-4304-aade-15dbc0fd16ec from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 2021-09-28T08:28:05.268Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-28T08:28:05.268Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 5eedd282-ef7e-4304-aade-15dbc0fd16ec 798 2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json ASDC sendASDCNotification 2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:28:05.270Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:05.272Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:05.272Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817685269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:28:05.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:28:05.373Z||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-09-28T08:28:05.373Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:05.382Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:05.382Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:06.273Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLkaifm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "79a1d1c2-5eb8-4d6b-8634-eee406c73a50", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83122fb0-f7a7-44af-98f3-65009a7e73cb", "vfModuleModelCustomizationUUID": "139ceecb-7fe4-41ea-ab59-3a4949e05547", "isBase": true, "artifacts": [ "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd", "7255b53e-d18d-4a8e-b827-b24b4d9c75ea" ], "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-09-28T08:28:06.278Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLkaifm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83122fb0-f7a7-44af-98f3-65009a7e73cb VfModuleModelInvariantUUID:79a1d1c2-5eb8-4d6b-8634-eee406c73a50 VfModuleModelDescription:NULL Artifacts UUID List:{ cefbb5c5-6f9f-4b3f-8c54-b22745e664cd , 7255b53e-d18d-4a8e-b827-b24b4d9c75ea } 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-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLkaifm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "79a1d1c2-5eb8-4d6b-8634-eee406c73a50", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83122fb0-f7a7-44af-98f3-65009a7e73cb", "vfModuleModelCustomizationUUID": "139ceecb-7fe4-41ea-ab59-3a4949e05547", "isBase": true, "artifacts": [ "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd", "7255b53e-d18d-4a8e-b827-b24b4d9c75ea" ], "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-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLkaifm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83122fb0-f7a7-44af-98f3-65009a7e73cb VfModuleModelInvariantUUID:79a1d1c2-5eb8-4d6b-8634-eee406c73a50 VfModuleModelDescription:NULL Artifacts UUID List:{ cefbb5c5-6f9f-4b3f-8c54-b22745e664cd , 7255b53e-d18d-4a8e-b827-b24b4d9c75ea } 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-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cefbb5c5-6f9f-4b3f-8c54-b22745e664cd from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml 2021-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-28T08:28:06.281Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml 2021-09-28T08:28:07.575Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-28T08:28:07.576Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml cefbb5c5-6f9f-4b3f-8c54-b22745e664cd 5033 2021-09-28T08:28:07.576Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml 2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:07.579Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:07.579Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817687576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:28:07.679Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:07.680Z||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-09-28T08:28:07.680Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:07.695Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:07.696Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:08.580Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7255b53e-d18d-4a8e-b827-b24b4d9c75ea from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 2021-09-28T08:28:08.580Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-28T08:28:08.581Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 2021-09-28T08:28:10.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-28T08:28:10.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 7255b53e-d18d-4a8e-b827-b24b4d9c75ea 909 2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:10.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:10.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817690090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:28:10.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:10.193Z||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-09-28T08:28:10.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:10.204Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:10.205Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:28:11.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 82dbb89a-59c1-41f0-a484-205e031aad52 2021-09-28T08:28:11.094Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LkAIfm 0 39e93a3a-9c79-4745-8996-ea00c9eaf877 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:28:11.104Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ea5d626, org.onap.sdc.toscaparser.api.parameters.Input@7f647b0e, org.onap.sdc.toscaparser.api.parameters.Input@64547fb6, org.onap.sdc.toscaparser.api.parameters.Input@329d6313, org.onap.sdc.toscaparser.api.parameters.Input@12a99780] 2021-09-28T08:28:11.105Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4ffce4c9-ca3e-4e69-907f-37494600dc8f 2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f matches Tosca VF Customization UUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f 2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T08:28:11.108Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.108Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4ffce4c9-ca3e-4e69-907f-37494600dc8f: {\"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-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@507b32bc 2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 139ceecb-7fe4-41ea-ab59-3a4949e05547 2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 139ceecb-7fe4-41ea-ab59-3a4949e05547 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T08:28:11.111Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria 2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=591a4ded-c7e4-420e-838a-734a33f31172 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria 2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=4ffce4c9-ca3e-4e69-907f-37494600dc8f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 82dbb89a-59c1-41f0-a484-205e031aad52: basic_onboard_LkAIfm 2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:28:11.120Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:28:11.120Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_LkAIfm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LkAIfm 39e93a3a-9c79-4745-8996-ea00c9eaf877 1 ASDC deployResourceStructure 2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json ASDC sendASDCNotification 2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:11.206Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:11.206Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817691203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:28:11.306Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:11.307Z||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-09-28T08:28:11.307Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:11.317Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:11.319Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml 2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:12.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:12.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817692207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:28:12.309Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:12.310Z||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-09-28T08:28:12.310Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:12.318Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:12.318Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:13.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-28T08:28:13.210Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 2021-09-28T08:28:13.210Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:28:13.211Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:13.213Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:13.213Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817693209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T08:28:13.313Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:13.314Z||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-09-28T08:28:13.314Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:13.321Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:13.321Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar ASDC sendASDCNotification 2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:28:14.215Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:14.217Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:14.217Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817694214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:28:14.317Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:28:14.318Z||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-09-28T08:28:14.318Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:14.328Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:14.328Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:28:15.218Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:28:15.225Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:28:15.232Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:28:45.232Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 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-09-28T08:28:45.237Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and serviceModelVersionId: 82dbb89a-59c1-41f0-a484-205e031aad52 2021-09-28T08:28:45.237Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2df9f95-5a3f-4402-af3d-bc4878334451 2021-09-28T08:28:45.238Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0 2021-09-28T08:28:45.243Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:28:45.308Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|INFO|500||Invoke 2021-09-28T08:28:45.309Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[376624b6-951d-4b45-ac69-382d638bc1f5], X-ECOMP-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], X-TransactionId=[], X-ONAP-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], Content-Type=[application/merge-patch+json]} 2021-09-28T08:28:45.341Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:28:45.757Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-08:28:45:345-72667], vertex-id=[143488], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:28:45 GMT], Content-Type=[application/json]} 2021-09-28T08:28:45.758Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:28:45.758Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|INFO|500||InvokeReturn 2021-09-28T08:28:45.759Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:28:45.759Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:28:45.764Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:28:45.766Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:28:45.766Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817725763, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:28:45.865Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:28:45.866Z||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-09-28T08:28:45.866Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:45.896Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:45.897Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T08:28:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:28:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:28:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:28:52.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-09-28T08:28:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:28:52.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:28:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:28:52.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:28:52.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:01.652Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:29:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:29:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:29:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:29:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:29:52.089Z||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-09-28T08:29:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:29:52.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:29:52.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:29:52.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T08:29:52.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817672087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817681034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817685269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817687576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817690090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817691203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:29:52.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817692207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:29:52.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817693209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T08:29:52.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817694214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:29:52.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632817725763, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:29:52.631Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:30:01.657Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:30:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:30:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:30:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T08:30:52.090Z||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-09-28T08:30:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:30:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:31:01.686Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:31:01.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:31:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:31:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:31:52.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-09-28T08:31:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:31:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:31:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:32:01.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:32:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:32:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:32:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:32:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:32:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:32:52.092Z||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-09-28T08:32:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:33:01.639Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:33:01.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:33:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:33:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:33:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:33:52.090Z||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-09-28T08:33:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:33:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:34:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:34:01.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:34:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:34:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:34:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:35:01.636Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:35:01.648Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:35:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:35:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:35:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:35:52.090Z||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-09-28T08:35:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:35:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:36:01.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:36:01.643Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:36:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:36:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:36:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:36:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:36:52.098Z||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-09-28T08:36:52.098Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:37:01.638Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:37:01.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:37:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:37:52.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:37:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:37:52.091Z||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-09-28T08:37:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:37:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:38:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:38:01.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:38:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:38:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:38:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:38:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:38:52.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-09-28T08:38:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:39:01.626Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:39:01.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:39:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:39:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:39:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:39:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:39:52.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-09-28T08:39:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:40:01.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:40:01.646Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:40:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:40:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:40:52.092Z||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-09-28T08:40:52.092Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:40:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:40:52.092Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:41:01.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:41:01.689Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:41:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:41:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:41:52.093Z||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-09-28T08:41:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:41:52.094Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:41:52.094Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:01.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:42:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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-09-28T08:42:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:42:52.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-09-28T08:42:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:52.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"322ae5ea-7b3e-47f9-8ba6-ee23c58226db","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b7a2c128-3494-4374-ba4c-235f70a150ff","serviceDescription":"service","serviceInvariantUUID":"eaace431-6ca0-4c88-a5d5-c23b52368a67","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"10398279-0d46-4092-8d04-b7158937ada3","resourceInvariantUUID":"c7155988-91b4-445c-8f0f-43724f44d67a","resourceCustomizationUUID":"343f69dc-ed26-40cc-ba62-d58c296d2959","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":"OTBmZjczMDZmYTZmZDM0YjlkMjhkMDQ1MzYzOGQzM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7704adcc-a8b8-4004-9006-1096b94991fc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"962700c9-499d-4103-9f62-852abef89d94","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:42:52.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "aai-ml", "timestamp": 1632818557612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "dcae-sch", "timestamp": 1632818561341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "cds", "timestamp": 1632818559098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "aai-ml", "timestamp": 1632818557612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "cds", "timestamp": 1632818559098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "dcae-sch", "timestamp": 1632818561341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "ves-openapi-manager", "timestamp": 1632818565860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "ves-openapi-manager", "timestamp": 1632818565860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "policy-id", "timestamp": 1632818568227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "policy-id", "timestamp": 1632818568227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "aai-ml", "timestamp": 1632818570171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "cds", "timestamp": 1632818570582, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "multicloud-k8s-id", "timestamp": 1632818570073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "cds", "timestamp": 1632818571619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-28T08:42:52.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:42:52.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:42:52.741Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:42:52.742Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818572087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:42:52.744Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 2021-09-28T08:42:52.744Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:42:52.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:42:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "multicloud-k8s-id", "timestamp": 1632818570073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:42:52.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T08:42:52.835Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-09-28T08:42:52.836Z||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-09-28T08:42:52.836Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:52.851Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:52.851Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:42:53.743Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:42:53.743Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:42:53.745Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:42:53.745Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818572087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:42:53.845Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:42:53.846Z||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-09-28T08:42:53.847Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:53.856Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:53.857Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b7a2c128-3494-4374-ba4c-235f70a150ff", "serviceDescription": "service", "serviceInvariantUUID": "eaace431-6ca0-4c88-a5d5-c23b52368a67", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "343f69dc-ed26-40cc-ba62-d58c296d2959", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "10398279-0d46-4092-8d04-b7158937ada3", "resourceInvariantUUID": "c7155988-91b4-445c-8f0f-43724f44d67a", "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": "NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "962700c9-499d-4103-9f62-852abef89d94" } ], "workloadContext": "Production" } 2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b7a2c128-3494-4374-ba4c-235f70a150ff ASDC 2021-09-28T08:42:54.747Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:322ae5ea-7b3e-47f9-8ba6-ee23c58226db ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b7a2c128-3494-4374-ba4c-235f70a150ff ServiceInvariantUUID:eaace431-6ca0-4c88-a5d5-c23b52368a67 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:962700c9-499d-4103-9f62-852abef89d94 ArtifactChecksum:NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:343f69dc-ed26-40cc-ba62-d58c296d2959 ResourceInvariantUUID:c7155988-91b4-445c-8f0f-43724f44d67a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:10398279-0d46-4092-8d04-b7158937ada3 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-28T08:42:54.747Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7a2c128-3494-4374-ba4c-235f70a150ff 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-09-28T08:42:54.767Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 962700c9-499d-4103-9f62-852abef89d94 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:42:54.769Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T08:42:55.997Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 962700c9-499d-4103-9f62-852abef89d94 52176 2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:42:56.001Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:42:56.002Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:42:56.002Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818576000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:42:56.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:42:56.103Z||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-09-28T08:42:56.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:56.124Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:56.125Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:42:57.003Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:42:57.004Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:42:57.004Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 962700c9-499d-4103-9f62-852abef89d94, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.069Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-28T08:42:57.070Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.070Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.207Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3686382572945984823/Definitions/service-BasicNetwork-template.yml 2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b7a2c128-3494-4374-ba4c-235f70a150ff Model Version:NULL Model InvariantUuid:eaace431-6ca0-4c88-a5d5-c23b52368a67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c7155988-91b4-445c-8f0f-43724f44d67a Model UUID:848cc796-dc04-49f5-8733-85a9631f0637 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:343f69dc-ed26-40cc-ba62-d58c296d2959 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:42:57.687Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 10398279-0d46-4092-8d04-b7158937ada3 2021-09-28T08:42:57.687Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||No resources found for Service: b7a2c128-3494-4374-ba4c-235f70a150ff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:42:57.691Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500|| 2021-09-28T08:42:57.691Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b7a2c128-3494-4374-ba4c-235f70a150ff 2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b7a2c128-3494-4374-ba4c-235f70a150ff 2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:42:57.695Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6472d09, org.onap.sdc.toscaparser.api.parameters.Input@2a1308f, org.onap.sdc.toscaparser.api.parameters.Input@62e290bd, org.onap.sdc.toscaparser.api.parameters.Input@27c3d609, org.onap.sdc.toscaparser.api.parameters.Input@18d3989d] 2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b7a2c128-3494-4374-ba4c-235f70a150ff: Generic NeutronNet 2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-09-28T08:42:57.792Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:42:57.794Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:42:57.795Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:42:57.795Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818577793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:42:57.895Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:42:57.896Z||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-09-28T08:42:57.896Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:42:57.904Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:42:57.904Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:42:58.796Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:42:58.803Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:43:28.806Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:43:28.819Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:43:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:43:52.090Z||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-09-28T08:43:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:43:52.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:43:52.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T08:43:52.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "policy-id", "timestamp": 1632818572617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:43:52.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:43:58.821Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:43:58.828Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:44:28.832Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:44:28.847Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:28.849Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:44:28.849Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:44:28.850Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:44:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:44:52.092Z||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-09-28T08:44:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:44:52.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:44:52.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818572087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:44:52.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "policy-id", "timestamp": 1632818573629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:44:52.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818572087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:44:52.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "policy-id", "timestamp": 1632818574641, "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-09-28T08:44:52.640Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 2021-09-28T08:44:52.640Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:52.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "aai-ml", "timestamp": 1632818575661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:44:52.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818576000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:44:52.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "aai-ml", "timestamp": 1632818576667, "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-09-28T08:44:52.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 2021-09-28T08:44:52.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:52.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "clamp", "timestamp": 1632818576663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:44:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818577793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:44:52.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "clamp", "timestamp": 1632818576663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:44:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818583792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:44:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818583792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "clamp", "timestamp": 1632818586596, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:44:52.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "clamp", "timestamp": 1632818588614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818589366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:44:52.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "clamp", "timestamp": 1632818589617, "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-09-28T08:44:52.671Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 2021-09-28T08:44:52.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818591125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:44:52.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:44:52.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818592131, "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-09-28T08:44:52.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 2021-09-28T08:44:52.683Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:58.851Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:44:58.859Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:44:58.867Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:45:28.867Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db 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-09-28T08:45:28.873Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and serviceModelVersionId: b7a2c128-3494-4374-ba4c-235f70a150ff 2021-09-28T08:45:28.873Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eaace431-6ca0-4c88-a5d5-c23b52368a67 2021-09-28T08:45:28.874Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0 2021-09-28T08:45:28.881Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:45:28.943Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|INFO|500||Invoke 2021-09-28T08:45:28.943Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0e5a83d-8207-4a5a-9415-5a26230456a3], X-ECOMP-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], X-TransactionId=[], X-ONAP-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], Content-Type=[application/merge-patch+json]} 2021-09-28T08:45:28.971Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:45:29.626Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-08:45:28:967-94962], vertex-id=[565480], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:45:28 GMT], Content-Type=[application/json]} 2021-09-28T08:45:29.626Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|INFO|500||InvokeReturn 2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:45:29.633Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:29.636Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:29.637Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818729632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:45:29.736Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:45:29.737Z||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-09-28T08:45:29.738Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:29.750Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:29.750Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-09-28T08:45:30.646Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:45:30.647Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|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-09-28T08:45:30.647Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:34.964Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:34.965Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:45:34.965Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b810664-e59a-4d9b-b39c-90582860a945","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eaecf927-426e-4730-a77b-61be3c16ac24","serviceDescription":"service","serviceInvariantUUID":"de0fe7ce-0c39-4054-9c9d-433e3d300df1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"559c6431-0b2e-43cc-b894-242996b043c6","resourceInvariantUUID":"98cef7bc-31d6-4372-9dc6-83ea6b239cc3","resourceCustomizationUUID":"64cc9925-4eb0-4909-907c-ecffae9578ac","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":"MDM4YTg1ZWIzNGQ1OTNjNzRhMzhjMzQzOWRjNjE1N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"332033a3-200d-4a8b-9f3a-f0556387c605","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":"YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58ae43f5-8b4f-4a23-88ab-513015b0040a","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":"b80a2f6f-6389-40ae-812c-01a62536a663","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":"bf7960da-1c82-4c4a-856c-da31c86f638d","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":"f24c0036-f72d-47d8-92ae-aa23db899751","artifactVersion":"2","generatedFromUUID":"b80a2f6f-6389-40ae-812c-01a62536a663"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWE5NjBhN2Y3ZjExZWI5NWNkNzJiZTE0MjFhZWNkZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d3978ed-05d5-4523-baf4-f07605d7d557","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"649bb83e-3beb-4ec5-86c8-0f9c0f7f2515","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:45:34.967Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:34.968Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:34.969Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:34.970Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:35.070Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:35.070Z||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-09-28T08:45:35.070Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:35.078Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:35.079Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:35.970Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:35.971Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:35.973Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:35.973Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:45:36.073Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:36.074Z||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-09-28T08:45:36.074Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:36.087Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:36.088Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:36.975Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:36.977Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:36.979Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:36.980Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:45:37.080Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:37.080Z||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-09-28T08:45:37.080Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:37.089Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:37.089Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:37.981Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:37.981Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:37.985Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:37.986Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:38.086Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:45:38.086Z||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-09-28T08:45:38.086Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:38.095Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:38.095Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:38.986Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:38.990Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:38.993Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:38.994Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:45:39.094Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:39.095Z||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-09-28T08:45:39.095Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:39.112Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:39.112Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:39.994Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:39.999Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:40.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:40.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:40.108Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:40.109Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T08:45:40.109Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:40.125Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:40.126Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:41.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:45:41.009Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:41.012Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:41.012Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:41.113Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:45:41.114Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T08:45:41.114Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:41.129Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:41.129Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:42.013Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "eaecf927-426e-4730-a77b-61be3c16ac24", "serviceDescription": "service", "serviceInvariantUUID": "de0fe7ce-0c39-4054-9c9d-433e3d300df1", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "64cc9925-4eb0-4909-907c-ecffae9578ac", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "559c6431-0b2e-43cc-b894-242996b043c6", "resourceInvariantUUID": "98cef7bc-31d6-4372-9dc6-83ea6b239cc3", "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": "YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58ae43f5-8b4f-4a23-88ab-513015b0040a", "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": "b80a2f6f-6389-40ae-812c-01a62536a663", "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": "f24c0036-f72d-47d8-92ae-aa23db899751", "generatedFromUUID": "b80a2f6f-6389-40ae-812c-01a62536a663" }, "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": "f24c0036-f72d-47d8-92ae-aa23db899751", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "649bb83e-3beb-4ec5-86c8-0f9c0f7f2515" } ], "workloadContext": "Production" } 2021-09-28T08:45:42.013Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:45:42.014Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eaecf927-426e-4730-a77b-61be3c16ac24 ASDC 2021-09-28T08:45:42.014Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0b810664-e59a-4d9b-b39c-90582860a945 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:eaecf927-426e-4730-a77b-61be3c16ac24 ServiceInvariantUUID:de0fe7ce-0c39-4054-9c9d-433e3d300df1 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:649bb83e-3beb-4ec5-86c8-0f9c0f7f2515 ArtifactChecksum:YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:64cc9925-4eb0-4909-907c-ecffae9578ac ResourceInvariantUUID:98cef7bc-31d6-4372-9dc6-83ea6b239cc3 ResourceName:basic_vm ResourceType:VF ResourceUUID:559c6431-0b2e-43cc-b894-242996b043c6 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:58ae43f5-8b4f-4a23-88ab-513015b0040a ArtifactChecksum:YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM= 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:b80a2f6f-6389-40ae-812c-01a62536a663 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:f24c0036-f72d-47d8-92ae-aa23db899751 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:f24c0036-f72d-47d8-92ae-aa23db899751 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T08:45:42.014Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eaecf927-426e-4730-a77b-61be3c16ac24 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-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:45:42.047Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T08:45:43.623Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:45:43.626Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515 70873 2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:43.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:43.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818743627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:43.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:43.730Z||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-09-28T08:45:43.730Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:43.741Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:43.741Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:44.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:45:44.631Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:45:44.632Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:44.632Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-28T08:45:44.633Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:44.633Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:45.068Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15051426250239267854/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-09-28T08:45:46.187Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be6e5cf8-5084-4b63-a771-3625edc7b775 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:46.196Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:eaecf927-426e-4730-a77b-61be3c16ac24 Model Version:NULL Model InvariantUuid:de0fe7ce-0c39-4054-9c9d-433e3d300df1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ce33dd6f-66c5-4912-b27d-4466cd24a66c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:98cef7bc-31d6-4372-9dc6-83ea6b239cc3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:64cc9925-4eb0-4909-907c-ecffae9578ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:421ad0d5-4792-4645-9a1f-be305c780266 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ffecd038-6f3d-4f49-865b-f44f51671e3d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:be6e5cf8-5084-4b63-a771-3625edc7b775 ModelInvariantUuid:83458c21-59cb-4497-b398-f4bb52b67a61 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e8e6978b-e801-4ce0-ab90-5397a4adeb0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a216560b-93b2-4c24-9a74-0d9a9567f49a ModelInvariantUuid:13d99b79-093d-493b-b5b4-711f7fb5fadf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a5c57061-cd8b-4428-9d98-fd958aebb22a 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:45:46.199Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 559c6431-0b2e-43cc-b894-242996b043c6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:45:46.201Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-09-28T08:45:46.201Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 559c6431-0b2e-43cc-b894-242996b043c6 2021-09-28T08:45:46.201Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 58ae43f5-8b4f-4a23-88ab-513015b0040a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-28T08:45:46.201Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:45:46.201Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:48.529Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:45:48.530Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 58ae43f5-8b4f-4a23-88ab-513015b0040a 787 2021-09-28T08:45:48.530Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:48.531Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:48.531Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:45:48.531Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:48.534Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:48.534Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818748530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:48.634Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:48.635Z||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-09-28T08:45:48.635Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:48.643Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:48.643Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:49.534Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "421ad0d5-4792-4645-9a1f-be305c780266", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ffecd038-6f3d-4f49-865b-f44f51671e3d", "vfModuleModelCustomizationUUID": "b433e1a2-6a85-4e3a-836b-6648192b1b62", "isBase": true, "artifacts": [ "b80a2f6f-6389-40ae-812c-01a62536a663", "f24c0036-f72d-47d8-92ae-aa23db899751" ], "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-09-28T08:45:49.538Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ffecd038-6f3d-4f49-865b-f44f51671e3d VfModuleModelInvariantUUID:421ad0d5-4792-4645-9a1f-be305c780266 VfModuleModelDescription:NULL Artifacts UUID List:{ b80a2f6f-6389-40ae-812c-01a62536a663 , f24c0036-f72d-47d8-92ae-aa23db899751 } 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-09-28T08:45:49.540Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "421ad0d5-4792-4645-9a1f-be305c780266", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ffecd038-6f3d-4f49-865b-f44f51671e3d", "vfModuleModelCustomizationUUID": "b433e1a2-6a85-4e3a-836b-6648192b1b62", "isBase": true, "artifacts": [ "b80a2f6f-6389-40ae-812c-01a62536a663", "f24c0036-f72d-47d8-92ae-aa23db899751" ], "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-09-28T08:45:49.540Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ffecd038-6f3d-4f49-865b-f44f51671e3d VfModuleModelInvariantUUID:421ad0d5-4792-4645-9a1f-be305c780266 VfModuleModelDescription:NULL Artifacts UUID List:{ b80a2f6f-6389-40ae-812c-01a62536a663 , f24c0036-f72d-47d8-92ae-aa23db899751 } 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-09-28T08:45:49.540Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b80a2f6f-6389-40ae-812c-01a62536a663 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-28T08:45:49.540Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:45:49.540Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:51.171Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:45:51.171Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b80a2f6f-6389-40ae-812c-01a62536a663 5033 2021-09-28T08:45:51.172Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:51.172Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:51.172Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:45:51.172Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:51.177Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:51.177Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818751172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:51.274Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-28T08:45:51.274Z||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-09-28T08:45:51.274Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:51.283Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:51.283Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:45:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:45:52.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-09-28T08:45:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:52.178Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f24c0036-f72d-47d8-92ae-aa23db899751 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-28T08:45:52.178Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:45:52.179Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:52.216Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:52.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "dcae-sch", "timestamp": 1632818701340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818696663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818703792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "ves-openapi-manager", "timestamp": 1632818705859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818714273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818707611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:45:52.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818708227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818709098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818710073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818716981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818717263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818717739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818717987, "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-09-28T08:45:52.251Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.251Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818718337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818718747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:45:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "cds", "timestamp": 1632818719343, "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=? 2021-09-28T08:45:52.260Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "policy-id", "timestamp": 1632818719754, "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-09-28T08:45:52.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.268Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818722115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818724954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818726922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818728640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818729520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818729632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:45:52.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "clamp", "timestamp": 1632818729648, "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-09-28T08:45:52.277Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.277Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818730557, "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-09-28T08:45:52.284Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.284Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818730606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "multicloud-k8s-id", "timestamp": 1632818731564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "aai-ml", "timestamp": 1632818731612, "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-09-28T08:45:52.290Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b810664-e59a-4d9b-b39c-90582860a945 2021-09-28T08:45:52.290Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:52.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818730646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818743627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818748530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818751172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:45:52.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:45:53.376Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:45:53.377Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f24c0036-f72d-47d8-92ae-aa23db899751 903 2021-09-28T08:45:53.377Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:53.377Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:53.377Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:45:53.378Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:53.379Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:53.379Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818753377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:45:53.480Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:45:53.480Z||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-09-28T08:45:53.480Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:53.491Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:53.491Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:54.380Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: eaecf927-426e-4730-a77b-61be3c16ac24 2021-09-28T08:45:54.380Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 559c6431-0b2e-43cc-b894-242996b043c6 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:45:54.390Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@437e349f, org.onap.sdc.toscaparser.api.parameters.Input@38808706, org.onap.sdc.toscaparser.api.parameters.Input@4589bd0a, org.onap.sdc.toscaparser.api.parameters.Input@703d03f2, org.onap.sdc.toscaparser.api.parameters.Input@42550ba6] 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 64cc9925-4eb0-4909-907c-ecffae9578ac 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64cc9925-4eb0-4909-907c-ecffae9578ac matches Tosca VF Customization UUID: 64cc9925-4eb0-4909-907c-ecffae9578ac 2021-09-28T08:45:54.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 64cc9925-4eb0-4909-907c-ecffae9578ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T08:45:54.394Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.394Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.394Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 64cc9925-4eb0-4909-907c-ecffae9578ac: {\"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-09-28T08:45:54.395Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e0220c6 2021-09-28T08:45:54.395Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.395Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:45:54.395Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b433e1a2-6a85-4e3a-836b-6648192b1b62 2021-09-28T08:45:54.395Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b433e1a2-6a85-4e3a-836b-6648192b1b62 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T08:45:54.396Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.397Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T08:45:54.398Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T08:45:54.398Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:45:54.398Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be6e5cf8-5084-4b63-a771-3625edc7b775 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:45:54.399Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.399Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:54.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:45:54.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T08:45:54.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=64cc9925-4eb0-4909-907c-ecffae9578ac Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:45:54.401Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.401Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.401Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid eaecf927-426e-4730-a77b-61be3c16ac24: basic_vm 2021-09-28T08:45:54.401Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.402Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:45:54.403Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:45:54.403Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-28T08:45:54.461Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 559c6431-0b2e-43cc-b894-242996b043c6 1 ASDC deployResourceStructure 2021-09-28T08:45:54.462Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:54.462Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:54.462Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:45:54.462Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:54.465Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:54.465Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818754462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:45:54.565Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:54.565Z||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-09-28T08:45:54.566Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:54.602Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:54.602Z||pool-51-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:45:55.465Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:55.466Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:55.466Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:45:55.466Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:55.468Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:55.468Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818755465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:45:55.568Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:55.569Z||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-09-28T08:45:55.569Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:55.599Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:55.600Z||pool-52-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:45:56.468Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:56.469Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||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-09-28T08:45:56.469Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:45:56.469Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:56.471Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:56.471Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818756468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T08:45:56.572Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:45:56.574Z||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-09-28T08:45:56.574Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:56.584Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:56.585Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:57.473Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-28T08:45:57.474Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T08:45:57.474Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:45:57.474Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:45:57.476Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:45:57.476Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818757473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:45:57.576Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:45:57.577Z||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-09-28T08:45:57.577Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:45:57.588Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:45:57.589Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:45:58.480Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b810664-e59a-4d9b-b39c-90582860a945 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:45:58.487Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:45:58.488Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:45:58.489Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:45:58.492Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:46:28.493Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b810664-e59a-4d9b-b39c-90582860a945 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-09-28T08:46:28.502Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b810664-e59a-4d9b-b39c-90582860a945 and serviceModelVersionId: eaecf927-426e-4730-a77b-61be3c16ac24 2021-09-28T08:46:28.502Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de0fe7ce-0c39-4054-9c9d-433e3d300df1 2021-09-28T08:46:28.504Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?depth=0 2021-09-28T08:46:28.513Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:46:28.568Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?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-09-28T08:46:28.570Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?depth=0|INFO|500||Invoke 2021-09-28T08:46:28.594Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:46:29.743Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?depth=0|INFO|500||InvokeReturn 2021-09-28T08:46:29.744Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de0fe7ce-0c39-4054-9c9d-433e3d300df1/model-vers/model-ver/eaecf927-426e-4730-a77b-61be3c16ac24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-08:46:28:587-68541], vertex-id=[585960], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:46:28 GMT], Content-Type=[application/json]} 2021-09-28T08:46:29.744Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:46:29.745Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:46:29.745Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:46:29.750Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:46:29.751Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b810664-e59a-4d9b-b39c-90582860a945 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:46:29.752Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:46:29.752Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:29.755Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:29.755Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818789751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:46:29.855Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:29.856Z||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-09-28T08:46:29.856Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:29.870Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:29.870Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T08:46:30.768Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:46:30.769Z|0b810664-e59a-4d9b-b39c-90582860a945|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-09-28T08:46:30.769Z|0b810664-e59a-4d9b-b39c-90582860a945|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:31.388Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:31.389Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:46:31.389Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a1d86758-248a-4b59-9063-b6857095d6c3","serviceDescription":"service","serviceInvariantUUID":"c20e7de1-af89-4021-bb93-36491ee421f6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c42b8cf-e197-425e-b298-713b8c5b4cec","resourceInvariantUUID":"f2e7380d-786b-4ea6-aef7-c933774726e7","resourceCustomizationUUID":"7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0","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":"N2JlZjlkZmZiYzQ3MjMyYjNjNWFhMGFjNWYwMjI0M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09e1cecd-7f79-43a0-9c65-dd9b8455e57b","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":"ODBlZjVlZTNiOWIxZjBlYmUzYzQ3MWZkMWU0YzFjN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29143d76-a592-44ae-8c2b-7b39be91f460","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":"a0a4cf96-4e4e-4421-95c9-5aa787038253","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":"0c0d261c-e160-40f1-b874-92e91fdde5ca","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":"033c1626-8f77-47c5-a12d-b9a78721775a","artifactVersion":"2","generatedFromUUID":"a0a4cf96-4e4e-4421-95c9-5aa787038253"},{"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":"YmM1ZmRjYmNlOTA2M2FlYTU1ZWVjZTk2ZmUyNGQ2ODg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d80f6d63-6474-48ca-bb01-3f8a42977144","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":"OGVmNTA0N2Y0NTIxMzkyNzVlY2EwZWI5YjUzMGQzMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a390b0ab-8001-4942-9db5-33ccb569b289","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmUzZTI3MmRiZTA1NzBjOTFjNmM3Y2MzNTUxNzQ3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e56a2ab8-5526-4ba7-b435-0931710811bc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:46:31.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:31.392Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:31.394Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:31.394Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:46:31.494Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:31.494Z||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-09-28T08:46:31.495Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:31.502Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:31.503Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:32.396Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:32.398Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:32.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:32.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:46:32.500Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:32.501Z||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-09-28T08:46:32.501Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:32.511Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:32.512Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:33.400Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:33.401Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:33.403Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:33.403Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:46:33.503Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:33.504Z||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-09-28T08:46:33.504Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:33.513Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:33.513Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:34.404Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:34.405Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:34.407Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:34.407Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:46:34.507Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:46:34.508Z||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-09-28T08:46:34.508Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:34.519Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:34.519Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:46:35.408Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:35.409Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:35.411Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:35.411Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:46:35.511Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:35.512Z||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-09-28T08:46:35.512Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:35.525Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:35.525Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:36.411Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:36.412Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:36.414Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:36.415Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:46:36.514Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:46:36.515Z||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-09-28T08:46:36.515Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:36.525Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:36.525Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:37.415Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:37.416Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:37.418Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:37.418Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:46:37.518Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:37.519Z||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-09-28T08:46:37.519Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:37.530Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:37.531Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:38.418Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:46:38.419Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:38.421Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:38.421Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:46:38.521Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:38.521Z||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-09-28T08:46:38.522Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:38.531Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:38.531Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:39.422Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a1d86758-248a-4b59-9063-b6857095d6c3", "serviceDescription": "service", "serviceInvariantUUID": "c20e7de1-af89-4021-bb93-36491ee421f6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1c42b8cf-e197-425e-b298-713b8c5b4cec", "resourceInvariantUUID": "f2e7380d-786b-4ea6-aef7-c933774726e7", "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": "ODBlZjVlZTNiOWIxZjBlYmUzYzQ3MWZkMWU0YzFjN2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29143d76-a592-44ae-8c2b-7b39be91f460", "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": "a0a4cf96-4e4e-4421-95c9-5aa787038253", "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": "033c1626-8f77-47c5-a12d-b9a78721775a", "generatedFromUUID": "a0a4cf96-4e4e-4421-95c9-5aa787038253" }, "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": "033c1626-8f77-47c5-a12d-b9a78721775a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MmUzZTI3MmRiZTA1NzBjOTFjNmM3Y2MzNTUxNzQ3MzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e56a2ab8-5526-4ba7-b435-0931710811bc" } ], "workloadContext": "Production" } 2021-09-28T08:46:39.422Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:46:39.422Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1d86758-248a-4b59-9063-b6857095d6c3 ASDC 2021-09-28T08:46:39.423Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a1d86758-248a-4b59-9063-b6857095d6c3 ServiceInvariantUUID:c20e7de1-af89-4021-bb93-36491ee421f6 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:e56a2ab8-5526-4ba7-b435-0931710811bc ArtifactChecksum:MmUzZTI3MmRiZTA1NzBjOTFjNmM3Y2MzNTUxNzQ3MzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 ResourceInvariantUUID:f2e7380d-786b-4ea6-aef7-c933774726e7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:1c42b8cf-e197-425e-b298-713b8c5b4cec 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:29143d76-a592-44ae-8c2b-7b39be91f460 ArtifactChecksum:ODBlZjVlZTNiOWIxZjBlYmUzYzQ3MWZkMWU0YzFjN2E= 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:a0a4cf96-4e4e-4421-95c9-5aa787038253 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:033c1626-8f77-47c5-a12d-b9a78721775a 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:033c1626-8f77-47c5-a12d-b9a78721775a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T08:46:39.423Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d86758-248a-4b59-9063-b6857095d6c3 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-09-28T08:46:39.448Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:46:39.448Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:46:39.448Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:46:39.449Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e56a2ab8-5526-4ba7-b435-0931710811bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-28T08:46:39.449Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:46:39.449Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-28T08:46:40.550Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:46:40.560Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e56a2ab8-5526-4ba7-b435-0931710811bc 78616 2021-09-28T08:46:40.560Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-28T08:46:40.560Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-28T08:46:40.560Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:46:40.561Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:40.563Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:40.563Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818800560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:46:40.663Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:40.663Z||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-09-28T08:46:40.664Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:40.676Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:40.676Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:46:41.563Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:46:41.565Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:46:41.565Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e56a2ab8-5526-4ba7-b435-0931710811bc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:41.566Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-28T08:46:41.566Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:41.566Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:41.813Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP574488731947246612/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-09-28T08:46:42.900Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||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-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||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-09-28T08:46:42.901Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||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-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||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-09-28T08:46:42.902Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-28T08:46:42.903Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:46:42.903Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.903Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.903Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:42.904Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:46:42.904Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:46:42.904Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.904Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.905Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:42.905Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:46:42.905Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:46:42.905Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.905Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.906Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.906Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-28T08:46:42.906Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-28T08:46:42.906Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-28T08:46:42.907Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-28T08:46:42.907Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:46:42.907Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T08:46:42.907Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.908Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:46:42.908Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.908Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:42.908Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:42.909Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.909Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:42.909Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:42.909Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.909Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:42.910Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:42.910Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.910Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-28T08:46:42.910Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T08:46:42.911Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:46:42.911Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c61ea66-db25-4c0a-8402-c41ceb4ae01b 2021-09-28T08:46:42.911Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.911Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.912Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.912Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.912Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.912Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.912Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:42.913Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:42.913Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a1d86758-248a-4b59-9063-b6857095d6c3 Model Version:NULL Model InvariantUuid:c20e7de1-af89-4021-bb93-36491ee421f6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:269e5a8e-2d8c-4322-a231-263a26778025 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f2e7380d-786b-4ea6-aef7-c933774726e7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c7a0a780-8a6f-4949-a04c-d3ce21e10435 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7f3531f5-fa8b-472f-b54a-576c7b30df4b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4c61ea66-db25-4c0a-8402-c41ceb4ae01b ModelInvariantUuid:1922c43c-7e91-4927-91c9-4e89b57dbe9a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:62f9500a-d474-4d36-ac3b-1eb8b3886d68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6e6fe4d1-fd50-4734-97f7-eb00fb7c6664 ModelInvariantUuid:ea14c421-f3ac-440f-bec6-a494fe0ca851 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:58726efe-6eb1-429b-a301-c1a922aeef10 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:46:42.917Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c42b8cf-e197-425e-b298-713b8c5b4cec Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:46:42.919Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-09-28T08:46:42.919Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c42b8cf-e197-425e-b298-713b8c5b4cec 2021-09-28T08:46:42.920Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29143d76-a592-44ae-8c2b-7b39be91f460 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-28T08:46:42.920Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:46:42.920Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-28T08:46:44.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:46:44.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 29143d76-a592-44ae-8c2b-7b39be91f460 792 2021-09-28T08:46:44.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-28T08:46:44.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-28T08:46:44.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:46:44.525Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:44.526Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:44.526Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818804524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:46:44.627Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:44.627Z||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-09-28T08:46:44.627Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:44.635Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:44.635Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:45.527Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c7a0a780-8a6f-4949-a04c-d3ce21e10435", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f3531f5-fa8b-472f-b54a-576c7b30df4b", "vfModuleModelCustomizationUUID": "15546a26-754d-4165-adaa-19173a830eed", "isBase": true, "artifacts": [ "a0a4cf96-4e4e-4421-95c9-5aa787038253", "033c1626-8f77-47c5-a12d-b9a78721775a" ], "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-09-28T08:46:45.531Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f3531f5-fa8b-472f-b54a-576c7b30df4b VfModuleModelInvariantUUID:c7a0a780-8a6f-4949-a04c-d3ce21e10435 VfModuleModelDescription:NULL Artifacts UUID List:{ a0a4cf96-4e4e-4421-95c9-5aa787038253 , 033c1626-8f77-47c5-a12d-b9a78721775a } 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-09-28T08:46:45.532Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c7a0a780-8a6f-4949-a04c-d3ce21e10435", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f3531f5-fa8b-472f-b54a-576c7b30df4b", "vfModuleModelCustomizationUUID": "15546a26-754d-4165-adaa-19173a830eed", "isBase": true, "artifacts": [ "a0a4cf96-4e4e-4421-95c9-5aa787038253", "033c1626-8f77-47c5-a12d-b9a78721775a" ], "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-09-28T08:46:45.532Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f3531f5-fa8b-472f-b54a-576c7b30df4b VfModuleModelInvariantUUID:c7a0a780-8a6f-4949-a04c-d3ce21e10435 VfModuleModelDescription:NULL Artifacts UUID List:{ a0a4cf96-4e4e-4421-95c9-5aa787038253 , 033c1626-8f77-47c5-a12d-b9a78721775a } 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-09-28T08:46:45.533Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a0a4cf96-4e4e-4421-95c9-5aa787038253 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-28T08:46:45.533Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:46:45.533Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-28T08:46:47.171Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:46:47.171Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a0a4cf96-4e4e-4421-95c9-5aa787038253 5033 2021-09-28T08:46:47.172Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-28T08:46:47.172Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-28T08:46:47.172Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:46:47.172Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:47.175Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:47.175Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818807172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:46:47.275Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:47.276Z||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-09-28T08:46:47.276Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:47.285Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:47.285Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:48.175Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 033c1626-8f77-47c5-a12d-b9a78721775a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-28T08:46:48.176Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:46:48.176Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-28T08:46:49.277Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:46:49.277Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 033c1626-8f77-47c5-a12d-b9a78721775a 903 2021-09-28T08:46:49.277Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-28T08:46:49.277Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-28T08:46:49.278Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:46:49.278Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:49.279Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:49.279Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818809277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:46:49.379Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:49.380Z||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-09-28T08:46:49.381Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:49.388Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:49.389Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:50.280Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a1d86758-248a-4b59-9063-b6857095d6c3 2021-09-28T08:46:50.280Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1c42b8cf-e197-425e-b298-713b8c5b4cec ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:46:50.288Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fd6e32d, org.onap.sdc.toscaparser.api.parameters.Input@2b1e0a59, org.onap.sdc.toscaparser.api.parameters.Input@3c7cf33e, org.onap.sdc.toscaparser.api.parameters.Input@6714380, org.onap.sdc.toscaparser.api.parameters.Input@3e0607e8] 2021-09-28T08:46:50.289Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.290Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.290Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-28T08:46:50.290Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 2021-09-28T08:46:50.290Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 matches Tosca VF Customization UUID: 7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 2021-09-28T08:46:50.290Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T08:46:50.291Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.291Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.292Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0: {\"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-09-28T08:46:50.292Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32ce5d3a 2021-09-28T08:46:50.292Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.292Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:46:50.292Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15546a26-754d-4165-adaa-19173a830eed 2021-09-28T08:46:50.293Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15546a26-754d-4165-adaa-19173a830eed Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T08:46:50.294Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.295Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:50.295Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:50.295Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.296Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:50.296Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:50.296Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.296Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-28T08:46:50.297Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T08:46:50.297Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T08:46:50.297Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c61ea66-db25-4c0a-8402-c41ceb4ae01b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:46:50.299Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.299Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:50.300Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:46:50.300Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.300Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-28T08:46:50.300Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7ad3c245-25ca-45c7-bc32-f73c7d2ebcc0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:46:50.302Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.302Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.302Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a1d86758-248a-4b59-9063-b6857095d6c3: basic_vm_macro 2021-09-28T08:46:50.302Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.303Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.303Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.303Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.303Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.304Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.304Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.304Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.304Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:46:50.305Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:46:50.305Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-28T08:46:50.366Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1c42b8cf-e197-425e-b298-713b8c5b4cec 1 ASDC deployResourceStructure 2021-09-28T08:46:50.367Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-28T08:46:50.367Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-28T08:46:50.367Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:46:50.367Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:50.369Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:50.369Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818810367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:46:50.469Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:50.470Z||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-09-28T08:46:50.470Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:50.483Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:50.484Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:51.370Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-28T08:46:51.370Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-28T08:46:51.370Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:46:51.370Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:51.373Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:51.373Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818811370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:46:51.473Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:51.473Z||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-09-28T08:46:51.473Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:51.480Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:51.481Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:46:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:46:52.090Z||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-09-28T08:46:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:52.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:52.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:46:52.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:46:52.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:46:52.374Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-28T08:46:52.374Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-28T08:46:52.374Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:46:52.375Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:52.376Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:52.376Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818812374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T08:46:52.476Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:46:52.477Z||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-09-28T08:46:52.477Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:52.497Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:52.498Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:53.382Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-28T08:46:53.382Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-28T08:46:53.382Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:46:53.382Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:46:53.384Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:46:53.384Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818813381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:46:53.484Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:46:53.485Z||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-09-28T08:46:53.485Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:46:53.509Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:46:53.510Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:46:54.386Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:46:54.392Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:46:54.393Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:46:54.393Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:46:54.393Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:47:24.393Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:47:24.400Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:47:24.404Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:47:24.405Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:47:24.405Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:47:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:47:52.093Z||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-09-28T08:47:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:47:52.117Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:47:52.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:47:52.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:47:52.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:47:54.405Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:47:54.418Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:47:54.420Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:47:54.420Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:47:54.421Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:48:24.421Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:48:24.428Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:24.430Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:48:24.430Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T08:48:24.430Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T08:48:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:48:52.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-09-28T08:48:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:48:52.125Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:48:52.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:48:52.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818753377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818754462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:48:52.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818755465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818756468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "ves-openapi-manager", "timestamp": 1632818745861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "dcae-sch", "timestamp": 1632818741340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818748227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818757473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818750074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818761658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818754099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818762669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818763118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "policy-id", "timestamp": 1632818763674, "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-09-28T08:48:52.162Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.162Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818756663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818764842, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818765914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "cds", "timestamp": 1632818767730, "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-09-28T08:48:52.177Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.177Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818770265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818771288, "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-09-28T08:48:52.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818763792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "multicloud-k8s-id", "timestamp": 1632818772291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818773290, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818767610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818776099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818777103, "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-09-28T08:48:52.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818778359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818779647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818783644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "clamp", "timestamp": 1632818784650, "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-09-28T08:48:52.213Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b810664-e59a-4d9b-b39c-90582860a945", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818789751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:48:52.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818791751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:48:52.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "aai-ml", "timestamp": 1632818792759, "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-09-28T08:48:52.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 2021-09-28T08:48:52.224Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:52.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818790768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818800560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818804524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818807172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818809277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818810367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:52.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:48:52.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818811370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:48:52.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:48:54.430Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:48:54.438Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:48:54.440Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:48:54.440Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:48:54.440Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:48:54.440Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:48:54.441Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:48:54.448Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:49:24.449Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d 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-09-28T08:49:24.459Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d and serviceModelVersionId: a1d86758-248a-4b59-9063-b6857095d6c3 2021-09-28T08:49:24.459Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c20e7de1-af89-4021-bb93-36491ee421f6 2021-09-28T08:49:24.461Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0 2021-09-28T08:49:24.470Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:49:24.530Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|INFO|500||Invoke 2021-09-28T08:49:24.530Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96fa9deb-d638-4fc8-8f38-85053206dd8a], X-ECOMP-RequestID=[ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d], X-TransactionId=[], X-ONAP-RequestID=[ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d], Content-Type=[application/merge-patch+json]} 2021-09-28T08:49:24.556Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:49:25.152Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-08:49:24:549-89994], vertex-id=[225288], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:49:24 GMT], Content-Type=[application/json]} 2021-09-28T08:49:25.152Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:49:25.153Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c20e7de1-af89-4021-bb93-36491ee421f6/model-vers/model-ver/a1d86758-248a-4b59-9063-b6857095d6c3?depth=0|INFO|500||InvokeReturn 2021-09-28T08:49:25.154Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:49:25.154Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:49:25.157Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:49:25.159Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:49:25.159Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:49:25.159Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:25.163Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:25.163Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818965159, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:49:25.263Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:25.264Z||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-09-28T08:49:25.264Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:25.277Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:25.278Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 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-09-28T08:49:26.176Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:49:26.177Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|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-09-28T08:49:26.177Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:30.511Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:30.511Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:49:30.511Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f4ae158b-0aa6-4b80-8ffb-261668ecf4ff","serviceDescription":"service","serviceInvariantUUID":"b2322288-dfca-44a5-a290-c9e2ff88cf98","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e11da42-ac5f-4a22-a8b2-21ac40215f8d","resourceInvariantUUID":"370eb696-ba16-4809-91c6-3cfbbd12cf52","resourceCustomizationUUID":"e4635819-7ceb-402a-ae9e-e57dad65fec4","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":"MzI3MjBlZWIyOGYzMDIxMDZhMTIyZTFhM2I0NzM2OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3378ba69-f694-4bcb-b666-548b77b7bc18","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":"718907a8-ba8f-4b2d-8f78-93099b616065","artifactVersion":"2","generatedFromUUID":"bf9af44b-2b76-4866-810c-b633db08adbb"},{"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":"bf9af44b-2b76-4866-810c-b633db08adbb","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":"NGViYzQ2YTNlZTk1Y2E2MjdkMmYzMDJlMzMzZGQwZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"778e177a-3546-4a17-a628-a0562cfb3d45","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":"40ab48f3-87ba-47d0-b470-d3711912cc4e","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":"2a0332a3-4411-4be4-90c2-76536520ebf8","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":"840609dd-4ff6-457e-aac1-73d57fa1b54b","artifactVersion":"2","generatedFromUUID":"40ab48f3-87ba-47d0-b470-d3711912cc4e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDk4MDZmMjRkNTdiN2I1MWE3NmYyYmE5MjE0YmI4MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7719865-b3aa-4526-90bc-4095e90876e3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTEyN2MzNWMwYzZkN2JmZDRkMmMwZTg2MjQ0ZmJiOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db7790b1-d440-4b2b-8c3d-b4e3fc057774","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T08:49:30.514Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:30.514Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:30.515Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:30.515Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:30.615Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:30.616Z||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-09-28T08:49:30.616Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:30.624Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:30.624Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:31.516Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:31.516Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:31.518Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:31.518Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T08:49:31.619Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:49:31.620Z||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-09-28T08:49:31.620Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:31.628Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:31.629Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:32.519Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:32.519Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:32.521Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:32.521Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T08:49:32.621Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:32.622Z||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-09-28T08:49:32.622Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:32.635Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:32.636Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:33.522Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:33.522Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:33.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:33.524Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:49:33.624Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:33.626Z||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-09-28T08:49:33.626Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:33.641Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:33.641Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:34.525Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:34.525Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:34.527Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:34.527Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T08:49:34.627Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:34.628Z||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-09-28T08:49:34.628Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:34.635Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:34.635Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:35.528Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:35.529Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:35.530Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:35.531Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:35.631Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:35.632Z||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-09-28T08:49:35.633Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:35.673Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:35.674Z||pool-78-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:36.531Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:36.532Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:36.534Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:36.534Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T08:49:36.634Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:36.635Z||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-09-28T08:49:36.635Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:36.643Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:36.644Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:37.534Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:37.535Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:37.537Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:37.537Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:37.637Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:37.638Z||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-09-28T08:49:37.638Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:37.647Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:37.648Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:38.538Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T08:49:38.539Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:38.541Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:38.541Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:38.642Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:49:38.643Z||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-09-28T08:49:38.643Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:38.675Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:38.676Z||pool-81-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:49:39.543Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f4ae158b-0aa6-4b80-8ffb-261668ecf4ff", "serviceDescription": "service", "serviceInvariantUUID": "b2322288-dfca-44a5-a290-c9e2ff88cf98", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e4635819-7ceb-402a-ae9e-e57dad65fec4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e11da42-ac5f-4a22-a8b2-21ac40215f8d", "resourceInvariantUUID": "370eb696-ba16-4809-91c6-3cfbbd12cf52", "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": "718907a8-ba8f-4b2d-8f78-93099b616065", "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": "bf9af44b-2b76-4866-810c-b633db08adbb", "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": "NGViYzQ2YTNlZTk1Y2E2MjdkMmYzMDJlMzMzZGQwZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "778e177a-3546-4a17-a628-a0562cfb3d45", "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": "40ab48f3-87ba-47d0-b470-d3711912cc4e", "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": "840609dd-4ff6-457e-aac1-73d57fa1b54b", "generatedFromUUID": "40ab48f3-87ba-47d0-b470-d3711912cc4e" }, "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": "840609dd-4ff6-457e-aac1-73d57fa1b54b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MTEyN2MzNWMwYzZkN2JmZDRkMmMwZTg2MjQ0ZmJiOGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db7790b1-d440-4b2b-8c3d-b4e3fc057774" } ], "workloadContext": "Production" } 2021-09-28T08:49:39.543Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T08:49:39.543Z|ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f4ae158b-0aa6-4b80-8ffb-261668ecf4ff ASDC 2021-09-28T08:49:39.544Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f4ae158b-0aa6-4b80-8ffb-261668ecf4ff ServiceInvariantUUID:b2322288-dfca-44a5-a290-c9e2ff88cf98 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:db7790b1-d440-4b2b-8c3d-b4e3fc057774 ArtifactChecksum:MTEyN2MzNWMwYzZkN2JmZDRkMmMwZTg2MjQ0ZmJiOGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e4635819-7ceb-402a-ae9e-e57dad65fec4 ResourceInvariantUUID:370eb696-ba16-4809-91c6-3cfbbd12cf52 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3e11da42-ac5f-4a22-a8b2-21ac40215f8d 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:718907a8-ba8f-4b2d-8f78-93099b616065 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:bf9af44b-2b76-4866-810c-b633db08adbb 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:778e177a-3546-4a17-a628-a0562cfb3d45 ArtifactChecksum:NGViYzQ2YTNlZTk1Y2E2MjdkMmYzMDJlMzMzZGQwZmE= 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:40ab48f3-87ba-47d0-b470-d3711912cc4e 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:840609dd-4ff6-457e-aac1-73d57fa1b54b 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:840609dd-4ff6-457e-aac1-73d57fa1b54b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T08:49:39.544Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4ae158b-0aa6-4b80-8ffb-261668ecf4ff 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-09-28T08:49:39.570Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:49:39.570Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:49:39.570Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:49:39.571Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: db7790b1-d440-4b2b-8c3d-b4e3fc057774 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T08:49:39.571Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:39.571Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T08:49:41.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:41.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar db7790b1-d440-4b2b-8c3d-b4e3fc057774 68753 2021-09-28T08:49:41.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-28T08:49:41.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T08:49:41.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:41.241Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:41.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:41.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818981240, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:41.343Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:41.344Z||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-09-28T08:49:41.344Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:41.352Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:41.352Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:49:42.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T08:49:42.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-28T08:49:42.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: db7790b1-d440-4b2b-8c3d-b4e3fc057774, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T08:49:42.246Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-28T08:49:42.247Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T08:49:42.248Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T08:49:42.415Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4738982232932412534/Definitions/service-BasicCnf-template.yml 2021-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:43.607Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:43.608Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T08:49:43.608Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:43.608Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-28T08:49:43.608Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.608Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.609Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:43.609Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:49:43.609Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:49:43.609Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.610Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:49:43.611Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:43.612Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb522e33-b1cd-47a9-84f5-48154c1b0aa6 2021-09-28T08:49:43.613Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:43.614Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f4ae158b-0aa6-4b80-8ffb-261668ecf4ff Model Version:NULL Model InvariantUuid:b2322288-dfca-44a5-a290-c9e2ff88cf98 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b9048315-5d5e-4896-80d0-49cd3e774e14 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:370eb696-ba16-4809-91c6-3cfbbd12cf52 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e4635819-7ceb-402a-ae9e-e57dad65fec4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9060bb6d-2d01-43b3-a55e-653c5f298cde ModelName:BasicCnf..base_dummy..module-0 ModelUuid:6fbf6810-bea1-4802-9aa1-f0744b85f0b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eb522e33-b1cd-47a9-84f5-48154c1b0aa6 ModelInvariantUuid:0d4d651f-26f1-408e-a42a-56ceaa178f12 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:91ca0866-1185-4ae6-9b63-60a31dba0e0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a691abdc-6161-49ad-ae0a-5c1ebc819dc4 ModelInvariantUuid:ed42bd3c-9583-4dd9-bb22-cfbfb19ed7df ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ffbd2bd6-5010-4dec-8cd8-29218c9f89fc 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T08:49:43.617Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e11da42-ac5f-4a22-a8b2-21ac40215f8d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:49:43.620Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-09-28T08:49:43.620Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e11da42-ac5f-4a22-a8b2-21ac40215f8d 2021-09-28T08:49:43.620Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 718907a8-ba8f-4b2d-8f78-93099b616065 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-28T08:49:43.620Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:43.620Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:45.332Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:45.332Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 718907a8-ba8f-4b2d-8f78-93099b616065 12 2021-09-28T08:49:45.333Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:45.333Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:45.333Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:45.333Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:45.335Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:45.335Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818985332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:45.435Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:45.436Z||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-09-28T08:49:45.436Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:45.445Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:45.445Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:46.336Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bf9af44b-2b76-4866-810c-b633db08adbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-28T08:49:46.336Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:46.336Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:47.931Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:47.931Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bf9af44b-2b76-4866-810c-b633db08adbb 2688 2021-09-28T08:49:47.932Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:47.932Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:47.932Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:47.932Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:47.934Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:47.935Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818987932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:48.035Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:48.036Z||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-09-28T08:49:48.036Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:48.044Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:48.045Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:49:48.936Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 778e177a-3546-4a17-a628-a0562cfb3d45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-28T08:49:48.936Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:48.937Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:50.287Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:50.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 778e177a-3546-4a17-a628-a0562cfb3d45 828 2021-09-28T08:49:50.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:50.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:50.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:50.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:50.291Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:50.291Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818990288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:50.391Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:50.392Z||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-09-28T08:49:50.392Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:50.399Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:50.399Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:51.292Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9060bb6d-2d01-43b3-a55e-653c5f298cde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6fbf6810-bea1-4802-9aa1-f0744b85f0b4", "vfModuleModelCustomizationUUID": "b66280d8-d0ac-4cee-aff1-e463e076c935", "isBase": true, "artifacts": [ "40ab48f3-87ba-47d0-b470-d3711912cc4e", "bf9af44b-2b76-4866-810c-b633db08adbb", "840609dd-4ff6-457e-aac1-73d57fa1b54b" ], "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-09-28T08:49:51.297Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6fbf6810-bea1-4802-9aa1-f0744b85f0b4 VfModuleModelInvariantUUID:9060bb6d-2d01-43b3-a55e-653c5f298cde VfModuleModelDescription:NULL Artifacts UUID List:{ 40ab48f3-87ba-47d0-b470-d3711912cc4e , bf9af44b-2b76-4866-810c-b633db08adbb , 840609dd-4ff6-457e-aac1-73d57fa1b54b } 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-09-28T08:49:51.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9060bb6d-2d01-43b3-a55e-653c5f298cde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6fbf6810-bea1-4802-9aa1-f0744b85f0b4", "vfModuleModelCustomizationUUID": "b66280d8-d0ac-4cee-aff1-e463e076c935", "isBase": true, "artifacts": [ "40ab48f3-87ba-47d0-b470-d3711912cc4e", "bf9af44b-2b76-4866-810c-b633db08adbb", "840609dd-4ff6-457e-aac1-73d57fa1b54b" ], "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-09-28T08:49:51.301Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6fbf6810-bea1-4802-9aa1-f0744b85f0b4 VfModuleModelInvariantUUID:9060bb6d-2d01-43b3-a55e-653c5f298cde VfModuleModelDescription:NULL Artifacts UUID List:{ 40ab48f3-87ba-47d0-b470-d3711912cc4e , bf9af44b-2b76-4866-810c-b633db08adbb , 840609dd-4ff6-457e-aac1-73d57fa1b54b } 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-09-28T08:49:51.301Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 40ab48f3-87ba-47d0-b470-d3711912cc4e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-28T08:49:51.301Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:51.301Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:51.873Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:51.874Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 40ab48f3-87ba-47d0-b470-d3711912cc4e 1164 2021-09-28T08:49:51.874Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:51.874Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:51.874Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:51.875Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:51.876Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:51.876Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818991874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:51.977Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T08:49:51.978Z||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-09-28T08:49:51.978Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:51.988Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:51.988Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:49:52.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-09-28T08:49:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:52.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:52.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818812374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818813381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T08:49:52.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T08:49:52.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "ves-openapi-manager", "timestamp": 1632818825859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818830073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818829099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818827617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818828227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818846812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818846958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818847047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "cds", "timestamp": 1632818847820, "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=? 2021-09-28T08:49:52.144Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:49:52.145Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:49:52.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818848054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818848167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "policy-id", "timestamp": 1632818849064, "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-09-28T08:49:52.167Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:49:52.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:49:52.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "dcae-sch", "timestamp": 1632818841340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818850459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818852433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818854069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818855140, "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-09-28T08:49:52.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:49:52.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:49:52.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818846663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "multicloud-k8s-id", "timestamp": 1632818856154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818856958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "aai-ml", "timestamp": 1632818857962, "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-09-28T08:49:52.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:49:52.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:49:52.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818853791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818865432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818868097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632818869103, "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-09-28T08:49:52.196Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:49:52.196Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:49:52.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:49:52.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818870654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:52.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:49:52.877Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 840609dd-4ff6-457e-aac1-73d57fa1b54b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-28T08:49:52.877Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-28T08:49:52.877Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:53.686Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-28T08:49:53.686Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 840609dd-4ff6-457e-aac1-73d57fa1b54b 200 2021-09-28T08:49:53.686Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:53.687Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:53.687Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T08:49:53.687Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:53.689Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:53.689Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818993686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:49:53.789Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:53.790Z||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-09-28T08:49:53.791Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:53.799Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:53.800Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:49:54.689Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f4ae158b-0aa6-4b80-8ffb-261668ecf4ff 2021-09-28T08:49:54.690Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3e11da42-ac5f-4a22-a8b2-21ac40215f8d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-28T08:49:54.701Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:49:54.704Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a0fcaf5, org.onap.sdc.toscaparser.api.parameters.Input@14b80f91, org.onap.sdc.toscaparser.api.parameters.Input@62e3b3e8, org.onap.sdc.toscaparser.api.parameters.Input@308f9974, org.onap.sdc.toscaparser.api.parameters.Input@2443b5f2] 2021-09-28T08:49:54.705Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.705Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.706Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-28T08:49:54.706Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e4635819-7ceb-402a-ae9e-e57dad65fec4 2021-09-28T08:49:54.706Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4635819-7ceb-402a-ae9e-e57dad65fec4 matches Tosca VF Customization UUID: e4635819-7ceb-402a-ae9e-e57dad65fec4 2021-09-28T08:49:54.706Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e4635819-7ceb-402a-ae9e-e57dad65fec4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T08:49:54.707Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.707Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.708Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e4635819-7ceb-402a-ae9e-e57dad65fec4: {\"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-09-28T08:49:54.708Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43580fda 2021-09-28T08:49:54.708Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.709Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T08:49:54.709Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b66280d8-d0ac-4cee-aff1-e463e076c935 2021-09-28T08:49:54.709Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b66280d8-d0ac-4cee-aff1-e463e076c935 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T08:49:54.710Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:54.711Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.712Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T08:49:54.712Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-28T08:49:54.712Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb522e33-b1cd-47a9-84f5-48154c1b0aa6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T08:49:54.714Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.714Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:54.715Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T08:49:54.715Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.715Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T08:49:54.715Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e4635819-7ceb-402a-ae9e-e57dad65fec4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:49:54.716Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.717Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.717Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f4ae158b-0aa6-4b80-8ffb-261668ecf4ff: basic_cnf 2021-09-28T08:49:54.717Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.718Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.718Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.718Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.718Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.719Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.719Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.720Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.720Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T08:49:54.720Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T08:49:54.720Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-28T08:49:54.792Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3e11da42-ac5f-4a22-a8b2-21ac40215f8d 1 ASDC deployResourceStructure 2021-09-28T08:49:54.793Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:54.793Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:54.793Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-28T08:49:54.794Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:54.797Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:54.798Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818994792, "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-09-28T08:49:54.897Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:54.898Z||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-09-28T08:49:54.899Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:54.920Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:54.921Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:55.799Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:55.799Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:55.799Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-28T08:49:55.800Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:55.801Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:55.801Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818995799, "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-09-28T08:49:55.901Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:55.903Z||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-09-28T08:49:55.903Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:55.924Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:55.924Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:56.802Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:56.804Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:56.804Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:49:56.804Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:56.807Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:56.807Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818996802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:49:56.907Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:56.907Z||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-09-28T08:49:56.907Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:56.916Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:56.916Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-28T08:49:57.807Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:57.808Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:57.808Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:49:57.808Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:57.810Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:57.810Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818997807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:49:57.910Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:49:57.911Z||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-09-28T08:49:57.911Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:57.918Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:57.918Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:58.811Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:58.811Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||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-09-28T08:49:58.811Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:49:58.812Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:58.814Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:58.814Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818998811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-28T08:49:58.914Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T08:49:58.915Z||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-09-28T08:49:58.915Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:58.925Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:58.925Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:49:59.815Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-28T08:49:59.816Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T08:49:59.816Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T08:49:59.816Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:49:59.818Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:49:59.818Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818999815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:49:59.921Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-28T08:49:59.922Z||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-09-28T08:49:59.923Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:49:59.932Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:49:59.933Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T08:50:00.819Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T08:50:00.829Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T08:50:00.831Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T08:50:00.834Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T08:50:30.835Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:50:30.843Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc and serviceModelVersionId: f4ae158b-0aa6-4b80-8ffb-261668ecf4ff 2021-09-28T08:50:30.844Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2322288-dfca-44a5-a290-c9e2ff88cf98 2021-09-28T08:50:30.845Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0 2021-09-28T08:50:30.850Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T08:50:30.894Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|INFO|500||Invoke 2021-09-28T08:50:30.895Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8339c922-d91c-46cc-a171-061999ad327e], X-ECOMP-RequestID=[e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc], X-TransactionId=[], X-ONAP-RequestID=[e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc], Content-Type=[application/merge-patch+json]} 2021-09-28T08:50:30.946Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T08:50:31.198Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-08:50:30:941-73481], vertex-id=[237576], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:50:30 GMT], Content-Type=[application/json]} 2021-09-28T08:50:31.198Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T08:50:31.199Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b2322288-dfca-44a5-a290-c9e2ff88cf98/model-vers/model-ver/f4ae158b-0aa6-4b80-8ffb-261668ecf4ff?depth=0|INFO|500||InvokeReturn 2021-09-28T08:50:31.199Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T08:50:31.200Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T08:50:31.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T08:50:31.204Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T08:50:31.204Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T08:50:31.204Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-28T08:50:31.207Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T08:50:31.207Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819031204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:50:31.307Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T08:50:31.308Z||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-09-28T08:50:31.308Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T08:50:31.323Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:50:31.324Z||pool-94-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-09-28T08:50:32.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:50:32.219Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:50:32.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:50:41.810Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:50:41.812Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:50:41.813Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:50:41.813Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:50:51.366Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:50:51.367Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:50:51.367Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:50:51.368Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:50:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:50:52.090Z||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-09-28T08:50:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:50:52.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:50:52.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:50:52.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818872669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:50:52.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:50:52.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T08:50:52.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "clamp", "timestamp": 1632818873673, "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-09-28T08:50:52.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 2021-09-28T08:50:52.118Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc 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-09-28T08:51:00.912Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:51:00.912Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:51:00.913Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:51:00.913Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:51:10.453Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:51:10.454Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:51:10.455Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:51:10.455Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:51:19.998Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:51:52.087Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:51:52.088Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:51:52.088Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:51:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:51:52.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-09-28T08:51:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:51:52.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:51:52.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecbf6ea4-0897-4dc4-b2db-84748aa8ca6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818965159, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T08:51:52.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T08:51:52.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818966176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818981240, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818985332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818987932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818990288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T08:51:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:51:52.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T08:51:52.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818991874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T08:51:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:01.642Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:52:52.090Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:52:52.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:52:52.092Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:52:52.093Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:52:52.092Z||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-09-28T08:52:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:52:52.656Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:52:52.656Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.657Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818993686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818994792, "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-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818995799, "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-09-28T08:52:52.660Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.660Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.660Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818996802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818997807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.661Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818998811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632818999815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819031204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T08:52:52.662Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T08:53:01.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:53:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:53:52.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:53:52.091Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T08:53:52.092Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:53:52.091Z||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-09-28T08:53:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:54:01.645Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:54:01.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:54:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:54:52.088Z||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-09-28T08:54:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:54:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:54:52.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-09-28T08:54:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:55:01.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:55:01.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:55:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:55:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:55:52.089Z||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-09-28T08:55:52.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-09-28T08:55:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:55:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:56:01.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:56:01.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:56:52.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:56:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:56:52.093Z||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-09-28T08:56:52.093Z||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-09-28T08:56:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:56:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:57:01.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:57:01.654Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:57:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:57:52.088Z||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-09-28T08:57:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:57:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:57:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T08:57:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:58:01.628Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:58:01.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:58:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:58:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:58:52.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-09-28T08:58:52.089Z||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-09-28T08:58:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:58:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:59:01.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:59:01.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T08:59:52.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:59:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T08:59:52.091Z||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-09-28T08:59:52.091Z||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-09-28T08:59:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T08:59:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:00:01.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:00:01.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:00:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:00:52.088Z||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-09-28T09:00:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:00:52.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:00:52.092Z||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-09-28T09:00:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:01:01.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:01:01.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:01:52.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:01:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:01:52.090Z||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-09-28T09:01:52.090Z||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-09-28T09:01:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:01:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:02:01.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:02:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:02:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:02:52.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:02:52.092Z||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-09-28T09:02:52.092Z||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-09-28T09:02:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:02:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:01.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:01.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:52.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:03:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:03:52.089Z||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-09-28T09:03:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:52.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-09-28T09:03:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:52.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:52.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819817613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819819098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819813791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "dcae-sch", "timestamp": 1632819821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819829769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819830173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:03:52.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819830357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "cds", "timestamp": 1632819831201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-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-09-28T09:03:52.720Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:03:52.720Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:03:52.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T09:03:52.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8606a032-b3b8-4361-a685-1a145defe118","serviceName":"Demo_pNF_jx14DJb0PC16G4DHpJNE","serviceVersion":"1.0","serviceUUID":"62089085-3f32-42d3-a140-53bc17e6b2b5","serviceDescription":"catalog service description","serviceInvariantUUID":"663a981a-8fbc-462e-a25b-7505ca2e9397","resources":[{"resourceInstanceName":"pNF 43cfc894-e8b1 0","resourceName":"pNF 43cfc894-e8b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5c6b37b-ad3e-411a-9370-e84da760a50a","resourceInvariantUUID":"fe71e2e2-85e7-44d4-92e1-f97b66de0cda","resourceCustomizationUUID":"6c367592-bfb2-4619-8f14-d295eb0212f3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml","artifactChecksum":"NWMxNjAzYTdhM2UzYjE4YjgzZmNjNDk5NWE2YWI4YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d56116af-dd66-45e3-9417-550e53be22e9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar","artifactChecksum":"NWFiYTU1MDMwNTUxMTlhZmMwNGJhMDA2M2RjMzNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88709a17-933e-4a5d-adb6-2e8cc0ee9113","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"370f6988-d7c6-4b0f-bb43-0df8461f258d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml","artifactChecksum":"ODlmMGJjODVjNWY2NWRjMWYyNTc3MzVjM2E2ZGE4ZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd4dee48-b44f-424e-8993-00bad147a589","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1772d04d-4721-47fb-a4b5-2d2beb3df7ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e24169b0-f55a-4b48-9239-947140dc5920","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJx14djb0pc16g4dhpjne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml","artifactChecksum":"NzMxY2FjZThlYTNmY2IzMTg5YTU2ZDBhODEwOWM5OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62b7ec59-5851-42d7-bc51-1c306bd39c49","artifactVersion":"1"},{"artifactName":"service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar","artifactChecksum":"MDRlNTAwNGYyZDJhOGRmYWIzZTJjZGY2ODVlNzg5MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T09:03:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T09:03:52.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:03:52.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:03:52.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:52.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:52.737Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:52.738Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:52.837Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T09:03:52.838Z||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-09-28T09:03:52.838Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:52.846Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:52.846Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:53.738Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:53.739Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:53.741Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:53.741Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:53.841Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:03:53.842Z||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-09-28T09:03:53.842Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:53.852Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:53.852Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:54.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:54.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:54.744Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:54.744Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:54.844Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:03:54.845Z||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-09-28T09:03:54.845Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:54.852Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:54.853Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:55.744Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:55.745Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:55.747Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:55.747Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:55.847Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:03:55.848Z||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-09-28T09:03:55.848Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:55.866Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:55.867Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:56.748Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:56.748Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:56.750Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:56.750Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:56.850Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:03:56.851Z||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-09-28T09:03:56.851Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:56.861Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:56.861Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:57.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:57.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:57.754Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:57.754Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:57.854Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T09:03:57.854Z||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-09-28T09:03:57.854Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:57.868Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:57.869Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:03:58.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:58.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:58.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:58.757Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:03:58.857Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:03:58.858Z||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-09-28T09:03:58.858Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:58.866Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:58.867Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-28T09:03:59.757Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:03:59.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:03:59.760Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:03:59.760Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:03:59.861Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T09:03:59.862Z||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-09-28T09:03:59.862Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:03:59.869Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:03:59.869Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:04:00.761Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "serviceName": "Demo_pNF_jx14DJb0PC16G4DHpJNE", "serviceVersion": "1.0", "serviceUUID": "62089085-3f32-42d3-a140-53bc17e6b2b5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "663a981a-8fbc-462e-a25b-7505ca2e9397", "resources": [ { "resourceInstanceName": "pNF 43cfc894-e8b1 0", "resourceCustomizationUUID": "6c367592-bfb2-4619-8f14-d295eb0212f3", "resourceName": "pNF 43cfc894-e8b1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d5c6b37b-ad3e-411a-9370-e84da760a50a", "resourceInvariantUUID": "fe71e2e2-85e7-44d4-92e1-f97b66de0cda", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "artifactChecksum": "MDRlNTAwNGYyZDJhOGRmYWIzZTJjZGY2ODVlNzg5MDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4" } ], "workloadContext": "Production" } 2021-09-28T09:04:00.762Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T09:04:00.762Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62089085-3f32-42d3-a140-53bc17e6b2b5 ASDC 2021-09-28T09:04:00.762Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8606a032-b3b8-4361-a685-1a145defe118 ServiceName:Demo_pNF_jx14DJb0PC16G4DHpJNE ServiceVersion:1.0 ServiceUUID:62089085-3f32-42d3-a140-53bc17e6b2b5 ServiceInvariantUUID:663a981a-8fbc-462e-a25b-7505ca2e9397 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar ArtifactUUID:1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4 ArtifactChecksum:MDRlNTAwNGYyZDJhOGRmYWIzZTJjZGY2ODVlNzg5MDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 43cfc894-e8b1 0 ResourceCustomizationUUID:6c367592-bfb2-4619-8f14-d295eb0212f3 ResourceInvariantUUID:fe71e2e2-85e7-44d4-92e1-f97b66de0cda ResourceName:pNF 43cfc894-e8b1 ResourceType:PNF ResourceUUID:d5c6b37b-ad3e-411a-9370-e84da760a50a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T09:04:00.762Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62089085-3f32-42d3-a140-53bc17e6b2b5 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-09-28T09:04:00.783Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T09:04:00.784Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:04:00.784Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:04:00.784Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4 from URL: /sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:00.784Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-28T09:04:00.784Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:02.548Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-28T09:04:02.553Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4 82554 2021-09-28T09:04:02.554Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar ASDC sendASDCNotification 2021-09-28T09:04:02.554Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:02.554Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T09:04:02.554Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:04:02.557Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:04:02.557Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819842554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:04:02.657Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:04:02.658Z||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-09-28T09:04:02.658Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:04:02.667Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:04:02.667Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:04:03.558Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T09:04:03.559Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:04:03.559Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1c0d2ad5-9004-4e45-aaa8-794d4ea69dd4, URL: /sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar to file: /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:03.560Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:03.560Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:03.560Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:03.700Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1134391925631971039/Definitions/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml 2021-09-28T09:04:04.445Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T09:04:04.446Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-28T09:04:04.446Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.446Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T09:04:04.446Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 43cfc894-e8b1 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-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.447Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Node template pNF 43cfc894-e8b1 0 is matching search criteria 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 43cfc894-e8b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Node template pNF 43cfc894-e8b1 0 is matching search criteria 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-28T09:04:04.448Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 43cfc894-e8b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.449Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.450Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.450Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.450Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.450Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.450Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jx14DJb0PC16G4DHpJNE Description:catalog service description Model UUID:62089085-3f32-42d3-a140-53bc17e6b2b5 Model Version:NULL Model InvariantUuid:663a981a-8fbc-462e-a25b-7505ca2e9397 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T09:04:04.453Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5c6b37b-ad3e-411a-9370-e84da760a50a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:04:04.456Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||pNF 43cfc894-e8b1 0 2021-09-28T09:04:04.456Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5c6b37b-ad3e-411a-9370-e84da760a50a 2021-09-28T09:04:04.456Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 62089085-3f32-42d3-a140-53bc17e6b2b5 2021-09-28T09:04:04.457Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 62089085-3f32-42d3-a140-53bc17e6b2b5 2021-09-28T09:04:04.457Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 43cfc894-e8b1 0 d5c6b37b-ad3e-411a-9370-e84da760a50a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:04:04.459Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55cd12cf, org.onap.sdc.toscaparser.api.parameters.Input@308b90df, org.onap.sdc.toscaparser.api.parameters.Input@7338de2d, org.onap.sdc.toscaparser.api.parameters.Input@385b974f, org.onap.sdc.toscaparser.api.parameters.Input@53da1e1] 2021-09-28T09:04:04.459Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.459Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.459Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 62089085-3f32-42d3-a140-53bc17e6b2b5: pNF 43cfc894-e8b1 2021-09-28T09:04:04.459Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Processing PNF resource: d5c6b37b-ad3e-411a-9370-e84da760a50a 2021-09-28T09:04:04.460Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:04:04.460Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jx14DJb0PC16G4DHpJNE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:04:04.460Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||Resource customization UUID: 6c367592-bfb2-4619-8f14-d295eb0212f3 is the same as notified resource customizationUUID: 6c367592-bfb2-4619-8f14-d295eb0212f3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-28T09:04:04.497Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 43cfc894-e8b1 d5c6b37b-ad3e-411a-9370-e84da760a50a 0 ASDC deployResourceStructure 2021-09-28T09:04:04.497Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar ASDC sendASDCNotification 2021-09-28T09:04:04.497Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar 2021-09-28T09:04:04.497Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T09:04:04.498Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:04:04.499Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:04:04.499Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819844497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:04:04.600Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T09:04:04.600Z||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-09-28T09:04:04.601Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:04:04.609Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:04:04.610Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:04:05.500Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:04:05.507Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:04:05.508Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:04:05.508Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:04:05.508Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:04:35.509Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:04:35.524Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:04:35.525Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:04:35.525Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:04:35.525Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:04:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:04:52.092Z||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-09-28T09:04:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:04:52.131Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:04:52.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-28T09:04:52.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:04:52.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-28T09:05:05.527Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:05:05.535Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:05:05.537Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:05:05.537Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:05:05.538Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:05:35.539Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:05:35.582Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:05:35.587Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:05:35.588Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:05:35.588Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:05:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:05:52.091Z||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-09-28T09:05:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:05:52.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:05:52.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-28T09:05:52.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819832668, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:05:52.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:05.588Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:06:05.597Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:05.602Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:06:05.602Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:06:05.602Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:06:35.603Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:06:35.614Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:35.616Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:06:35.616Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T09:06:35.616Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T09:06:52.090Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:06:52.094Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:06:52.094Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:06:52.118Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:06:52.129Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.130Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.132Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.133Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819825861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.133Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.133Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.133Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819833674, "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-09-28T09:06:52.141Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:06:52.142Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:52.157Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.158Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.159Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819835288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819835384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.160Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819828227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.161Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "aai-ml", "timestamp": 1632819836388, "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-09-28T09:06:52.164Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:06:52.164Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:52.170Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.170Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819836474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.170Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.171Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.172Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.172Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.172Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "ves-openapi-manager", "timestamp": 1632819837483, "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-09-28T09:06:52.175Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:06:52.175Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:52.190Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.190Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.190Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.190Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.191Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "multicloud-k8s-id", "timestamp": 1632819830073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.191Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.191Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.191Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819838062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.191Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.192Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819839074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.193Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819832087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.194Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.194Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.194Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "policy-id", "timestamp": 1632819840077, "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-09-28T09:06:52.196Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:06:52.196Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:52.201Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.201Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.201Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/resourceInstances/pnf43cfc894e8b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819842554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.202Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819836664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632819844497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819850867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.203Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819852878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJx14djb0pc16g4dhpjne/1.0/artifacts/service-DemoPnfJx14djb0pc16g4dhpjne-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.204Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.205Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.205Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "clamp", "timestamp": 1632819853882, "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-09-28T09:06:52.207Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8606a032-b3b8-4361-a685-1a145defe118 2021-09-28T09:06:52.207Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:06:52.212Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.212Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.213Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.213Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.213Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.213Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.214Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.214Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.214Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.214Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.214Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.215Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.215Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.215Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.215Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.216Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.216Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.216Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.216Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.216Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.217Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.217Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.217Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.217Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.218Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.219Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.219Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.219Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.219Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.220Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.221Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.221Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.221Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.221Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.221Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.222Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.222Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.222Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.222Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.223Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.223Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.223Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.223Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.224Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.224Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.224Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.224Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.225Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.225Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.225Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.225Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.226Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.226Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.226Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.226Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.226Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.227Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.227Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.227Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.227Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.227Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.228Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.228Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.228Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.228Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.228Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.229Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.229Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.229Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.229Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.230Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.230Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.230Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.230Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.231Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.231Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.231Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.231Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.231Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.232Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.232Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.232Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.232Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.232Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.233Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.233Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.233Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.233Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.234Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.234Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.234Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.234Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.234Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.235Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.235Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.235Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T09:06:52.235Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.235Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.236Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.237Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.237Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "dcae-sch", "timestamp": 1632819861342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.237Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.237Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.238Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.238Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.238Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.238Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819864098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.238Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.239Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.239Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.239Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.239Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.239Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.240Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.241Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.241Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.241Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.242Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.242Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.242Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819865859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.243Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.244Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.244Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.244Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.244Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.244Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819866663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.245Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.246Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.246Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.246Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.247Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.247Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819875485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.247Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.247Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.248Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819876269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.250Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.251Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "cds", "timestamp": 1632819876820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T09:06:52.262Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:06:52.262Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:06:52.267Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.267Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819868227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819877301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.268Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.269Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.269Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "ves-openapi-manager", "timestamp": 1632819878306, "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-09-28T09:06:52.271Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:06:52.271Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "multicloud-k8s-id", "timestamp": 1632819870073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.276Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819880248, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.277Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819881253, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.278Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.279Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.279Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "policy-id", "timestamp": 1632819882257, "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-09-28T09:06:52.282Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:06:52.282Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:06:52.287Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.287Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819873791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819882872, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.288Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819884882, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819885319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.289Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "clamp", "timestamp": 1632819885885, "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-09-28T09:06:52.292Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:06:52.292Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819877611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819887584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.300Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632819888589, "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-09-28T09:06:52.303Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:06:52.306Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:06:52.311Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T09:06:52.311Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819889281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:06:52.311Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:07:05.616Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:07:05.630Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:07:05.632Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:07:05.632Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T09:07:05.632Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T09:07:05.632Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T09:07:05.632Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:05.633Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T09:07:05.638Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T09:07:35.638Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8606a032-b3b8-4361-a685-1a145defe118 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-09-28T09:07:35.645Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8606a032-b3b8-4361-a685-1a145defe118 and serviceModelVersionId: 62089085-3f32-42d3-a140-53bc17e6b2b5 2021-09-28T09:07:35.645Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 663a981a-8fbc-462e-a25b-7505ca2e9397 2021-09-28T09:07:35.647Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0 2021-09-28T09:07:35.657Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T09:07:35.719Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|INFO|500||Invoke 2021-09-28T09:07:35.720Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8606a032-b3b8-4361-a685-1a145defe118], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45bc2186-ed15-47d9-becb-1d3d2c9f84ee], X-ECOMP-RequestID=[8606a032-b3b8-4361-a685-1a145defe118], X-TransactionId=[], X-ONAP-RequestID=[8606a032-b3b8-4361-a685-1a145defe118], Content-Type=[application/merge-patch+json]} 2021-09-28T09:07:35.746Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T09:07:35.999Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-09:07:35:738-18851], vertex-id=[676072], Content-Length=[0], Date=[Tue, 28 Sep 2021 09:07:35 GMT], Content-Type=[application/json]} 2021-09-28T09:07:35.999Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T09:07:36.000Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663a981a-8fbc-462e-a25b-7505ca2e9397/model-vers/model-ver/62089085-3f32-42d3-a140-53bc17e6b2b5?depth=0|INFO|500||InvokeReturn 2021-09-28T09:07:36.000Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T09:07:36.000Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:07:36.006Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T09:07:36.006Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8606a032-b3b8-4361-a685-1a145defe118 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T09:07:36.007Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T09:07:36.007Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:36.011Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:36.011Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820056007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T09:07:36.111Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:36.112Z||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-09-28T09:07:36.112Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:36.122Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:36.123Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 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-09-28T09:07:37.023Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:07:37.024Z|8606a032-b3b8-4361-a685-1a145defe118|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-09-28T09:07:37.024Z|8606a032-b3b8-4361-a685-1a145defe118|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:41.336Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:41.336Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-28T09:07:41.336Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1332985e-442b-4bbb-9b34-aa4c7679c4f6","serviceDescription":"service","serviceInvariantUUID":"2faa32fb-b63b-4cce-b42d-51c015ba011a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74e699da-e7de-4006-9988-125929dfcd66","resourceInvariantUUID":"be0e11d5-5b2e-42b7-8a0b-c99bb9bb6a45","resourceCustomizationUUID":"4df5e1fa-632f-436c-b306-610a13447bd0","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":"YzhmNWQ0MjRhY2EwNjgyMjZhMGY2MGRlNzNlYTg0MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08951caf-dd65-4ab5-9da9-5ac3ba20c2fb","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":"1050a8c3-891b-4dca-a325-d0cbedf93611","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":"2784769e-fffa-477c-b0ba-bf65318227e6","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":"NWE1NGVkY2Q4MTY0YmZiMThiN2FjOGZjMDgwNGYzZWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9c6b27e1-0e53-449d-8868-796056748bd5","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":"c3209855-79ba-4545-8edd-14511a18e307","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":"a66d0986-4eaf-41af-81b8-602015c94e39","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":"3b2f5c51-a300-4fcc-abb5-b7499fd5a676","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":"MGFkMzE5MjNlYzcwNTUwZjIxYTE0MzcyYzgzMDdmYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cc593bd-28d2-41ea-be73-4b0cdea59e9b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2M0MzUxNTYyZjM1NWMzYTMyZTZlOWU4NzcyODIyMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c439d83-eee7-48e1-85db-cde872f1173c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T09:07:41.338Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:41.338Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:41.340Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:41.340Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:41.440Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:41.441Z||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-09-28T09:07:41.441Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:41.450Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:41.450Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:42.340Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:42.341Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:42.343Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:42.343Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:42.443Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:42.444Z||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-09-28T09:07:42.444Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:42.452Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:42.452Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:43.344Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:43.344Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:43.347Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:43.347Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:43.448Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T09:07:43.450Z||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-09-28T09:07:43.450Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:43.468Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:43.469Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:44.347Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:44.348Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:44.350Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:44.350Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:44.451Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T09:07:44.452Z||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-09-28T09:07:44.452Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:44.459Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:44.460Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-28T09:07:45.351Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:45.352Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:45.354Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:45.354Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:45.454Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:45.455Z||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-09-28T09:07:45.455Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:45.464Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:45.464Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:46.354Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:46.355Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:46.357Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:46.357Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:46.457Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T09:07:46.457Z||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-09-28T09:07:46.458Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:46.466Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:46.467Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-28T09:07:47.357Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:47.358Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:47.360Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:47.360Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:47.460Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:47.461Z||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-09-28T09:07:47.461Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:47.477Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:47.477Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:48.361Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:48.362Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:48.365Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:48.365Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:07:48.465Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:07:48.466Z||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-09-28T09:07:48.466Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:48.475Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:48.475Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:49.366Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T09:07:49.366Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:49.368Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:49.368Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:07:49.468Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T09:07:49.469Z||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-09-28T09:07:49.469Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:49.477Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:49.477Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:50.369Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1332985e-442b-4bbb-9b34-aa4c7679c4f6", "serviceDescription": "service", "serviceInvariantUUID": "2faa32fb-b63b-4cce-b42d-51c015ba011a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4df5e1fa-632f-436c-b306-610a13447bd0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "74e699da-e7de-4006-9988-125929dfcd66", "resourceInvariantUUID": "be0e11d5-5b2e-42b7-8a0b-c99bb9bb6a45", "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": "N2M0MzUxNTYyZjM1NWMzYTMyZTZlOWU4NzcyODIyMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c439d83-eee7-48e1-85db-cde872f1173c" } ], "workloadContext": "Production" } 2021-09-28T09:07:50.370Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T09:07:50.370Z|8606a032-b3b8-4361-a685-1a145defe118|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332985e-442b-4bbb-9b34-aa4c7679c4f6 ASDC 2021-09-28T09:07:50.370Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1332985e-442b-4bbb-9b34-aa4c7679c4f6 ServiceInvariantUUID:2faa32fb-b63b-4cce-b42d-51c015ba011a 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:5c439d83-eee7-48e1-85db-cde872f1173c ArtifactChecksum:N2M0MzUxNTYyZjM1NWMzYTMyZTZlOWU4NzcyODIyMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4df5e1fa-632f-436c-b306-610a13447bd0 ResourceInvariantUUID:be0e11d5-5b2e-42b7-8a0b-c99bb9bb6a45 ResourceName:test-pnf ResourceType:PNF ResourceUUID:74e699da-e7de-4006-9988-125929dfcd66 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T09:07:50.371Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332985e-442b-4bbb-9b34-aa4c7679c4f6 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-09-28T09:07:50.401Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T09:07:50.401Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:07:50.401Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:07:50.401Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c439d83-eee7-48e1-85db-cde872f1173c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T09:07:50.401Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-28T09:07:50.402Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T09:07:51.005Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-28T09:07:51.010Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5c439d83-eee7-48e1-85db-cde872f1173c 105562 2021-09-28T09:07:51.010Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-28T09:07:51.010Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T09:07:51.010Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T09:07:51.010Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:51.012Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:51.012Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820071010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:07:51.112Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T09:07:51.113Z||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-09-28T09:07:51.113Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:51.133Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:51.133Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:52.013Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T09:07:52.014Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-28T09:07:52.014Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c439d83-eee7-48e1-85db-cde872f1173c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.015Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.015Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.015Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:07:52.098Z||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-09-28T09:07:52.098Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:52.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:52.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T09:07:52.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819894854, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:07:52.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:07:52.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-28T09:07:52.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "aai-ml", "timestamp": 1632819895858, "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-09-28T09:07:52.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 2021-09-28T09:07:52.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:07:52.241Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14531636635363387954/Definitions/service-TestPnfMacro-template.yml 2021-09-28T09:07:52.952Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T09:07:52.953Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-28T09:07:52.953Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.953Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T09:07:52.953Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.953Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||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-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.954Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.955Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.956Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.957Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1332985e-442b-4bbb-9b34-aa4c7679c4f6 Model Version:NULL Model InvariantUuid:2faa32fb-b63b-4cce-b42d-51c015ba011a 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T09:07:52.965Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74e699da-e7de-4006-9988-125929dfcd66 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:07:52.968Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-09-28T09:07:52.968Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74e699da-e7de-4006-9988-125929dfcd66 2021-09-28T09:07:52.968Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1332985e-442b-4bbb-9b34-aa4c7679c4f6 2021-09-28T09:07:52.968Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1332985e-442b-4bbb-9b34-aa4c7679c4f6 2021-09-28T09:07:52.968Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 74e699da-e7de-4006-9988-125929dfcd66 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:07:52.972Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17d69108, org.onap.sdc.toscaparser.api.parameters.Input@1dae9834, org.onap.sdc.toscaparser.api.parameters.Input@b1695e5, org.onap.sdc.toscaparser.api.parameters.Input@3cc91d4, org.onap.sdc.toscaparser.api.parameters.Input@20b10e74] 2021-09-28T09:07:52.972Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.973Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.973Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1332985e-442b-4bbb-9b34-aa4c7679c4f6: test-pnf 2021-09-28T09:07:52.973Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 74e699da-e7de-4006-9988-125929dfcd66 2021-09-28T09:07:52.973Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T09:07:52.973Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T09:07:52.974Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4df5e1fa-632f-436c-b306-610a13447bd0 is the same as notified resource customizationUUID: 4df5e1fa-632f-436c-b306-610a13447bd0 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-28T09:07:53.005Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 74e699da-e7de-4006-9988-125929dfcd66 0 ASDC deployResourceStructure 2021-09-28T09:07:53.006Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-28T09:07:53.006Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T09:07:53.007Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T09:07:53.007Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:07:53.017Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:07:53.018Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820073006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:07:53.109Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2021-09-28T09:07:53.110Z||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-09-28T09:07:53.110Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:07:53.120Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:07:53.120Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T09:07:54.019Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T09:07:54.029Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:07:54.038Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T09:07:54.038Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T09:07:54.039Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T09:07:54.044Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T09:08:24.044Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e 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-09-28T09:08:24.056Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e and serviceModelVersionId: 1332985e-442b-4bbb-9b34-aa4c7679c4f6 2021-09-28T09:08:24.057Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2faa32fb-b63b-4cce-b42d-51c015ba011a 2021-09-28T09:08:24.058Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0 2021-09-28T09:08:24.067Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T09:08:24.130Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|INFO|500||Invoke 2021-09-28T09:08:24.130Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e124a812-a215-4c33-a66d-c71b068979da], X-ECOMP-RequestID=[2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e], X-TransactionId=[], X-ONAP-RequestID=[2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e], Content-Type=[application/merge-patch+json]} 2021-09-28T09:08:24.157Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T09:08:24.639Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-09:08:24:148-73584], vertex-id=[241856], Content-Length=[0], Date=[Tue, 28 Sep 2021 09:08:24 GMT], Content-Type=[application/json]} 2021-09-28T09:08:24.639Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T09:08:24.640Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2faa32fb-b63b-4cce-b42d-51c015ba011a/model-vers/model-ver/1332985e-442b-4bbb-9b34-aa4c7679c4f6?depth=0|INFO|500||InvokeReturn 2021-09-28T09:08:24.640Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T09:08:24.640Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T09:08:24.649Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T09:08:24.650Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T09:08:24.651Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T09:08:24.651Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-28T09:08:24.654Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T09:08:24.654Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820104650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T09:08:24.754Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T09:08:24.755Z||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-09-28T09:08:24.756Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:08:24.770Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:08:24.770Z||pool-117-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-09-28T09:08:25.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:08:25.664Z||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-09-28T09:08:25.664Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:08:35.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:08:35.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:08:35.201Z||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-09-28T09:08:35.201Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:08:44.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:08:44.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:08:44.739Z||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-09-28T09:08:44.739Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:08:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:08:52.090Z||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-09-28T09:08:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:08:52.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:08:52.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8606a032-b3b8-4361-a685-1a145defe118", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820056007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T09:08:52.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820057023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T09:08:52.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-28T09:08:52.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-28T09:08:52.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820071010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T09:08:52.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:08:54.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:08:54.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:08:54.283Z||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-09-28T09:08:54.283Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:09:03.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:09:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:09:52.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:09:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:09:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:09:52.092Z||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-09-28T09:09:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:09:52.629Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:09:52.630Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T09:09:52.630Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820073006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T09:09:52.632Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:09:52.632Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T09:09:52.632Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632820104650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T09:09:52.632Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T09:10:01.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:10:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:10:52.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-09-28T09:10:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:10:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:10:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:10:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:11:01.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:11:01.640Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:11:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:11:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:11:52.089Z||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-09-28T09:11:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:11:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:11:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:12:01.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:12:01.640Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:12:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:12:52.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:12:52.092Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:12:52.093Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:12:52.092Z||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-09-28T09:12:52.094Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:13:01.641Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:13:01.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:13:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:13:52.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-09-28T09:13:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:13:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:13:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:13:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:14:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:14:01.636Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:14:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:14:52.089Z||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-09-28T09:14:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:14:52.089Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:14:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:14:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:15:01.636Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:15:01.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:15:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:15:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:15:52.092Z||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-09-28T09:15:52.092Z||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-09-28T09:15:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:15:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:16:01.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:16:01.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:16:52.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:16:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:16:52.091Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:16:52.091Z||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-09-28T09:16:52.091Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:16:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:17:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:17:01.637Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:17:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:17:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:17:52.090Z||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-09-28T09:17:52.090Z||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-09-28T09:17:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:17:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:18:01.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:18:01.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:18:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:18:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:18:52.092Z||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-09-28T09:18:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:18:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:18:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:19:01.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:19:01.638Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:19:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:19:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:19:52.090Z||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-09-28T09:19:52.090Z||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-09-28T09:19:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:19:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:20:01.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:20:01.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:20:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:20:52.088Z||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-09-28T09:20:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:20:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:20:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:20:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:21:01.638Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:21:01.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:21:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:21:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:21:52.095Z||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-09-28T09:21:52.095Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:21:52.095Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:21:52.095Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:22:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:22:01.659Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:22:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:22:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:22:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:22:52.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-09-28T09:22:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:22:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:23:01.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:23:01.648Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:23:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:23:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:23:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:23:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:23:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:23:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:24:01.641Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:24:01.651Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:24:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:24:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:24:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:24:52.091Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:24:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:24:52.091Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:25:01.642Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:25:01.650Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:25:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:25:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:25:52.095Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:25:52.095Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:25:52.095Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:25:52.095Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:26:01.643Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:26:01.656Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:26:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:26:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:26:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:26:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:26:52.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-09-28T09:26:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:27:01.635Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:27:01.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:27:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:27:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:27:52.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-09-28T09:27:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:27:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:27:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:28:01.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:28:01.645Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:28:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:28:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:28:52.093Z||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-09-28T09:28:52.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:28:52.093Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:28:52.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:29:01.646Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:29:01.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:29:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:29:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:29:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:29:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:29:52.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-09-28T09:29:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:30:01.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:30:01.637Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:30:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:30:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:30:52.091Z||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-09-28T09:30:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:30:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:30:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:31:01.644Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:31:01.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:31:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:31:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:31:52.090Z||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-09-28T09:31:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:31:52.090Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:31:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:32:01.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:32:01.661Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:32:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:32:52.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:32:52.091Z||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-09-28T09:32:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:32:52.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:32:52.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:33:01.636Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:33:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:33:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:33:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:33:52.091Z||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-09-28T09:33:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:33:52.095Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:33:52.095Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:34:01.641Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:34:01.652Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:34:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:34:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:34:52.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-09-28T09:34:52.094Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:34:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:34:52.094Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:35:01.635Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:35:01.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:35:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:35:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:35:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:35:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:35:52.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-09-28T09:35:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:36:01.645Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:36:01.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:36:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:36:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:36:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:36:52.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:36:52.091Z||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-09-28T09:36:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:37:01.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:37:01.672Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:37:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:37:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:37:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:37:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:37:52.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-09-28T09:37:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:38:01.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:38:01.634Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:38:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:38:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:38:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:38:52.091Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:38:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:38:52.091Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:39:01.644Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:39:01.644Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:39:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:39:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:39:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:39:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:39:52.089Z||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-09-28T09:39:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:40:01.640Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:40:01.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:40:31.272Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T09:40:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:40:52.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:40:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:40:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:40:52.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-09-28T09:40:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:41:01.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:41:01.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:41:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:41:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:41:52.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:41:52.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-09-28T09:41:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:41:52.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:42:01.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:42:01.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:42:52.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:42:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:42:52.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:42:52.091Z||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-09-28T09:42:52.091Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:42:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:43:01.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:43:01.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:43:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:43:52.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:43:52.092Z||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-09-28T09:43:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:43:52.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:43:52.092Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:44:01.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:44:01.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:44:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:44:52.087Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:44:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:44:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:44:52.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-09-28T09:44:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:45:01.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:45:01.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:45:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:45:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:45:52.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:45:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:45:52.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:45:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:46:01.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:46:01.638Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:46:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:46:52.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:46:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:46:52.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:46:52.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:46:52.092Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:47:01.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:47:01.647Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:47:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:47:52.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:47:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:47:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:47:52.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-09-28T09:47:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:48:01.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:48:01.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:48:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:48:52.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:48:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:48:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:48:52.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-09-28T09:48:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:49:01.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:49:01.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:49:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:49:52.087Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:49:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:49:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:49:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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-09-28T09:49:52.089Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:50:01.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:50:01.626Z|2fe44e58-70f1-4fd0-ad5d-6ce230f02a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:50:52.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:50:52.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-28T09:50:52.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ... 2021-09-28T09:50:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:50:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:50:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:51:01.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:51:01.633Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:51:52.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:51:52.087Z||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-09-28T09:51:52.088Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:51:52.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:51:52.091Z||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-09-28T09:51:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:52:01.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:52:01.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:52:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:52:52.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:52:52.092Z||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-09-28T09:52:52.092Z||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-09-28T09:52:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:52:52.092Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:53:01.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:53:01.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:53:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:53:52.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-09-28T09:53:52.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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:53:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:53:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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-09-28T09:53:52.089Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:54:01.632Z|e5bd8dbe-69a9-4069-a2c6-d845b4ec95fc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:54:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:54:52.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:54:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T09:54:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T09:54:52.091Z||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-09-28T09:54:52.091Z||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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:54:52.091Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ... 2021-09-28T09:55:01.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T09:55:01.662Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK