JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-04-29T05:34:09.001Z||main|||||INFO|500||The following profiles are active: basic 2022-04-29T05:34:20.189Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-29T05:34:20.190Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-29T05:34:20.299Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-29T05:34:24.344Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-29T05:34:24.772Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-29T05:34:25.297Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-29T05:34:25.311Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-29T05:34:25.418Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-29T05:34:25.642Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-29T05:34:26.310Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-29T05:34:28.544Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-29T05:34:31.666Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-29T05:34:31.742Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-29T05:34:32.429Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-29T05:34:32.721Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-04-29T05:34:34.129Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-29T05:34:35.188Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-29T05:34:35.214Z||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$$9ade955a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-29T05:34:35.216Z||main|||||WARN|500||The sdc end point is not alive 2022-04-29T05:34:38.184Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-04-29T05:34:41.250Z||main|||||WARN|500||--- 2022-04-29T05:34:41.250Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-29T05:34:41.250Z||main|||||WARN|500||--- 2022-04-29T05:34:41.706Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-29T05:34:47.685Z||main|||||INFO|500||Started Application in 42.5 seconds (JVM running for 45.029) 2022-04-29T05:34:47.724Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-29T05:34:47.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-29T05:34:47.766Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-29T05:34:47.806Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-29T05:34:47.896Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82b5feae-c9a7-47d2-9449-98ee89275a97 url= /sdc/v1/artifactTypes 2022-04-29T05:34:47.897Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-29T05:34:48.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-29T05:34:48.313Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-04-29T05:34:48.344Z||scheduling-1|||||DEBUG|500||create keys 2022-04-29T05:34:48.357Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-29T05:34:48.533Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:34:48.553Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c276691e-0333-4563-8a40-51f393f151a8 url= /sdc/v1/registerForDistribution 2022-04-29T05:34:48.815Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c276691e-0333-4563-8a40-51f393f151a8 url= /sdc/v1/registerForDistribution 2022-04-29T05:34:48.815Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-29T05:34:48.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:34:48.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:34:48.867Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-29T05:34:48.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:34:48.884Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:34:48.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:34:48.885Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:34:59.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:34:59.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:35:48.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:35:48.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:35:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:35:48.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:35:48.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:35:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:35:58.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:35:58.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:36:48.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:36:48.826Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:36:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:36:48.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:36:48.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:36:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:36:58.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:36:58.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:37:48.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:37:48.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:37:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:37:48.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:37:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:37:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:37:58.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:37:58.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:38:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:38:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:38:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:38:48.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:38:48.867Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:38:48.867Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:38:58.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:38:58.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:39:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:39:48.827Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:39:48.828Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:39:48.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:39:48.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:39:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:39:58.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:39:58.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:40:48.825Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:40:48.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:40:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:40:48.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:40:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:40:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:40:58.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:40:58.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:41:48.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:41:48.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:41:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:41:48.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:41:48.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:41:48.842Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:41:58.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:41:58.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:42:48.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:42:48.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:42:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:42:48.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:42:48.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:42:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:42:58.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:42:58.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:43:48.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:43:48.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:43:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:43:48.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:43:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:43:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:43:58.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:43:58.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:44:26.585Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-29T05:44:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:44:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:44:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:44:48.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:44:48.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:44:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:44:58.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:44:58.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:45:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:45:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:45:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:45:48.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:45:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:45:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:45:58.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:45:58.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:46:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:46:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:46:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:46:48.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:46:48.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:46:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:46:58.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:46:58.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:47:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:47:48.827Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:47:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:47:48.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:47:48.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:47:48.841Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:47:58.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:47:58.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:48:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:48:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:48:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:48:48.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:48:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:48:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:48:58.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:48:58.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:49:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:49:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:49:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:49:48.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:49:48.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:49:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:49:58.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:49:58.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:50:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:50:48.827Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:50:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:50:48.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:50:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:50:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:50:58.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:50:58.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:51:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:51:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:51:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:51:48.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:51:48.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:51:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:51:58.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:51:58.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:52:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:52:48.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:52:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:52:48.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:52:48.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:52:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:52:58.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:52:58.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:53:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:53:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:53:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:53:48.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:53:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:53:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:53:58.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:53:58.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:54:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:54:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:54:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:54:48.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:54:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:54:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:54:58.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:54:58.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:55:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:55:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:55:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:55:48.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:55:48.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:55:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:55:58.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:55:58.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:56:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:56:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:56:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:56:48.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:56:48.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:56:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:56:58.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:56:58.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:57:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:57:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:57:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:57:48.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:57:48.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:57:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:57:58.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:57:58.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:58:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:58:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:58:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:58:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:58:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:58:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:58:58.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:58:58.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:59:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:59:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:59:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:59:48.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T05:59:48.840Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T05:59:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T05:59:58.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T05:59:58.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:00:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:00:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:00:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:00:48.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:00:48.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:00:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:00:58.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:00:58.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:01:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:01:48.827Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:01:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:01:48.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:01:48.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:01:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:01:58.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:01:58.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:02:48.825Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:02:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:02:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:02:48.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:02:48.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:02:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:02:58.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:02:58.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:03:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:03:48.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:03:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:03:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:03:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:03:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:03:58.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:03:58.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:04:48.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:04:48.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:04:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:04:48.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:04:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:04:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:04:58.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:04:58.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:05:48.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:05:48.826Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:05:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:05:48.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:05:48.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:05:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:05:58.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:05:58.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:06:48.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:06:48.826Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:06:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:06:48.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:06:48.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:06:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:06:58.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:06:58.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:07:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:07:48.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:07:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:07:48.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:07:48.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:07:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:07:58.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:07:58.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:08:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:08:48.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:08:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:08:48.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:08:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:08:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:08:58.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:08:58.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:09:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:09:48.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:09:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:09:48.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:09:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:09:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:09:58.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:09:58.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:10:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:10:48.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:10:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:10:48.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:10:48.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:10:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:10:58.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:10:58.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:11:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:11:48.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:11:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:11:48.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:11:48.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:11:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:11:58.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:11:58.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:12:26.545Z||http-nio-8085-exec-10|||||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) 2022-04-29T06:12:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:12:48.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:12:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:12:48.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:12:48.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:12:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:12:58.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:12:58.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:13:48.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:13:48.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:13:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:13:48.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:13:48.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:13:48.841Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:13:58.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:13:58.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:14:48.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:14:48.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:14:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:14:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:14:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:14:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:14:58.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:14:58.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:15:48.825Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:15:48.826Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:15:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:15:48.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:15:48.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:15:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:15:58.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:15:58.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:16:48.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:16:48.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:16:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:16:48.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:16:48.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:16:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:16:58.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:16:58.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:17:48.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:17:48.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:17:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:17:48.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:17:48.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:17:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:17:58.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:17:58.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:48.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:18:48.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:18:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:48.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:18:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:18:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:49.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:49.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"47735f48-4002-46c6-acf5-8a5fc0376352","serviceName":"vFW 2022-04-29 06-16-43","serviceVersion":"1.0","serviceUUID":"d05fa61a-bd28-4f5f-85d9-655c0ec96af2","serviceDescription":"catalog service description","serviceInvariantUUID":"ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d","resources":[{"resourceInstanceName":"vFW 7f7cd403-99a9 0","resourceName":"vFW 7f7cd403-99a9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e","resourceInvariantUUID":"0fdb973c-cda6-4c80-abe9-d7f02d3ba2ce","resourceCustomizationUUID":"d13ff293-cf85-4eeb-a1c7-bf5f0213e037","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml","artifactChecksum":"NDVmNWQzNjEzMzRlMGJmZjUxMjVkM2U3ZWY2NmQzMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cf56190-a42f-475e-8a2a-7e62e2d306ed","artifactVersion":"1"},{"artifactName":"vfw7f7cd40399a90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json","artifactChecksum":"MDhhMWUzM2JhMDhjNjJlNWEwM2QyYzQ5YmE4MWU0MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d2af679-d602-4aab-8b8e-2636047e2c54","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e2188627-5e63-40c5-9ca6-28d7890e82a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM5OTFiMGViYTQ4M2ExYjExZTg4MjMwMzQzMzRhOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c69e0067-3fcf-48cd-bd64-d4285c732895","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8be49f64-c65b-4325-851e-b7446da2a806","artifactVersion":"2","generatedFromUUID":"e2188627-5e63-40c5-9ca6-28d7890e82a1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220429061643-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml","artifactChecksum":"ZWU4NGM2YTJiYTEyZmQ2ODdmODZkNTMwNGQ2Y2M0ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb477583-8f3f-4cb9-a75e-4c4ba04303f9","artifactVersion":"1"},{"artifactName":"service-Vfw20220429061643-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar","artifactChecksum":"NTRkNmRjNTY5OTdjMzE4YjdkYzQxNTFkY2M1YjM4Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:18:49.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:49.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.463Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:49.469Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:49.488Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:49.488Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOTIFIED" } 2022-04-29T06:18:49.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOTIFIED" } 2022-04-29T06:18:49.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-29T06:18:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-29T06:18:49.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-29T06:18:49.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213111485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:49.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213112516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:49.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213108680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:49.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "ves-openapi-manager", "timestamp": 1651213113323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213113559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:49.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213121593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213121859, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213121505, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "cds", "timestamp": 1651213122880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:18:49.588Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-04-29T06:18:49.592Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:49.592Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:49.603Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:49.604Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:18:49.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:18:49.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:18:49.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213122773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213116649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213123838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213124418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:49.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213124900, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:18:49.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:18:49.783Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:18:49.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213125426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:18:49.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "multicloud-k8s-id", "timestamp": 1651213125904, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:18:49.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:18:49.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "policy-id", "timestamp": 1651213126431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:18:49.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:18:49.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-29T06:18:49.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:49.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:18:49.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:49.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:18:50.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:50.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:50.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:50.502Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOTIFIED" } 2022-04-29T06:18:50.602Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:18:50.603Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:50.603Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:50.614Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:50.614Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:18:51.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:51.503Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:51.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:51.505Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-29T06:18:51.606Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:18:51.607Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:51.607Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:51.618Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:51.619Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:18:52.506Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:52.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:52.509Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:52.509Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:52.610Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:18:52.611Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:52.611Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:52.636Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:52.636Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:18:53.510Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:53.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:53.513Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:53.513Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-29T06:18:53.613Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:18:53.615Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:53.615Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:53.630Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:53.630Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:18:54.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:54.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:54.517Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:54.517Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:18:54.617Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:18:54.618Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:54.618Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:54.654Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:54.654Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:18:55.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:18:55.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:55.521Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:55.521Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:18:55.622Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:18:55.623Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:55.623Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:55.636Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:55.636Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:18:56.524Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "serviceName": "vFW 2022-04-29 06-16-43", "serviceVersion": "1.0", "serviceUUID": "d05fa61a-bd28-4f5f-85d9-655c0ec96af2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d", "resources": [ { "resourceInstanceName": "vFW 7f7cd403-99a9 0", "resourceCustomizationUUID": "d13ff293-cf85-4eeb-a1c7-bf5f0213e037", "resourceName": "vFW 7f7cd403-99a9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e", "resourceInvariantUUID": "0fdb973c-cda6-4c80-abe9-d7f02d3ba2ce", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7f7cd40399a90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "artifactChecksum": "MDhhMWUzM2JhMDhjNjJlNWEwM2QyYzQ5YmE4MWU0MzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d2af679-d602-4aab-8b8e-2636047e2c54", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e2188627-5e63-40c5-9ca6-28d7890e82a1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8be49f64-c65b-4325-851e-b7446da2a806", "generatedFromUUID": "e2188627-5e63-40c5-9ca6-28d7890e82a1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8be49f64-c65b-4325-851e-b7446da2a806", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220429061643-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "artifactChecksum": "NTRkNmRjNTY5OTdjMzE4YjdkYzQxNTFkY2M1YjM4Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6" } ], "workloadContext": "Production" } 2022-04-29T06:18:56.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:18:56.525Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d05fa61a-bd28-4f5f-85d9-655c0ec96af2 ASDC 2022-04-29T06:18:56.645Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:47735f48-4002-46c6-acf5-8a5fc0376352 ServiceName:vFW 2022-04-29 06-16-43 ServiceVersion:1.0 ServiceUUID:d05fa61a-bd28-4f5f-85d9-655c0ec96af2 ServiceInvariantUUID:ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220429061643-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar ArtifactUUID:50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6 ArtifactChecksum:NTRkNmRjNTY5OTdjMzE4YjdkYzQxNTFkY2M1YjM4Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7f7cd403-99a9 0 ResourceCustomizationUUID:d13ff293-cf85-4eeb-a1c7-bf5f0213e037 ResourceInvariantUUID:0fdb973c-cda6-4c80-abe9-d7f02d3ba2ce ResourceName:vFW 7f7cd403-99a9 ResourceType:VF ResourceUUID:fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7f7cd40399a90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json ArtifactUUID:9d2af679-d602-4aab-8b8e-2636047e2c54 ArtifactChecksum:MDhhMWUzM2JhMDhjNjJlNWEwM2QyYzQ5YmE4MWU0MzQ= 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/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml ArtifactUUID:e2188627-5e63-40c5-9ca6-28d7890e82a1 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/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env ArtifactUUID:8be49f64-c65b-4325-851e-b7446da2a806 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/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env ArtifactUUID:8be49f64-c65b-4325-851e-b7446da2a806 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-29T06:18:56.645Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d05fa61a-bd28-4f5f-85d9-655c0ec96af2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:18:56.699Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:18:56.701Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-29T06:18:56.702Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-29T06:18:56.702Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6 from URL: /sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:56.702Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-29T06:18:56.704Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:56.989Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-29T06:18:57.007Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar 50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6 99028 2022-04-29T06:18:57.010Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar ASDC sendASDCNotification 2022-04-29T06:18:57.011Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:57.013Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:18:57.015Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:18:57.017Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:18:57.018Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213137008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:18:57.118Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:18:57.119Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:18:57.120Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:18:57.137Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:18:57.138Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:18:58.020Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:18:58.021Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-29T06:18:58.022Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 50333776-4d9c-4ec2-81a2-ea8ef3e4c8c6, URL: /sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar to file: /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:58.022Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220429061643-csar.csar 2022-04-29T06:18:58.122Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:58.122Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:18:58.828Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8174521615011620703/Definitions/service-Vfw20220429061643-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_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_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 2022-04-29T06:19:01.459Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:19:01.464Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.465Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f7cd403-99a9 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-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:01.466Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-29T06:19:01.473Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.475Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.479Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:01.479Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-29T06:19:01.481Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:19:01.482Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.483Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.483Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:01.483Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-29T06:19:01.483Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:19:01.483Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.484Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.487Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.487Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:01.487Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:01.487Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.488Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-29T06:19:01.489Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.490Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-29T06:19:01.490Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.490Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-29T06:19:01.491Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.491Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:01.491Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:01.492Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.492Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:01.492Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:01.492Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:01.493Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.494Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-29T06:19:01.495Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.495Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-29T06:19:01.495Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.495Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e7786ed-37b0-4ddc-8e15-7215a67b77fd 2022-04-29T06:19:01.495Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.496Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-29T06:19:01.497Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef1c7ddd-d427-4383-b2d9-5c6c0e145a85 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:01.498Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-29T06:19:01.499Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8ab28ffa-ecb1-4bfe-b2cb-a94358e6f07b 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.500Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:01.501Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-29 06-16-43 Description:catalog service description Model UUID:d05fa61a-bd28-4f5f-85d9-655c0ec96af2 Model Version:NULL Model InvariantUuid:ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7f7cd403-99a9 Model UUID:da8a1acd-897a-4877-a5ef-478b9f2deffe Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0fdb973c-cda6-4c80-abe9-d7f02d3ba2ce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d13ff293-cf85-4eeb-a1c7-bf5f0213e037 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d52ddfd4-fd7f-4c43-b592-ede20da1488d ModelName:Vfw7f7cd40399a9..base_vfw..module-0 ModelUuid:6f3c5f8e-e58c-48b0-8005-8a62fcd93df5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e7786ed-37b0-4ddc-8e15-7215a67b77fd ModelInvariantUuid:01bb7c8c-126c-4a2d-b343-c18c922d1e25 ModelName:vFW 7f7cd403-99a9-nodes.vfwCvfc ModelUuid:ba89a2d1-35e6-4afd-b91a-782c721b6a82 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:93f19658-dfe0-49b2-9042-c3d29348ee78 ModelInvariantUuid:031092b5-8e35-4990-a55b-f4f8c48a74f6 ModelName:Vfw7f7cd40399a9.compute.nodes.heat.vfw ModelUuid:1078819e-e3ae-4030-92bb-33b51fe7e12a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ef1c7ddd-d427-4383-b2d9-5c6c0e145a85 ModelInvariantUuid:a81f9014-9394-4300-bd0d-ce6c115095af ModelName:vFW 7f7cd403-99a9-nodes.vsnCvfc ModelUuid:7d06922a-9fad-47d8-bf5d-78a00b3e1fc2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:81953b6d-a5dc-4b52-adc7-beb74fa8de61 ModelInvariantUuid:43907f54-a8ec-4cb9-b821-9eac7b3b5eb6 ModelName:Vfw7f7cd40399a9.compute.nodes.heat.vsn ModelUuid:27ba9c8b-1a66-478a-8cc0-34afaf28e12e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8ab28ffa-ecb1-4bfe-b2cb-a94358e6f07b ModelInvariantUuid:a7c5e150-1e93-4c0e-9dd0-99f1c001b0fb ModelName:vFW 7f7cd403-99a9-nodes.vpgCvfc ModelUuid:6d0cdce5-fb56-42fa-a1a7-3d3cc406d184 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:01d9b46f-2098-420f-a9d8-83f5eb26dbbf ModelInvariantUuid:d954fafa-1544-4e44-8fce-36078cb25b87 ModelName:Vfw7f7cd40399a9.compute.nodes.heat.vpg ModelUuid:83f6bacc-64c2-4394-a770-8279ac180920 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:19:01.512Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:19:01.602Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||vFW 7f7cd403-99a9 0 2022-04-29T06:19:01.609Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e 2022-04-29T06:19:01.609Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d2af679-d602-4aab-8b8e-2636047e2c54 from URL: /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json 2022-04-29T06:19:01.610Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-29T06:19:01.610Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json 2022-04-29T06:19:02.033Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-29T06:19:02.033Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json 9d2af679-d602-4aab-8b8e-2636047e2c54 785 2022-04-29T06:19:02.034Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json ASDC sendASDCNotification 2022-04-29T06:19:02.034Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json 2022-04-29T06:19:02.034Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:19:02.034Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:02.037Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:02.037Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213142034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:19:02.138Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:19:02.139Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:02.139Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:02.153Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:02.154Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:19:03.038Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7f7cd40399a9..base_vfw..module-0", "vfModuleModelInvariantUUID": "d52ddfd4-fd7f-4c43-b592-ede20da1488d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6f3c5f8e-e58c-48b0-8005-8a62fcd93df5", "vfModuleModelCustomizationUUID": "5533e312-e55c-48cc-accb-cc1707ca9ea2", "isBase": true, "artifacts": [ "e2188627-5e63-40c5-9ca6-28d7890e82a1", "8be49f64-c65b-4325-851e-b7446da2a806" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:19:03.057Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7f7cd40399a9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6f3c5f8e-e58c-48b0-8005-8a62fcd93df5 VfModuleModelInvariantUUID:d52ddfd4-fd7f-4c43-b592-ede20da1488d VfModuleModelDescription:NULL Artifacts UUID List:{ e2188627-5e63-40c5-9ca6-28d7890e82a1 , 8be49f64-c65b-4325-851e-b7446da2a806 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:19:03.060Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7f7cd40399a9..base_vfw..module-0", "vfModuleModelInvariantUUID": "d52ddfd4-fd7f-4c43-b592-ede20da1488d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6f3c5f8e-e58c-48b0-8005-8a62fcd93df5", "vfModuleModelCustomizationUUID": "5533e312-e55c-48cc-accb-cc1707ca9ea2", "isBase": true, "artifacts": [ "e2188627-5e63-40c5-9ca6-28d7890e82a1", "8be49f64-c65b-4325-851e-b7446da2a806" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:19:03.060Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7f7cd40399a9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6f3c5f8e-e58c-48b0-8005-8a62fcd93df5 VfModuleModelInvariantUUID:d52ddfd4-fd7f-4c43-b592-ede20da1488d VfModuleModelDescription:NULL Artifacts UUID List:{ e2188627-5e63-40c5-9ca6-28d7890e82a1 , 8be49f64-c65b-4325-851e-b7446da2a806 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:19:03.060Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e2188627-5e63-40c5-9ca6-28d7890e82a1 from URL: /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml 2022-04-29T06:19:03.060Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-29T06:19:03.061Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml 2022-04-29T06:19:04.368Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-29T06:19:04.370Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml e2188627-5e63-40c5-9ca6-28d7890e82a1 20368 2022-04-29T06:19:04.370Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-29T06:19:04.370Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml 2022-04-29T06:19:04.370Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:19:04.370Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:04.372Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:04.372Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213144370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:19:04.473Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:19:04.474Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:04.474Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:04.485Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:04.485Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:19:05.373Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8be49f64-c65b-4325-851e-b7446da2a806 from URL: /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env 2022-04-29T06:19:05.374Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-29T06:19:05.374Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env 2022-04-29T06:19:06.799Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-29T06:19:06.800Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env 8be49f64-c65b-4325-851e-b7446da2a806 2098 2022-04-29T06:19:06.800Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-29T06:19:06.801Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env 2022-04-29T06:19:06.801Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:19:06.801Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:06.804Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:06.805Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213146800, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:19:06.905Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:19:06.906Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:06.907Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:06.923Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:06.923Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:19:07.805Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d05fa61a-bd28-4f5f-85d9-655c0ec96af2 2022-04-29T06:19:07.806Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7f7cd403-99a9 0 fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:19:07.840Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45bf407f, org.onap.sdc.toscaparser.api.parameters.Input@298ad965, org.onap.sdc.toscaparser.api.parameters.Input@763915c1, org.onap.sdc.toscaparser.api.parameters.Input@4d6abf7c, org.onap.sdc.toscaparser.api.parameters.Input@7269a216] 2022-04-29T06:19:07.844Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.844Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.844Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-04-29T06:19:07.845Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d13ff293-cf85-4eeb-a1c7-bf5f0213e037 2022-04-29T06:19:07.845Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d13ff293-cf85-4eeb-a1c7-bf5f0213e037 matches Tosca VF Customization UUID: d13ff293-cf85-4eeb-a1c7-bf5f0213e037 2022-04-29T06:19:07.845Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d13ff293-cf85-4eeb-a1c7-bf5f0213e037 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-29T06:19:07.850Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.851Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.852Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d13ff293-cf85-4eeb-a1c7-bf5f0213e037: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-29T06:19:07.852Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63cfcfe1 2022-04-29T06:19:07.852Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.852Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-29T06:19:07.853Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5533e312-e55c-48cc-accb-cc1707ca9ea2 2022-04-29T06:19:07.854Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5533e312-e55c-48cc-accb-cc1707ca9ea2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-29T06:19:07.859Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.859Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.860Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:07.860Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.860Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:07.861Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-29T06:19:07.862Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-29T06:19:07.862Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-29T06:19:07.862Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.862Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.862Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-29T06:19:07.863Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.863Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-29T06:19:07.863Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.863Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e7786ed-37b0-4ddc-8e15-7215a67b77fd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:19:07.870Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.870Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.870Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:07.870Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.871Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.872Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-29T06:19:07.873Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.873Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef1c7ddd-d427-4383-b2d9-5c6c0e145a85 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:19:07.875Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.875Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.875Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:07.877Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.877Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-29T06:19:07.878Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-29T06:19:07.879Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8ab28ffa-ecb1-4bfe-b2cb-a94358e6f07b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:19:07.881Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.882Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.882Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:19:07.882Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.882Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Node template vFW 7f7cd403-99a9 0 is matching search criteria 2022-04-29T06:19:07.882Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7f7cd403-99a9 0] matching following query criteria: sdcType=VF, customizationUUID=d13ff293-cf85-4eeb-a1c7-bf5f0213e037 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:19:07.884Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.884Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.884Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d05fa61a-bd28-4f5f-85d9-655c0ec96af2: vFW 7f7cd403-99a9 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.886Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.886Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.886Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:19:07.886Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-29 06-16-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:19:07.886Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-29 06-16-43 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:19:08.133Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7f7cd403-99a9 fb80dc7e-3023-4a4b-afc8-9d37ef7d5d5e 1 ASDC deployResourceStructure 2022-04-29T06:19:08.134Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json ASDC sendASDCNotification 2022-04-29T06:19:08.134Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json 2022-04-29T06:19:08.134Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:19:08.135Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:08.136Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:08.137Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213148134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:19:08.237Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:19:08.240Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:08.240Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:08.254Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:08.254Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:19:09.138Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-29T06:19:09.139Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml 2022-04-29T06:19:09.139Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:19:09.140Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:09.142Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:09.142Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213149138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:19:09.242Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:19:09.243Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:09.243Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:09.260Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:09.261Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:19:10.142Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-29T06:19:10.143Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env 2022-04-29T06:19:10.143Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:19:10.143Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:10.145Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:10.145Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213150142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-29T06:19:10.246Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:19:10.247Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:10.247Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:10.261Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:10.261Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:19:11.147Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar ASDC sendASDCNotification 2022-04-29T06:19:11.147Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar 2022-04-29T06:19:11.147Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:19:11.147Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:19:11.149Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:19:11.149Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213151146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:19:11.250Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:19:11.252Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:19:11.253Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:11.264Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:11.264Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:19:12.151Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:19:12.167Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:19:12.170Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:19:12.170Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:19:12.170Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:19:42.171Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:19:42.183Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:19:42.186Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:19:42.186Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:19:42.186Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:19:48.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:19:48.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:19:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:19:48.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:19:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:19:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213128075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:19:48.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:20:12.186Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:20:12.199Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:20:12.201Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:20:12.201Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:20:12.201Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:20:42.202Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:20:42.215Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:20:42.217Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:20:42.217Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:20:42.218Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:20:48.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:20:48.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:20:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:20:48.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:20:48.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:20:48.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:20:48.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:12.218Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:21:12.229Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:21:12.232Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:21:12.232Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:21:12.232Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:21:42.236Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:21:42.250Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:21:42.258Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:21:42.258Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:21:42.259Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:21:48.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:21:48.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:21:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:21:48.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:21:48.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "NOTIFIED" } 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213130082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-29T06:21:48.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "clamp", "timestamp": 1651213131086, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:48.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:21:48.888Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213126679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213134503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.901Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213128824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213137008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213139833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213140839, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:48.910Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:21:48.910Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213142034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213141717, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "aai-ml", "timestamp": 1651213142726, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:48.926Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47735f48-4002-46c6-acf5-8a5fc0376352 2022-04-29T06:21:48.926Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47735f48-4002-46c6-acf5-8a5fc0376352 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213144370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213146800, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213148134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/vfw7f7cd40399a90_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213149138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213150142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/resourceInstances/vfw7f7cd40399a90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213151146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220429061643/1.0/artifacts/service-Vfw20220429061643-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213156649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213156679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213157517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213174207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213174505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213174875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213175213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "cds", "timestamp": 1651213175513, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.963Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:21:48.964Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213168680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:21:48.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-29T06:21:48.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "policy-id", "timestamp": 1651213176218, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:48.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:21:48.980Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:48.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213177124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:48.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213177174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:48.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:48.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:48.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213178129, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:48.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:21:48.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213171485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213179303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213180508, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "ves-openapi-manager", "timestamp": 1651213173322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213173559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:21:49.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-29T06:21:49.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213181567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:49.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213182607, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:49.011Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:21:49.012Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-29T06:21:49.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "multicloud-k8s-id", "timestamp": 1651213183638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213184384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "aai-ml", "timestamp": 1651213185389, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:21:49.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:21:49.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:21:49.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213185069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:21:49.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:21:49.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:21:49.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213187078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:21:49.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:22:12.259Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:22:12.272Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:22:12.314Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:22:12.314Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:22:12.314Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:22:12.314Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:22:12.314Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:22:12.315Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:22:12.321Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:22:42.322Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47735f48-4002-46c6-acf5-8a5fc0376352 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:22:42.342Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47735f48-4002-46c6-acf5-8a5fc0376352 and serviceModelVersionId: d05fa61a-bd28-4f5f-85d9-655c0ec96af2 2022-04-29T06:22:42.342Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d 2022-04-29T06:22:48.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:22:48.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:22:48.842Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:22:49.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:22:49.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-29T06:22:49.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "clamp", "timestamp": 1651213188087, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:22:49.379Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d206f091-c1b3-4a3e-880b-7698c71f6bdd 2022-04-29T06:22:49.379Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d206f091-c1b3-4a3e-880b-7698c71f6bdd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:22:57.266Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0 2022-04-29T06:22:57.375Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:22:57.880Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-29T06:22:57.885Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0|INFO|500||Invoke 2022-04-29T06:22:58.028Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:22:58.791Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0|INFO|500||InvokeReturn 2022-04-29T06:22:58.792Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad6089f6-cfb8-48f2-9dfb-85ac19b07c9d/model-vers/model-ver/d05fa61a-bd28-4f5f-85d9-655c0ec96af2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220429-06:22:56:868-77924], vertex-id=[348216], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:22:56 GMT], Content-Type=[application/json]} 2022-04-29T06:22:58.793Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:22:58.796Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:22:58.796Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:22:58.801Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:22:58.802Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47735f48-4002-46c6-acf5-8a5fc0376352 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:22:58.802Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:22:58.803Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:22:58.805Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:22:58.805Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213378802, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:22:58.909Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-29T06:22:58.910Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:22:58.910Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:22:58.921Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:22:58.922Z||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=? 2022-04-29T06:22:59.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:22:59.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:22:59.822Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:04.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:04.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:23:04.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d206f091-c1b3-4a3e-880b-7698c71f6bdd","serviceName":"basic_onboard_QcfqQR","serviceVersion":"1.0","serviceUUID":"0898da12-a7f5-4d7d-9f27-0dac928f571d","serviceDescription":"service","serviceInvariantUUID":"7387b63e-3d21-4116-afad-75d0cb873064","resources":[{"resourceInstanceName":"basic_onboard_QcfqQR 0","resourceName":"basic_onboard_QcfqQR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2480a88d-0ce8-49c6-91f2-07a120b99bb9","resourceInvariantUUID":"ef69c40f-89c2-40af-902d-97a940d12e99","resourceCustomizationUUID":"47215267-27bf-42e5-bc35-6cab8c928f62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDlhYWNkMDZhOWZhYWY0ZWZhZGYxODZhOWMwNzI3ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"faa09455-38f1-4a8d-b373-858932ed5394","artifactVersion":"1"},{"artifactName":"basic_onboard_qcfqqr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json","artifactChecksum":"MzA2ZTZhNTAzMDY4YzdmYTE2ZGZkNzVlYjQ0ZWVkMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe94cd02-ecf1-4374-93e0-3433175c50e9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e3865d9-9ef0-44b2-b163-eb7f55674249","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b66f4d9-807d-4591-8e96-8bedcbe6da89","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6252361d-fc86-46f3-aa4a-f7b0467bf9a4","artifactVersion":"2","generatedFromUUID":"4e3865d9-9ef0-44b2-b163-eb7f55674249"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQcfqqr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml","artifactChecksum":"NmVmOTFlY2IyMzhiYWFlZjcxMzE5ODQyNWM5NGEzYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b299d6e-bbbe-42ec-a289-f0e7b6216bc0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQcfqqr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar","artifactChecksum":"NDk5NGVjMDQ4Nzk5ZTY2ODY0M2ZlZGYwYmY2YjdlOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96020bb3-4352-42ab-8c6d-683cf12c78a1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:23:04.189Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:04.189Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:04.192Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:04.192Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:04.292Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:04.294Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:04.294Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:04.306Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:04.306Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:05.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:05.194Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:05.196Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:05.196Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:23:05.296Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:05.298Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:05.298Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:05.310Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:05.311Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:06.197Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:06.198Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:06.199Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:06.199Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-29T06:23:06.300Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:23:06.301Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:06.301Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:06.313Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:06.314Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:07.200Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:07.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:07.203Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:07.203Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:07.304Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:23:07.305Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:07.305Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:07.316Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:07.316Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:08.203Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:08.204Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:08.206Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:08.206Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-29T06:23:08.307Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:23:08.308Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:08.308Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:08.319Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:08.320Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:09.207Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:09.208Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:09.210Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:09.210Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:09.310Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:09.311Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:09.311Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:09.322Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:09.322Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:10.210Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:23:10.211Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:10.213Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:10.213Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:23:10.313Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:10.314Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:10.315Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:10.326Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:10.326Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:11.214Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "serviceName": "basic_onboard_QcfqQR", "serviceVersion": "1.0", "serviceUUID": "0898da12-a7f5-4d7d-9f27-0dac928f571d", "serviceDescription": "service", "serviceInvariantUUID": "7387b63e-3d21-4116-afad-75d0cb873064", "resources": [ { "resourceInstanceName": "basic_onboard_QcfqQR 0", "resourceCustomizationUUID": "47215267-27bf-42e5-bc35-6cab8c928f62", "resourceName": "basic_onboard_QcfqQR", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2480a88d-0ce8-49c6-91f2-07a120b99bb9", "resourceInvariantUUID": "ef69c40f-89c2-40af-902d-97a940d12e99", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qcfqqr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "artifactChecksum": "MzA2ZTZhNTAzMDY4YzdmYTE2ZGZkNzVlYjQ0ZWVkMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe94cd02-ecf1-4374-93e0-3433175c50e9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4e3865d9-9ef0-44b2-b163-eb7f55674249", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6252361d-fc86-46f3-aa4a-f7b0467bf9a4", "generatedFromUUID": "4e3865d9-9ef0-44b2-b163-eb7f55674249" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6252361d-fc86-46f3-aa4a-f7b0467bf9a4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQcfqqr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "artifactChecksum": "NDk5NGVjMDQ4Nzk5ZTY2ODY0M2ZlZGYwYmY2YjdlOTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96020bb3-4352-42ab-8c6d-683cf12c78a1" } ], "workloadContext": "Production" } 2022-04-29T06:23:11.215Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:23:11.216Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0898da12-a7f5-4d7d-9f27-0dac928f571d ASDC 2022-04-29T06:23:11.216Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d206f091-c1b3-4a3e-880b-7698c71f6bdd ServiceName:basic_onboard_QcfqQR ServiceVersion:1.0 ServiceUUID:0898da12-a7f5-4d7d-9f27-0dac928f571d ServiceInvariantUUID:7387b63e-3d21-4116-afad-75d0cb873064 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQcfqqr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar ArtifactUUID:96020bb3-4352-42ab-8c6d-683cf12c78a1 ArtifactChecksum:NDk5NGVjMDQ4Nzk5ZTY2ODY0M2ZlZGYwYmY2YjdlOTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_QcfqQR 0 ResourceCustomizationUUID:47215267-27bf-42e5-bc35-6cab8c928f62 ResourceInvariantUUID:ef69c40f-89c2-40af-902d-97a940d12e99 ResourceName:basic_onboard_QcfqQR ResourceType:VF ResourceUUID:2480a88d-0ce8-49c6-91f2-07a120b99bb9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qcfqqr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json ArtifactUUID:fe94cd02-ecf1-4374-93e0-3433175c50e9 ArtifactChecksum:MzA2ZTZhNTAzMDY4YzdmYTE2ZGZkNzVlYjQ0ZWVkMWI= 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/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml ArtifactUUID:4e3865d9-9ef0-44b2-b163-eb7f55674249 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/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env ArtifactUUID:6252361d-fc86-46f3-aa4a-f7b0467bf9a4 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/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env ArtifactUUID:6252361d-fc86-46f3-aa4a-f7b0467bf9a4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-29T06:23:11.216Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0898da12-a7f5-4d7d-9f27-0dac928f571d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:23:11.247Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:23:11.247Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-29T06:23:11.247Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-29T06:23:11.248Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 96020bb3-4352-42ab-8c6d-683cf12c78a1 from URL: /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:11.248Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-29T06:23:11.248Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:11.402Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-29T06:23:11.406Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar 96020bb3-4352-42ab-8c6d-683cf12c78a1 71575 2022-04-29T06:23:11.406Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar ASDC sendASDCNotification 2022-04-29T06:23:11.406Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:11.406Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:23:11.407Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:11.409Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:11.409Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213391406, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:11.509Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:11.510Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:11.510Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:11.521Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:11.521Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:12.410Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:23:12.411Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-29T06:23:12.411Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 96020bb3-4352-42ab-8c6d-683cf12c78a1, URL: /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar to file: /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:12.412Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:12.412Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:12.412Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:12.538Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6939833028168442196/Definitions/service-BasicOnboardQcfqqr-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-29T06:23:13.768Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:23:13.768Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-29T06:23:13.768Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.768Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||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-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||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-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QcfqQR 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-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||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-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:13.769Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-29T06:23:13.770Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.770Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.770Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:13.770Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-29T06:23:13.770Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:23:13.771Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is not matching search criteria 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-29T06:23:13.772Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.773Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:13.774Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:13.774Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.774Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:13.774Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:13.774Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is not matching search criteria 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-29T06:23:13.775Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a79af5f-5603-456c-956f-0fa47f330080 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.776Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.777Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:13.777Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:13.777Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_QcfqQR Description:service Model UUID:0898da12-a7f5-4d7d-9f27-0dac928f571d Model Version:NULL Model InvariantUuid:7387b63e-3d21-4116-afad-75d0cb873064 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_QcfqQR Model UUID:b9c74e89-1a16-443b-b6d7-5d30ad39ba6a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef69c40f-89c2-40af-902d-97a940d12e99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:47215267-27bf-42e5-bc35-6cab8c928f62 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a2408093-c6e2-4c6e-bc53-41adf66952ac ModelName:BasicOnboardQcfqqr..base_ubuntu18..module-0 ModelUuid:0f4d4168-ec1c-4b77-89a7-fb676315e974 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4a79af5f-5603-456c-956f-0fa47f330080 ModelInvariantUuid:1987c5bb-eb72-418b-8886-2e115e7b1c20 ModelName:basic_onboard_QcfqQR-nodes.ubuntu18Cvfc ModelUuid:385c64a4-c065-45fa-bdbc-36bc2f8a39ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c8013f7c-4ccb-434d-9b53-4b46a5fccbb2 ModelInvariantUuid:be845b34-e774-4568-8e7a-4e751ebb564c ModelName:BasicOnboardQcfqqr.compute.nodes.heat.ubuntu18 ModelUuid:1241987f-c15f-47ff-bce1-0117da7feb5c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:23:13.785Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2480a88d-0ce8-49c6-91f2-07a120b99bb9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:23:13.789Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||basic_onboard_QcfqQR 0 2022-04-29T06:23:13.789Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2480a88d-0ce8-49c6-91f2-07a120b99bb9 2022-04-29T06:23:13.789Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fe94cd02-ecf1-4374-93e0-3433175c50e9 from URL: /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json 2022-04-29T06:23:13.790Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-29T06:23:13.790Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json 2022-04-29T06:23:13.845Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-29T06:23:13.845Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json fe94cd02-ecf1-4374-93e0-3433175c50e9 798 2022-04-29T06:23:13.845Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json ASDC sendASDCNotification 2022-04-29T06:23:13.846Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json 2022-04-29T06:23:13.846Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:23:13.846Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:13.849Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:13.849Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213393845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:13.948Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:23:13.949Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:13.949Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:13.966Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:13.967Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:14.850Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQcfqqr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a2408093-c6e2-4c6e-bc53-41adf66952ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f4d4168-ec1c-4b77-89a7-fb676315e974", "vfModuleModelCustomizationUUID": "2f48cf59-a201-4f6c-b893-758cd9b3fbb3", "isBase": true, "artifacts": [ "4e3865d9-9ef0-44b2-b163-eb7f55674249", "6252361d-fc86-46f3-aa4a-f7b0467bf9a4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:23:14.855Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQcfqqr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f4d4168-ec1c-4b77-89a7-fb676315e974 VfModuleModelInvariantUUID:a2408093-c6e2-4c6e-bc53-41adf66952ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4e3865d9-9ef0-44b2-b163-eb7f55674249 , 6252361d-fc86-46f3-aa4a-f7b0467bf9a4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:23:14.856Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQcfqqr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a2408093-c6e2-4c6e-bc53-41adf66952ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f4d4168-ec1c-4b77-89a7-fb676315e974", "vfModuleModelCustomizationUUID": "2f48cf59-a201-4f6c-b893-758cd9b3fbb3", "isBase": true, "artifacts": [ "4e3865d9-9ef0-44b2-b163-eb7f55674249", "6252361d-fc86-46f3-aa4a-f7b0467bf9a4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:23:14.857Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQcfqqr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f4d4168-ec1c-4b77-89a7-fb676315e974 VfModuleModelInvariantUUID:a2408093-c6e2-4c6e-bc53-41adf66952ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4e3865d9-9ef0-44b2-b163-eb7f55674249 , 6252361d-fc86-46f3-aa4a-f7b0467bf9a4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:23:14.857Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e3865d9-9ef0-44b2-b163-eb7f55674249 from URL: /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml 2022-04-29T06:23:14.857Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-29T06:23:14.857Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml 2022-04-29T06:23:14.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-29T06:23:14.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml 4e3865d9-9ef0-44b2-b163-eb7f55674249 5033 2022-04-29T06:23:14.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-29T06:23:14.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml 2022-04-29T06:23:14.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:23:14.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:14.912Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:14.912Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213394909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:15.012Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:15.013Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:15.014Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:15.026Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:15.026Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:15.913Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6252361d-fc86-46f3-aa4a-f7b0467bf9a4 from URL: /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env 2022-04-29T06:23:15.913Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-29T06:23:15.914Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env 2022-04-29T06:23:15.962Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-29T06:23:15.962Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env 6252361d-fc86-46f3-aa4a-f7b0467bf9a4 909 2022-04-29T06:23:15.962Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-29T06:23:15.962Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env 2022-04-29T06:23:15.963Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:23:15.963Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:15.965Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:15.966Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213395962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:16.065Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:23:16.066Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:16.067Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:16.082Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:16.082Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:16.966Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0898da12-a7f5-4d7d-9f27-0dac928f571d 2022-04-29T06:23:16.967Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QcfqQR 0 2480a88d-0ce8-49c6-91f2-07a120b99bb9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:23:16.982Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@185de9a9, org.onap.sdc.toscaparser.api.parameters.Input@233f15cb, org.onap.sdc.toscaparser.api.parameters.Input@57fa479f, org.onap.sdc.toscaparser.api.parameters.Input@723fb813, org.onap.sdc.toscaparser.api.parameters.Input@558075c] 2022-04-29T06:23:16.984Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.985Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:16.985Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-29T06:23:16.985Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 47215267-27bf-42e5-bc35-6cab8c928f62 2022-04-29T06:23:16.985Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47215267-27bf-42e5-bc35-6cab8c928f62 matches Tosca VF Customization UUID: 47215267-27bf-42e5-bc35-6cab8c928f62 2022-04-29T06:23:16.986Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 47215267-27bf-42e5-bc35-6cab8c928f62 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-29T06:23:16.989Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.989Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:16.989Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 47215267-27bf-42e5-bc35-6cab8c928f62: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-29T06:23:16.990Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54217dda 2022-04-29T06:23:16.990Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.990Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-29T06:23:16.991Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f48cf59-a201-4f6c-b893-758cd9b3fbb3 2022-04-29T06:23:16.991Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f48cf59-a201-4f6c-b893-758cd9b3fbb3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-29T06:23:16.994Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.994Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:16.994Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:16.995Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.995Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:16.995Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:16.996Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:16.996Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is not matching search criteria 2022-04-29T06:23:16.996Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-29T06:23:16.997Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-29T06:23:16.997Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a79af5f-5603-456c-956f-0fa47f330080 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:23:17.000Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.000Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:17.000Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:23:17.001Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.001Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QcfqQR 0 is matching search criteria 2022-04-29T06:23:17.001Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QcfqQR 0] matching following query criteria: sdcType=VF, customizationUUID=47215267-27bf-42e5-bc35-6cab8c928f62 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:23:17.003Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.004Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.004Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0898da12-a7f5-4d7d-9f27-0dac928f571d: basic_onboard_QcfqQR 2022-04-29T06:23:17.004Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.004Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.005Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.005Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.006Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.006Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.006Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.007Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.007Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:23:17.007Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QcfqQR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:23:17.008Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_QcfqQR Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:23:17.088Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QcfqQR 2480a88d-0ce8-49c6-91f2-07a120b99bb9 1 ASDC deployResourceStructure 2022-04-29T06:23:17.088Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json ASDC sendASDCNotification 2022-04-29T06:23:17.089Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json 2022-04-29T06:23:17.089Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:23:17.089Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:17.092Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:17.093Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213397088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:23:17.193Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:17.194Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:17.194Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:17.205Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:17.206Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:18.093Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-29T06:23:18.094Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml 2022-04-29T06:23:18.094Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:23:18.095Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:18.097Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:18.097Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213398093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:23:18.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:23:18.199Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:18.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:18.211Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:18.212Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:23:19.098Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-29T06:23:19.099Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env 2022-04-29T06:23:19.099Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:23:19.100Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:19.104Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:19.104Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213399098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-29T06:23:19.202Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-29T06:23:19.203Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:19.203Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:19.221Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:19.222Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:20.105Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar ASDC sendASDCNotification 2022-04-29T06:23:20.106Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar 2022-04-29T06:23:20.106Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:23:20.106Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:20.108Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:20.108Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213400105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:23:20.208Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:23:20.209Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:20.209Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:20.222Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:20.222Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:23:21.112Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d206f091-c1b3-4a3e-880b-7698c71f6bdd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:23:21.126Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d206f091-c1b3-4a3e-880b-7698c71f6bdd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:23:21.131Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:23:21.131Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.132Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.133Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.133Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:23:21.133Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:23:21.139Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:23:48.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:23:48.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:23:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:49.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:49.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "47735f48-4002-46c6-acf5-8a5fc0376352", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213378802, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:23:49.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:49.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:23:49.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213379821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:23:49.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213391406, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213393845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213394909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213395962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213397088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/basic_onboard_qcfqqr0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213398093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213399098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/resourceInstances/basic_onboard_qcfqqr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-29T06:23:49.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:49.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-29T06:23:49.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213400105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcfqqr/1.0/artifacts/service-BasicOnboardQcfqqr-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:23:49.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:23:51.139Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d206f091-c1b3-4a3e-880b-7698c71f6bdd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:23:51.147Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d206f091-c1b3-4a3e-880b-7698c71f6bdd and serviceModelVersionId: 0898da12-a7f5-4d7d-9f27-0dac928f571d 2022-04-29T06:23:51.147Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7387b63e-3d21-4116-afad-75d0cb873064 2022-04-29T06:23:51.148Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0 2022-04-29T06:23:51.153Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:23:51.203Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-29T06:23:51.205Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0|INFO|500||Invoke 2022-04-29T06:23:51.234Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:23:51.348Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0|INFO|500||InvokeReturn 2022-04-29T06:23:51.349Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7387b63e-3d21-4116-afad-75d0cb873064/model-vers/model-ver/0898da12-a7f5-4d7d-9f27-0dac928f571d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220429-06:23:50:071-70421], vertex-id=[241744], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:23:50 GMT], Content-Type=[application/json]} 2022-04-29T06:23:51.349Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:23:51.350Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:23:51.350Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:23:51.354Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:23:51.354Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d206f091-c1b3-4a3e-880b-7698c71f6bdd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:23:51.354Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:23:51.355Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:23:51.356Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:23:51.356Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213431354, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:23:51.456Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:23:51.458Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:23:51.458Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:23:51.473Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:23:51.473Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:23:52.370Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:23:52.371Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:23:52.371Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:01.906Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:24:01.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:24:01.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:24:01.908Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:11.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:24:11.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:24:11.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:24:11.466Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:20.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:24:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:24:21.001Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:24:21.002Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:24:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:24:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:24:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:48.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:24:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:24:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:24:49.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:24:49.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-29T06:24:49.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d206f091-c1b3-4a3e-880b-7698c71f6bdd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213431354, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:24:49.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:24:58.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:25:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:25:48.828Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:25:48.828Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:25:48.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:25:48.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:25:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:25:58.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:25:58.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:26:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:26:48.827Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:26:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:26:48.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:26:48.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:26:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:26:58.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:26:58.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:27:48.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:27:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:27:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:27:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:27:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:27:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:27:58.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:27:58.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:48.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:28:48.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:28:48.827Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:48.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:28:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:28:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:49.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:49.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"064d4022-4741-4569-aecc-159def1d3fbc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85fd31c2-e483-40e4-8a11-34cee817a489","serviceDescription":"service","serviceInvariantUUID":"cd49fadb-453e-429e-a6d9-13855b0e672c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb35e8ce-c290-4069-8a1c-dc42f20acee4","resourceInvariantUUID":"295bceaf-ac01-4143-ba6b-4c7b16bb5c22","resourceCustomizationUUID":"8d2f962c-6ad2-43ce-a1d3-1c0eb62e3d7d","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":"N2RhMGU5MzJiZjA0MWRhNGQyZTliMGY2ZmI3YTU5NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30d07517-1122-4f30-b803-c07f3da39938","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDVhMTRhMTcxZDJlODE5MDA2MGIyNmI4OGViOWU2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"514d2dd9-9f97-4709-83c8-f3913f7cd245","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:28:49.513Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:28:49.514Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:28:49.519Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:28:49.519Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213728824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.620Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:28:49.622Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:28:49.622Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:49.663Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:49.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:49.664Z||pool-35-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:28:49.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "multicloud-k8s-id", "timestamp": 1651213711485, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "aai-ml", "timestamp": 1651213708680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "cds", "timestamp": 1651213712515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "aai-ml", "timestamp": 1651213708680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "multicloud-k8s-id", "timestamp": 1651213711485, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "cds", "timestamp": 1651213712515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "ves-openapi-manager", "timestamp": 1651213713321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "clamp", "timestamp": 1651213713559, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "ves-openapi-manager", "timestamp": 1651213713321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "clamp", "timestamp": 1651213713559, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "aai-ml", "timestamp": 1651213716052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "cds", "timestamp": 1651213716745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "policy-id", "timestamp": 1651213716649, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "cds", "timestamp": 1651213717752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:28:49.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 064d4022-4741-4569-aecc-159def1d3fbc 2022-04-29T06:28:49.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 064d4022-4741-4569-aecc-159def1d3fbc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:28:49.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "policy-id", "timestamp": 1651213716649, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "policy-id", "timestamp": 1651213720166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "policy-id", "timestamp": 1651213721171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:28:49.711Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "policy-id", "timestamp": 1651213722174, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:28:49.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 064d4022-4741-4569-aecc-159def1d3fbc 2022-04-29T06:28:49.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 064d4022-4741-4569-aecc-159def1d3fbc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:28:49.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "aai-ml", "timestamp": 1651213722143, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:28:49.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "aai-ml", "timestamp": 1651213723148, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:28:49.739Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 064d4022-4741-4569-aecc-159def1d3fbc 2022-04-29T06:28:49.739Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 064d4022-4741-4569-aecc-159def1d3fbc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:28:49.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "clamp", "timestamp": 1651213724169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:28:49.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213726680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "clamp", "timestamp": 1651213726182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213726680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:49.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:28:49.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:28:49.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "clamp", "timestamp": 1651213727188, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:28:49.754Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 064d4022-4741-4569-aecc-159def1d3fbc 2022-04-29T06:28:49.755Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 064d4022-4741-4569-aecc-159def1d3fbc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:28:50.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:28:50.521Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:28:50.524Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:28:50.524Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213728824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:28:50.624Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:28:50.625Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:28:50.625Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:50.647Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:50.648Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:28:51.525Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "85fd31c2-e483-40e4-8a11-34cee817a489", "serviceDescription": "service", "serviceInvariantUUID": "cd49fadb-453e-429e-a6d9-13855b0e672c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8d2f962c-6ad2-43ce-a1d3-1c0eb62e3d7d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "fb35e8ce-c290-4069-8a1c-dc42f20acee4", "resourceInvariantUUID": "295bceaf-ac01-4143-ba6b-4c7b16bb5c22", "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": "ZDVhMTRhMTcxZDJlODE5MDA2MGIyNmI4OGViOWU2ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "514d2dd9-9f97-4709-83c8-f3913f7cd245" } ], "workloadContext": "Production" } 2022-04-29T06:28:51.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:28:51.526Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85fd31c2-e483-40e4-8a11-34cee817a489 ASDC 2022-04-29T06:28:51.527Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:064d4022-4741-4569-aecc-159def1d3fbc ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:85fd31c2-e483-40e4-8a11-34cee817a489 ServiceInvariantUUID:cd49fadb-453e-429e-a6d9-13855b0e672c 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:514d2dd9-9f97-4709-83c8-f3913f7cd245 ArtifactChecksum:ZDVhMTRhMTcxZDJlODE5MDA2MGIyNmI4OGViOWU2ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8d2f962c-6ad2-43ce-a1d3-1c0eb62e3d7d ResourceInvariantUUID:295bceaf-ac01-4143-ba6b-4c7b16bb5c22 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:fb35e8ce-c290-4069-8a1c-dc42f20acee4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-29T06:28:51.527Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85fd31c2-e483-40e4-8a11-34cee817a489 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:28:51.565Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:28:51.567Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:28:51.567Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:28:51.567Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 514d2dd9-9f97-4709-83c8-f3913f7cd245 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-29T06:28:51.567Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:28:51.567Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:51.636Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:28:51.638Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 514d2dd9-9f97-4709-83c8-f3913f7cd245 52506 2022-04-29T06:28:51.639Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:51.639Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:51.639Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:28:51.639Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:28:51.641Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:28:51.642Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213731639, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:28:51.742Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:28:51.743Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:28:51.743Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:51.756Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:51.757Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:28:52.642Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:28:52.643Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:28:52.644Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 514d2dd9-9f97-4709-83c8-f3913f7cd245, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-29T06:28:52.644Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-29T06:28:52.645Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-29T06:28:52.645Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-29T06:28:52.827Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3352060243005791083/Definitions/service-BasicNetwork-template.yml 2022-04-29T06:28:53.475Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:28:53.476Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:28:53.476Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-29T06:28:53.476Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-29T06:28:53.476Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.476Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.477Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:28:53.478Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.478Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.478Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-29T06:28:53.479Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:28:53.479Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.480Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.481Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.481Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.481Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.482Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:85fd31c2-e483-40e4-8a11-34cee817a489 Model Version:NULL Model InvariantUuid:cd49fadb-453e-429e-a6d9-13855b0e672c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:295bceaf-ac01-4143-ba6b-4c7b16bb5c22 Model UUID:5dfde686-41ec-4b52-bbcd-99cbf202c6d0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8d2f962c-6ad2-43ce-a1d3-1c0eb62e3d7d Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:28:53.491Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: fb35e8ce-c290-4069-8a1c-dc42f20acee4 2022-04-29T06:28:53.492Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||No resources found for Service: 85fd31c2-e483-40e4-8a11-34cee817a489 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:28:53.500Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500|| 2022-04-29T06:28:53.500Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-29T06:28:53.501Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 85fd31c2-e483-40e4-8a11-34cee817a489 2022-04-29T06:28:53.501Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 85fd31c2-e483-40e4-8a11-34cee817a489 2022-04-29T06:28:53.501Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-29T06:28:53.502Z|064d4022-4741-4569-aecc-159def1d3fbc|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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:28:53.508Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26d2310f, org.onap.sdc.toscaparser.api.parameters.Input@3e767349, org.onap.sdc.toscaparser.api.parameters.Input@5534ff81, org.onap.sdc.toscaparser.api.parameters.Input@46741dcb, org.onap.sdc.toscaparser.api.parameters.Input@71990643] 2022-04-29T06:28:53.510Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.511Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.511Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.511Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.512Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 85fd31c2-e483-40e4-8a11-34cee817a489: Generic NeutronNet 2022-04-29T06:28:53.512Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.512Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.512Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.512Z|064d4022-4741-4569-aecc-159def1d3fbc|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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-29T06:28:53.547Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:28:53.548Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-29T06:28:53.612Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-29T06:28:53.613Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.613Z|064d4022-4741-4569-aecc-159def1d3fbc|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 2022-04-29T06:28:53.613Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:28:53.613Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:28:53.615Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:28:53.615Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213733612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:28:53.716Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:28:53.717Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:28:53.718Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:28:53.730Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:28:53.730Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:28:54.616Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:28:54.628Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:28:54.630Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:28:54.631Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:28:54.631Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:28:54.631Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:29:24.631Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:29:24.644Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:29:24.647Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:29:24.648Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:29:24.648Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:29:24.648Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:29:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:29:48.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:29:48.841Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:29:48.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:29:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:29:48.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213728824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:29:48.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:29:54.655Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:29:54.671Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:29:54.677Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:29:54.677Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:29:54.677Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:29:54.677Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:30:24.677Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:30:24.689Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:30:24.692Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:30:24.692Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:30:24.692Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:30:24.692Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:30:48.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:30:48.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:30:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:30:48.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:30:48.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213729562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213728824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213731170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:30:48.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:30:48.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213731639, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:30:48.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:30:48.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213732174, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:30:48.900Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 064d4022-4741-4569-aecc-159def1d3fbc 2022-04-29T06:30:48.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 064d4022-4741-4569-aecc-159def1d3fbc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:30:48.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:30:48.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213733612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:30:48.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:30:54.693Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:30:54.705Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:30:54.713Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:30:54.713Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:30:54.713Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:30:54.713Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:30:54.713Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:30:54.714Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:30:54.719Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:31:24.720Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 064d4022-4741-4569-aecc-159def1d3fbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:31:24.735Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 064d4022-4741-4569-aecc-159def1d3fbc and serviceModelVersionId: 85fd31c2-e483-40e4-8a11-34cee817a489 2022-04-29T06:31:24.735Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd49fadb-453e-429e-a6d9-13855b0e672c 2022-04-29T06:31:24.737Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0 2022-04-29T06:31:24.743Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:31:24.793Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|INFO|500||Invoke 2022-04-29T06:31:24.794Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[064d4022-4741-4569-aecc-159def1d3fbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60bfb05a-e5bc-4f3e-9e47-826f1feda2c8], X-ECOMP-RequestID=[064d4022-4741-4569-aecc-159def1d3fbc], X-TransactionId=[], X-ONAP-RequestID=[064d4022-4741-4569-aecc-159def1d3fbc], Content-Type=[application/merge-patch+json]} 2022-04-29T06:31:24.823Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:31:24.940Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220429-06:31:23:654-77267], vertex-id=[249936], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:31:23 GMT], Content-Type=[application/json]} 2022-04-29T06:31:24.941Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:31:24.941Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd49fadb-453e-429e-a6d9-13855b0e672c/model-vers/model-ver/85fd31c2-e483-40e4-8a11-34cee817a489?depth=0|INFO|500||InvokeReturn 2022-04-29T06:31:24.942Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:31:24.942Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:31:24.949Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:31:24.949Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 064d4022-4741-4569-aecc-159def1d3fbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:31:24.949Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:31:24.950Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:24.952Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:24.952Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213884949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:31:25.052Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:25.053Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:25.053Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:25.074Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:25.074Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:31:25.990Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:31:25.991Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:31:25.991Z|064d4022-4741-4569-aecc-159def1d3fbc|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:30.307Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:30.310Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:31:30.311Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf920291-9f48-4aaa-ab13-8c53b17091e0","serviceName":"Demo_pNF_Rapla2TwTkAPdiTvcnf7","serviceVersion":"1.0","serviceUUID":"28b96619-df16-42a3-af34-6cafb105cf59","serviceDescription":"catalog service description","serviceInvariantUUID":"0f508918-c4be-4ecf-9b4b-2ba12af9cde5","resources":[{"resourceInstanceName":"pNF f3f87075-9c20 0","resourceName":"pNF f3f87075-9c20","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf42cd14-3395-4bc4-8c83-f4477570092a","resourceInvariantUUID":"2f596326-8f7a-4fdc-81b3-9d6ef7fe8b7c","resourceCustomizationUUID":"d53cd098-7928-4562-88d0-1bec99dfa0dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml","artifactChecksum":"ODNiNzkzZDVmYjljZjk3MzBhYzU4YjJmY2NhNzZlOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3e8b2fa-5dc7-46c3-87ae-10bfb873288d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar","artifactChecksum":"MGZhMTk2OGExZjg2NjBhYmY4MmM5MTc0NWI0MGQ1MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be277ec8-2f30-46af-b649-43e525dc3a6f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d9eca16-2cbe-4f64-aa4e-ba4e3cbcada3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MWNjNmMzOGUwOGJhZTliMzIyMzViNjJjYmQ5OGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9766351c-b241-40d9-9727-6c8290146c3f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fed8fe7d-0b2e-42dd-8fab-79b9151b1e22","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c9b1b6d-4b93-4ba0-8111-9c3dcbfe89cd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRapla2twtkapditvcnf7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml","artifactChecksum":"MTgwMjM3YWFjNGMxMWY4NmYwOWI1ODk3NDhlMTk0MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18cf9b94-a289-4ad6-919c-95796d58ad19","artifactVersion":"1"},{"artifactName":"service-DemoPnfRapla2twtkapditvcnf7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar","artifactChecksum":"YTRjYmI4ODgxYWIwNmYzYzNkNmY4ZTJiNTljOGRlZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5af73601-8e9f-4a7b-a235-4576adcbdb1a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:31:30.314Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:30.315Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:30.317Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:30.317Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:30.417Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:30.418Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:30.419Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:30.443Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:30.444Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:31.323Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:31.324Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:31.327Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:31.327Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:31.427Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:31.428Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:31.429Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:31.440Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:31.440Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:31:32.328Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:32.328Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:32.331Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:32.331Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:32.431Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:31:32.432Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:32.432Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:32.442Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:32.443Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:33.332Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:33.336Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:33.339Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:33.339Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:33.439Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:33.440Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:33.440Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:33.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:33.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:34.340Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:34.341Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:34.344Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:34.344Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:34.445Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:31:34.446Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:34.446Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:34.477Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:34.477Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:31:35.345Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:35.346Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:35.348Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:35.348Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:35.449Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:31:35.450Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:35.450Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:35.465Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:35.466Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:36.349Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:36.350Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:36.353Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:36.353Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:36.453Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:36.454Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:36.454Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:36.466Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:36.466Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:37.354Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:31:37.355Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:37.357Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:37.358Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:37.458Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:37.459Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:37.459Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:37.472Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:37.472Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:38.359Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "serviceName": "Demo_pNF_Rapla2TwTkAPdiTvcnf7", "serviceVersion": "1.0", "serviceUUID": "28b96619-df16-42a3-af34-6cafb105cf59", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0f508918-c4be-4ecf-9b4b-2ba12af9cde5", "resources": [ { "resourceInstanceName": "pNF f3f87075-9c20 0", "resourceCustomizationUUID": "d53cd098-7928-4562-88d0-1bec99dfa0dd", "resourceName": "pNF f3f87075-9c20", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cf42cd14-3395-4bc4-8c83-f4477570092a", "resourceInvariantUUID": "2f596326-8f7a-4fdc-81b3-9d6ef7fe8b7c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "artifactChecksum": "YTRjYmI4ODgxYWIwNmYzYzNkNmY4ZTJiNTljOGRlZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5af73601-8e9f-4a7b-a235-4576adcbdb1a" } ], "workloadContext": "Production" } 2022-04-29T06:31:38.360Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:31:38.360Z|064d4022-4741-4569-aecc-159def1d3fbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28b96619-df16-42a3-af34-6cafb105cf59 ASDC 2022-04-29T06:31:38.361Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cf920291-9f48-4aaa-ab13-8c53b17091e0 ServiceName:Demo_pNF_Rapla2TwTkAPdiTvcnf7 ServiceVersion:1.0 ServiceUUID:28b96619-df16-42a3-af34-6cafb105cf59 ServiceInvariantUUID:0f508918-c4be-4ecf-9b4b-2ba12af9cde5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRapla2twtkapditvcnf7-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar ArtifactUUID:5af73601-8e9f-4a7b-a235-4576adcbdb1a ArtifactChecksum:YTRjYmI4ODgxYWIwNmYzYzNkNmY4ZTJiNTljOGRlZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3f87075-9c20 0 ResourceCustomizationUUID:d53cd098-7928-4562-88d0-1bec99dfa0dd ResourceInvariantUUID:2f596326-8f7a-4fdc-81b3-9d6ef7fe8b7c ResourceName:pNF f3f87075-9c20 ResourceType:PNF ResourceUUID:cf42cd14-3395-4bc4-8c83-f4477570092a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-29T06:31:38.362Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28b96619-df16-42a3-af34-6cafb105cf59 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:38.388Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:31:38.388Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:31:38.388Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:31:38.389Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5af73601-8e9f-4a7b-a235-4576adcbdb1a from URL: /sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:38.389Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:31:38.389Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:39.026Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:31:39.029Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 5af73601-8e9f-4a7b-a235-4576adcbdb1a 82639 2022-04-29T06:31:39.029Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar ASDC sendASDCNotification 2022-04-29T06:31:39.030Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:39.030Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:31:39.030Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:39.032Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:39.032Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213899029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:39.132Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:39.133Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:39.134Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:39.145Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:39.146Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:40.033Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:31:40.035Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:31:40.035Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5af73601-8e9f-4a7b-a235-4576adcbdb1a, URL: /sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar to file: /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.036Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.037Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.037Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.146Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8715102519819642147/Definitions/service-DemoPnfRapla2twtkapditvcnf7-template.yml 2022-04-29T06:31:40.893Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.894Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|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-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.895Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|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-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.895Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3f87075-9c20 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-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.895Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|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-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.895Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:31:40.895Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.896Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.896Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Node template pNF f3f87075-9c20 0 is matching search criteria 2022-04-29T06:31:40.896Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:31:40.896Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3f87075-9c20 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:31:40.897Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.897Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.897Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Node template pNF f3f87075-9c20 0 is matching search criteria 2022-04-29T06:31:40.897Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:31:40.897Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3f87075-9c20 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:31:40.898Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.898Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.898Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.898Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.898Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.899Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Rapla2TwTkAPdiTvcnf7 Description:catalog service description Model UUID:28b96619-df16-42a3-af34-6cafb105cf59 Model Version:NULL Model InvariantUuid:0f508918-c4be-4ecf-9b4b-2ba12af9cde5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:31:40.907Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf42cd14-3395-4bc4-8c83-f4477570092a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:31:40.910Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||pNF f3f87075-9c20 0 2022-04-29T06:31:40.910Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf42cd14-3395-4bc4-8c83-f4477570092a 2022-04-29T06:31:40.910Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 28b96619-df16-42a3-af34-6cafb105cf59 2022-04-29T06:31:40.911Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 28b96619-df16-42a3-af34-6cafb105cf59 2022-04-29T06:31:40.911Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f3f87075-9c20 0 cf42cd14-3395-4bc4-8c83-f4477570092a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:31:40.918Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1caaaddd, org.onap.sdc.toscaparser.api.parameters.Input@411f43f2, org.onap.sdc.toscaparser.api.parameters.Input@f8fec28, org.onap.sdc.toscaparser.api.parameters.Input@744baedb, org.onap.sdc.toscaparser.api.parameters.Input@3d4621ca] 2022-04-29T06:31:40.918Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.918Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.919Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 28b96619-df16-42a3-af34-6cafb105cf59: pNF f3f87075-9c20 2022-04-29T06:31:40.919Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Processing PNF resource: cf42cd14-3395-4bc4-8c83-f4477570092a 2022-04-29T06:31:40.919Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:31:40.919Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Rapla2TwTkAPdiTvcnf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:31:40.919Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||Resource customization UUID: d53cd098-7928-4562-88d0-1bec99dfa0dd is the same as notified resource customizationUUID: d53cd098-7928-4562-88d0-1bec99dfa0dd Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-29T06:31:40.962Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f3f87075-9c20 cf42cd14-3395-4bc4-8c83-f4477570092a 0 ASDC deployResourceStructure 2022-04-29T06:31:40.963Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar ASDC sendASDCNotification 2022-04-29T06:31:40.963Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar 2022-04-29T06:31:40.963Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:31:40.963Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:31:40.965Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:31:40.965Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213900962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:41.065Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:31:41.066Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:31:41.066Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:41.076Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:41.077Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:31:41.966Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:31:41.978Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:31:41.980Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:31:41.980Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:31:41.981Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:31:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:31:48.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:31:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:31:48.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:31:48.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-29T06:31:48.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213813322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "multicloud-k8s-id", "timestamp": 1651213811487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213816679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213816649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213823931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213817515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213825605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213825495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213825151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213826398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213826500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:48.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "ves-openapi-manager", "timestamp": 1651213826155, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:48.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:48.905Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213827618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:48.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "cds", "timestamp": 1651213827420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:48.919Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:48.919Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "policy-id", "timestamp": 1651213827504, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:48.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:48.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213828622, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:48.947Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:48.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:31:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213828680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213837932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213831486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213832515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "ves-openapi-manager", "timestamp": 1651213833321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213841291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213841646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "cds", "timestamp": 1651213842664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:31:48.987Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:48.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213842436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213843098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213836649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213843490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:48.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:48.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:48.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "aai-ml", "timestamp": 1651213844103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:49.004Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:49.004Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:49.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213844354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:49.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:49.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213844519, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:49.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:31:49.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:31:49.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213844629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:31:49.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213845358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "multicloud-k8s-id", "timestamp": 1651213845523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:49.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "policy-id", "timestamp": 1651213846361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:49.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:31:49.033Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213846206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:31:49.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:31:49.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:31:49.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:31:49.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:31:49.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "clamp", "timestamp": 1651213847211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:31:49.046Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf920291-9f48-4aaa-ab13-8c53b17091e0 2022-04-29T06:31:49.046Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf920291-9f48-4aaa-ab13-8c53b17091e0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:11.981Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:32:11.993Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:32:11.996Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:32:11.996Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:32:11.996Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:32:11.996Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:32:11.996Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.997Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.997Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.997Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.998Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.998Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.998Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:32:11.998Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:12.004Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:32:42.005Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:32:42.014Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf920291-9f48-4aaa-ab13-8c53b17091e0 and serviceModelVersionId: 28b96619-df16-42a3-af34-6cafb105cf59 2022-04-29T06:32:42.014Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f508918-c4be-4ecf-9b4b-2ba12af9cde5 2022-04-29T06:32:42.016Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0 2022-04-29T06:32:42.022Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:32:42.089Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|INFO|500||Invoke 2022-04-29T06:32:42.090Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cf920291-9f48-4aaa-ab13-8c53b17091e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f22f7ddb-8e73-4c40-afde-4f42171e087e], X-ECOMP-RequestID=[cf920291-9f48-4aaa-ab13-8c53b17091e0], X-TransactionId=[], X-ONAP-RequestID=[cf920291-9f48-4aaa-ab13-8c53b17091e0], Content-Type=[application/merge-patch+json]} 2022-04-29T06:32:42.117Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:32:42.229Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220429-06:32:40:942-36041], vertex-id=[200928], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:32:40 GMT], Content-Type=[application/json]} 2022-04-29T06:32:42.230Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:32:42.231Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f508918-c4be-4ecf-9b4b-2ba12af9cde5/model-vers/model-ver/28b96619-df16-42a3-af34-6cafb105cf59?depth=0|INFO|500||InvokeReturn 2022-04-29T06:32:42.231Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:32:42.231Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:32:42.240Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:32:42.241Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf920291-9f48-4aaa-ab13-8c53b17091e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:32:42.241Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:32:42.241Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:42.243Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:42.244Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213962241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:32:42.349Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-29T06:32:42.350Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:42.350Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:42.401Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:42.402Z||pool-50-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:32:43.256Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:32:43.256Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"603c7c33-4a6b-4cf2-8392-23e99bd17817","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ef132611-0a4b-4191-b35c-b909f282c449","serviceDescription":"service","serviceInvariantUUID":"0bb1dc3f-9957-42ae-a2eb-90204f8dea07","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9422d30e-8f81-409a-a7fe-97a92958de66","resourceInvariantUUID":"bbd9ebf2-7e5e-4f3f-949b-190639cffc5c","resourceCustomizationUUID":"e4d194c2-ab27-49d4-96a5-cd8ce1ea768e","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":"OWIzN2JmYWQwZTI1ZDZmYzg4NjhjNTFhYmRlN2Q1ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b82bb676-e694-4d5c-aae1-ad407228b6a7","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":"ZjYxMjkwNTllNTI0ZDY1NGNmOTE1M2RmZjEyOTM4ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d30440d-0234-4a2f-9586-d938b4ffc00c","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":"08866cbc-269e-4116-bb92-c9cdd631529f","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":"7c2d7129-2fef-4099-becb-655b25d9d2a9","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":"4c8df646-e696-4a79-9bb5-d008b4118b6a","artifactVersion":"2","generatedFromUUID":"08866cbc-269e-4116-bb92-c9cdd631529f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDBiYjg0YmM1MjE5YWFjOWIzMjM5YTgzNTY4MDQzNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbfe8817-7122-4200-a0d6-835f55b39d1c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q5YjVkYzJjMzgyMzhlOTQ5NTZlOGU0ZmIyNTkwNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6002417-7598-4947-836f-8c8e6e7a19ab","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:32:43.256Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:43.257Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:43.259Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:43.259Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:43.363Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-29T06:32:43.364Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:43.364Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:43.398Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:43.399Z||pool-51-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:44.270Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:44.271Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:44.273Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:44.273Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:32:44.373Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:32:44.375Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:44.375Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:44.405Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:44.406Z||pool-52-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:45.274Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:45.275Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:45.277Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:45.277Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-29T06:32:45.379Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-29T06:32:45.380Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:45.380Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:45.402Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:45.403Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:46.278Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:46.279Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:46.281Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:46.281Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:46.382Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:46.383Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:46.383Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:46.395Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:46.395Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:47.283Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:47.284Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:47.286Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:47.287Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-29T06:32:47.387Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:47.388Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:47.388Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:47.430Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:47.431Z||pool-55-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:48.287Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:48.288Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:48.290Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:48.290Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.390Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:48.393Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:48.393Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:48.406Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:48.406Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:32:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:32:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:48.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:48.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:32:48.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213846679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213854441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213833559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213856716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:48.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213857720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:48.934Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:32:48.934Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:48.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-29T06:32:48.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213861202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.952Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-29T06:32:48.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:32:48.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213863206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:48.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-29T06:32:48.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-29T06:32:48.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "clamp", "timestamp": 1651213864210, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:48.972Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:32:48.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:48.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213858680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213867094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213851485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "ves-openapi-manager", "timestamp": 1651213853321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213856649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213870017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213870056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213862516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213871060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213871430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:48.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:48.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:48.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:48.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:48.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "policy-id", "timestamp": 1651213872063, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.004Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.004Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213872362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213872521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "cds", "timestamp": 1651213873370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213873593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213865215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213874665, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.038Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-29T06:32:49.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213874851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "multicloud-k8s-id", "timestamp": 1651213875668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "aai-ml", "timestamp": 1651213875855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.051Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 603c7c33-4a6b-4cf2-8392-23e99bd17817 2022-04-29T06:32:49.051Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 603c7c33-4a6b-4cf2-8392-23e99bd17817 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "064d4022-4741-4569-aecc-159def1d3fbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213884949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213876679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213884202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213886501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213886211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "clamp", "timestamp": 1651213887217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.069Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213888841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213889845, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.088Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/resourceInstances/pnff3f870759c200/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213888680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213899029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213898402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "multicloud-k8s-id", "timestamp": 1651213891485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213900962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRapla2twtkapditvcnf7/1.0/artifacts/service-DemoPnfRapla2twtkapditvcnf7-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213892515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213902271, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213893321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213893559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213903064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "cds", "timestamp": 1651213904658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:32:49.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213904106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213896649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213905467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "ves-openapi-manager", "timestamp": 1651213905110, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:32:49.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213906393, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:49.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "aai-ml", "timestamp": 1651213906471, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:32:49.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb 2022-04-29T06:32:49.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213907397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:32:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:32:49.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:32:49.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-29T06:32:49.291Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:32:49.293Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:49.295Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:49.295Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:32:49.395Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:49.396Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:49.397Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:49.410Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:49.411Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:32:50.297Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ef132611-0a4b-4191-b35c-b909f282c449", "serviceDescription": "service", "serviceInvariantUUID": "0bb1dc3f-9957-42ae-a2eb-90204f8dea07", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e4d194c2-ab27-49d4-96a5-cd8ce1ea768e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9422d30e-8f81-409a-a7fe-97a92958de66", "resourceInvariantUUID": "bbd9ebf2-7e5e-4f3f-949b-190639cffc5c", "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": "ZjYxMjkwNTllNTI0ZDY1NGNmOTE1M2RmZjEyOTM4ZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d30440d-0234-4a2f-9586-d938b4ffc00c", "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": "08866cbc-269e-4116-bb92-c9cdd631529f", "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": "4c8df646-e696-4a79-9bb5-d008b4118b6a", "generatedFromUUID": "08866cbc-269e-4116-bb92-c9cdd631529f" }, "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": "4c8df646-e696-4a79-9bb5-d008b4118b6a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2Q5YjVkYzJjMzgyMzhlOTQ5NTZlOGU0ZmIyNTkwNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c6002417-7598-4947-836f-8c8e6e7a19ab" } ], "workloadContext": "Production" } 2022-04-29T06:32:50.297Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:32:50.297Z|cf920291-9f48-4aaa-ab13-8c53b17091e0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef132611-0a4b-4191-b35c-b909f282c449 ASDC 2022-04-29T06:32:50.298Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:603c7c33-4a6b-4cf2-8392-23e99bd17817 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ef132611-0a4b-4191-b35c-b909f282c449 ServiceInvariantUUID:0bb1dc3f-9957-42ae-a2eb-90204f8dea07 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:c6002417-7598-4947-836f-8c8e6e7a19ab ArtifactChecksum:N2Q5YjVkYzJjMzgyMzhlOTQ5NTZlOGU0ZmIyNTkwNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e4d194c2-ab27-49d4-96a5-cd8ce1ea768e ResourceInvariantUUID:bbd9ebf2-7e5e-4f3f-949b-190639cffc5c ResourceName:basic_vm ResourceType:VF ResourceUUID:9422d30e-8f81-409a-a7fe-97a92958de66 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:3d30440d-0234-4a2f-9586-d938b4ffc00c ArtifactChecksum:ZjYxMjkwNTllNTI0ZDY1NGNmOTE1M2RmZjEyOTM4ZDI= 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:08866cbc-269e-4116-bb92-c9cdd631529f 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:4c8df646-e696-4a79-9bb5-d008b4118b6a 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:4c8df646-e696-4a79-9bb5-d008b4118b6a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-29T06:32:50.298Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef132611-0a4b-4191-b35c-b909f282c449 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:32:50.343Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:32:50.343Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:32:50.343Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:32:50.344Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6002417-7598-4947-836f-8c8e6e7a19ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-29T06:32:50.344Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:32:50.344Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:50.414Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:32:50.417Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c6002417-7598-4947-836f-8c8e6e7a19ab 71051 2022-04-29T06:32:50.417Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:50.418Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:50.418Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:32:50.418Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:50.420Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:50.420Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213970417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:50.520Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:50.521Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:50.522Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:50.533Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:50.533Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:51.420Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:32:51.422Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:32:51.422Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c6002417-7598-4947-836f-8c8e6e7a19ab, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-29T06:32:51.422Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-29T06:32:51.423Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-29T06:32:51.423Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-29T06:32:51.532Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3736428729527088815/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-29T06:32:52.658Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:32:52.658Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.659Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.660Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:32:52.660Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.660Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.660Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:52.660Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:32:52.661Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:32:52.661Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.661Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.661Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:52.661Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:32:52.662Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:32:52.662Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.662Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.662Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.662Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-29T06:32:52.663Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.664Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.664Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.664Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:52.664Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:52.665Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:52.666Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.666Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-29T06:32:52.666Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-29T06:32:52.666Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-29T06:32:52.666Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e5a78c2-83f4-4bc2-94ec-06ecea454a36 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.667Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.668Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:52.668Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:52.668Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ef132611-0a4b-4191-b35c-b909f282c449 Model Version:NULL Model InvariantUuid:0bb1dc3f-9957-42ae-a2eb-90204f8dea07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:79b43c3b-34c3-4d6d-8ba0-2cf373b8a940 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bbd9ebf2-7e5e-4f3f-949b-190639cffc5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e4d194c2-ab27-49d4-96a5-cd8ce1ea768e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d5e26a02-4fc2-41a4-b651-cd2549c1c75b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:dd7b642f-949c-493d-af2d-33de09744b2d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e5a78c2-83f4-4bc2-94ec-06ecea454a36 ModelInvariantUuid:dd74d39c-614d-4308-9b08-09a1b545e2b6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6e5f4053-c9fd-4404-afb4-4dd848130dc7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:63be57d1-9ba6-472c-a752-3ce793e05000 ModelInvariantUuid:80567e3f-cc49-4f6a-86c9-461be627033a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1cc9b52a-db78-4676-924e-54cc698b6228 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:32:52.678Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9422d30e-8f81-409a-a7fe-97a92958de66 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:32:52.681Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-04-29T06:32:52.682Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9422d30e-8f81-409a-a7fe-97a92958de66 2022-04-29T06:32:52.682Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3d30440d-0234-4a2f-9586-d938b4ffc00c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-29T06:32:52.682Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:32:52.682Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.738Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:32:52.739Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 3d30440d-0234-4a2f-9586-d938b4ffc00c 787 2022-04-29T06:32:52.740Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.740Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:52.740Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:32:52.741Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:52.742Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:52.743Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213972740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:52.843Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:52.844Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:52.844Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:52.882Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:52.883Z||pool-59-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:53.747Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d5e26a02-4fc2-41a4-b651-cd2549c1c75b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd7b642f-949c-493d-af2d-33de09744b2d", "vfModuleModelCustomizationUUID": "9ca398ac-c05e-4e73-9674-fb51b3f03e6c", "isBase": true, "artifacts": [ "08866cbc-269e-4116-bb92-c9cdd631529f", "4c8df646-e696-4a79-9bb5-d008b4118b6a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:32:53.751Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd7b642f-949c-493d-af2d-33de09744b2d VfModuleModelInvariantUUID:d5e26a02-4fc2-41a4-b651-cd2549c1c75b VfModuleModelDescription:NULL Artifacts UUID List:{ 08866cbc-269e-4116-bb92-c9cdd631529f , 4c8df646-e696-4a79-9bb5-d008b4118b6a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:32:53.753Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d5e26a02-4fc2-41a4-b651-cd2549c1c75b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd7b642f-949c-493d-af2d-33de09744b2d", "vfModuleModelCustomizationUUID": "9ca398ac-c05e-4e73-9674-fb51b3f03e6c", "isBase": true, "artifacts": [ "08866cbc-269e-4116-bb92-c9cdd631529f", "4c8df646-e696-4a79-9bb5-d008b4118b6a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:32:53.753Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd7b642f-949c-493d-af2d-33de09744b2d VfModuleModelInvariantUUID:d5e26a02-4fc2-41a4-b651-cd2549c1c75b VfModuleModelDescription:NULL Artifacts UUID List:{ 08866cbc-269e-4116-bb92-c9cdd631529f , 4c8df646-e696-4a79-9bb5-d008b4118b6a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:32:53.754Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08866cbc-269e-4116-bb92-c9cdd631529f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-29T06:32:53.754Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:32:53.754Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:53.807Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:32:53.807Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 08866cbc-269e-4116-bb92-c9cdd631529f 5033 2022-04-29T06:32:53.807Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:53.807Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:53.807Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:32:53.808Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:53.810Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:53.810Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213973807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:53.910Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:53.911Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:53.911Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:53.923Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:53.924Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:32:54.811Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4c8df646-e696-4a79-9bb5-d008b4118b6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-29T06:32:54.811Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:32:54.812Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:54.874Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:32:54.874Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4c8df646-e696-4a79-9bb5-d008b4118b6a 903 2022-04-29T06:32:54.874Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:54.874Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:54.874Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:32:54.875Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:54.876Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:54.877Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213974874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:32:54.977Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:54.977Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:54.977Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:54.990Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:54.991Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:32:55.877Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ef132611-0a4b-4191-b35c-b909f282c449 2022-04-29T06:32:55.878Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9422d30e-8f81-409a-a7fe-97a92958de66 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:32:55.891Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26852e3c, org.onap.sdc.toscaparser.api.parameters.Input@3357eb46, org.onap.sdc.toscaparser.api.parameters.Input@4074a0ff, org.onap.sdc.toscaparser.api.parameters.Input@44a47239, org.onap.sdc.toscaparser.api.parameters.Input@4bdf405f] 2022-04-29T06:32:55.892Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.892Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.892Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-04-29T06:32:55.892Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e4d194c2-ab27-49d4-96a5-cd8ce1ea768e 2022-04-29T06:32:55.893Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4d194c2-ab27-49d4-96a5-cd8ce1ea768e matches Tosca VF Customization UUID: e4d194c2-ab27-49d4-96a5-cd8ce1ea768e 2022-04-29T06:32:55.893Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e4d194c2-ab27-49d4-96a5-cd8ce1ea768e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-29T06:32:55.895Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.895Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.896Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e4d194c2-ab27-49d4-96a5-cd8ce1ea768e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-29T06:32:55.896Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@459a273f 2022-04-29T06:32:55.896Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.896Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:55.897Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ca398ac-c05e-4e73-9674-fb51b3f03e6c 2022-04-29T06:32:55.897Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ca398ac-c05e-4e73-9674-fb51b3f03e6c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-29T06:32:55.900Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.900Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:55.900Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:55.900Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.901Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:55.901Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:55.901Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.901Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-29T06:32:55.902Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-29T06:32:55.902Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-29T06:32:55.902Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e5a78c2-83f4-4bc2-94ec-06ecea454a36 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:32:55.904Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.904Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:55.905Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:32:55.905Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.905Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-29T06:32:55.905Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e4d194c2-ab27-49d4-96a5-cd8ce1ea768e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:32:55.907Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.907Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.907Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ef132611-0a4b-4191-b35c-b909f282c449: basic_vm 2022-04-29T06:32:55.907Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.908Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.908Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.908Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.908Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.909Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.909Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.909Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.909Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:32:55.909Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:32:55.910Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:32:55.986Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9422d30e-8f81-409a-a7fe-97a92958de66 1 ASDC deployResourceStructure 2022-04-29T06:32:55.987Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:55.987Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:55.987Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:32:55.988Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:55.992Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:55.992Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213975987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:32:56.090Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-29T06:32:56.093Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:56.093Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:56.108Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:56.109Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:56.993Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:56.994Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:56.994Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:32:56.994Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:56.996Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:56.996Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213976993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:32:57.119Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms 2022-04-29T06:32:57.120Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:57.120Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:57.131Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:57.132Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:57.997Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:57.997Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:57.998Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:32:57.998Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:58.000Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:58.000Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213977997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-29T06:32:58.100Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:58.101Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:58.101Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:58.113Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:58.113Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:32:59.001Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:59.001Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|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 2022-04-29T06:32:59.002Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:32:59.002Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:32:59.004Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:32:59.004Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213979001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:32:59.104Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:32:59.105Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:32:59.105Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:32:59.117Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:32:59.117Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:00.007Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 603c7c33-4a6b-4cf2-8392-23e99bd17817 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:33:00.020Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 603c7c33-4a6b-4cf2-8392-23e99bd17817 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:33:00.023Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:00.024Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:33:00.030Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:33:30.030Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 603c7c33-4a6b-4cf2-8392-23e99bd17817 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:33:30.035Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 603c7c33-4a6b-4cf2-8392-23e99bd17817 and serviceModelVersionId: ef132611-0a4b-4191-b35c-b909f282c449 2022-04-29T06:33:30.036Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bb1dc3f-9957-42ae-a2eb-90204f8dea07 2022-04-29T06:33:30.036Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0 2022-04-29T06:33:30.040Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:33:30.084Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-29T06:33:30.086Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0|INFO|500||Invoke 2022-04-29T06:33:30.106Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:33:30.591Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0|INFO|500||InvokeReturn 2022-04-29T06:33:30.592Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb1dc3f-9957-42ae-a2eb-90204f8dea07/model-vers/model-ver/ef132611-0a4b-4191-b35c-b909f282c449?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220429-06:33:28:930-92385], vertex-id=[188536], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:33:28 GMT], Content-Type=[application/json]} 2022-04-29T06:33:30.592Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:33:30.592Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:33:30.592Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:33:30.598Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:33:30.598Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 603c7c33-4a6b-4cf2-8392-23e99bd17817 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:33:30.598Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:33:30.598Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:30.600Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:30.600Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214010598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:33:30.701Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:30.702Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:30.702Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:30.716Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:30.717Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:33:31.614Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:33:31.614Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a572979a-7ba8-446b-a058-4f23393cdb31","serviceDescription":"service","serviceInvariantUUID":"01a84852-4b12-4202-8de2-db1e5f9a80d1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c15c6343-4462-43ca-8885-ae1a8d424ac1","resourceInvariantUUID":"6268bea9-b8d2-44e2-9320-4e264d37009a","resourceCustomizationUUID":"d1b49c88-e056-4a32-906b-7345e382d911","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":"Y2JiMGIyODdiM2IyZDA4ZjM3MzExZDNhNzYwMzVkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc93b8fb-6948-4540-89f2-6bfb844c9d2b","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":"f1078b3f-7ad5-4cbf-b50d-f9137ab76c72","artifactVersion":"2","generatedFromUUID":"cc204602-68fc-4b4d-830b-aa8be7de0818"},{"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":"cc204602-68fc-4b4d-830b-aa8be7de0818","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":"OTZhOGIwOGQ4YjQzYzVjZWM4MDMxZThkMjM5YjQzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5f4bc48-866f-4289-afba-973ee171be43","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":"bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6","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":"05b6d103-0c4b-4293-ae37-4f2a849704b8","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":"dd9df1f7-1b3c-4467-84a6-772cf0d82fb8","artifactVersion":"2","generatedFromUUID":"bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzJhYmUxZTViYWZlNWYzZjFiY2Q5YzRmNDYwYzNiY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"756bff3b-6e5e-4805-9cd0-1bfebafe04a5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjE4ODc0YTM2MDUwNDI2OTY4MjljYTUzZTYyZTE4N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54817854-aeae-41dc-beca-aa7fd26ff218","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:33:31.615Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:31.615Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:31.617Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:31.617Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:33:31.718Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:31.719Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:31.719Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:31.731Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:31.732Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:32.618Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:32.619Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:32.621Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:32.621Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-29T06:33:32.721Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:32.722Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:32.723Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:32.733Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:32.734Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:33.622Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:33.623Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:33.625Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:33.625Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-29T06:33:33.725Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:33.726Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:33.726Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:33.738Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:33.738Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:34.625Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:34.626Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:34.628Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:34.628Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:33:34.728Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:34.729Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:34.730Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:34.742Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:34.742Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:35.629Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:35.630Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:35.632Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:35.633Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-29T06:33:35.741Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-04-29T06:33:35.742Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:35.742Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:35.765Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:35.765Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:33:36.633Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:36.634Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:36.636Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:36.636Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:33:36.737Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:33:36.738Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:36.738Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:36.751Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:36.751Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:37.637Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:37.638Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:37.640Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:37.640Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-29T06:33:37.740Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:37.742Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:37.742Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:37.754Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:37.754Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:38.641Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:38.641Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:38.644Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:38.644Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:33:38.744Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:38.745Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:38.745Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:38.758Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:38.759Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:39.645Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:33:39.645Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:39.648Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:39.648Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:33:39.748Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:39.749Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:39.749Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:39.758Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:39.758Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:40.649Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a572979a-7ba8-446b-a058-4f23393cdb31", "serviceDescription": "service", "serviceInvariantUUID": "01a84852-4b12-4202-8de2-db1e5f9a80d1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d1b49c88-e056-4a32-906b-7345e382d911", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c15c6343-4462-43ca-8885-ae1a8d424ac1", "resourceInvariantUUID": "6268bea9-b8d2-44e2-9320-4e264d37009a", "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": "f1078b3f-7ad5-4cbf-b50d-f9137ab76c72", "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": "cc204602-68fc-4b4d-830b-aa8be7de0818", "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": "OTZhOGIwOGQ4YjQzYzVjZWM4MDMxZThkMjM5YjQzOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5f4bc48-866f-4289-afba-973ee171be43", "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": "bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6", "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": "dd9df1f7-1b3c-4467-84a6-772cf0d82fb8", "generatedFromUUID": "bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6" }, "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": "dd9df1f7-1b3c-4467-84a6-772cf0d82fb8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjE4ODc0YTM2MDUwNDI2OTY4MjljYTUzZTYyZTE4N2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54817854-aeae-41dc-beca-aa7fd26ff218" } ], "workloadContext": "Production" } 2022-04-29T06:33:40.650Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:33:40.650Z|603c7c33-4a6b-4cf2-8392-23e99bd17817|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a572979a-7ba8-446b-a058-4f23393cdb31 ASDC 2022-04-29T06:33:40.650Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a572979a-7ba8-446b-a058-4f23393cdb31 ServiceInvariantUUID:01a84852-4b12-4202-8de2-db1e5f9a80d1 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:54817854-aeae-41dc-beca-aa7fd26ff218 ArtifactChecksum:ZjE4ODc0YTM2MDUwNDI2OTY4MjljYTUzZTYyZTE4N2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d1b49c88-e056-4a32-906b-7345e382d911 ResourceInvariantUUID:6268bea9-b8d2-44e2-9320-4e264d37009a ResourceName:basic_cnf ResourceType:VF ResourceUUID:c15c6343-4462-43ca-8885-ae1a8d424ac1 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:f1078b3f-7ad5-4cbf-b50d-f9137ab76c72 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:cc204602-68fc-4b4d-830b-aa8be7de0818 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:e5f4bc48-866f-4289-afba-973ee171be43 ArtifactChecksum:OTZhOGIwOGQ4YjQzYzVjZWM4MDMxZThkMjM5YjQzOGU= 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:bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6 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:dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 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:dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-29T06:33:40.650Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a572979a-7ba8-446b-a058-4f23393cdb31 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:33:40.686Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:33:40.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:33:40.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:33:40.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54817854-aeae-41dc-beca-aa7fd26ff218 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-29T06:33:40.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:40.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:40.938Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:40.941Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 54817854-aeae-41dc-beca-aa7fd26ff218 68966 2022-04-29T06:33:40.942Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:40.942Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:40.942Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:40.942Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:40.944Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:40.944Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214020942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:41.044Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:41.046Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:41.046Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:41.057Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:41.057Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:41.945Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:33:41.946Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:33:41.947Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 54817854-aeae-41dc-beca-aa7fd26ff218, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-29T06:33:41.947Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-29T06:33:41.948Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-29T06:33:41.948Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-29T06:33:42.055Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14669406170534550615/Definitions/service-BasicCnf-template.yml 2022-04-29T06:33:43.130Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.131Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.132Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.132Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:33:43.132Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.132Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.132Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:43.133Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:33:43.133Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:33:43.133Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.133Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.133Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:43.134Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:33:43.134Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:33:43.134Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.134Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.134Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.135Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-29T06:33:43.135Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-29T06:33:43.135Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-29T06:33:43.135Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-29T06:33:43.135Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.136Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.136Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.136Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:43.136Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:43.137Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:43.138Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.138Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-29T06:33:43.138Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-29T06:33:43.138Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c469088-9871-41bb-8204-77f10abefb03 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.139Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:43.140Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:43.140Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a572979a-7ba8-446b-a058-4f23393cdb31 Model Version:NULL Model InvariantUuid:01a84852-4b12-4202-8de2-db1e5f9a80d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:851d2911-3390-4b1a-bc0f-554425302109 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6268bea9-b8d2-44e2-9320-4e264d37009a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d1b49c88-e056-4a32-906b-7345e382d911 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4170d26e-d2f2-4f2d-ac82-354ec9215062 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ea30e815-508e-43cb-ac72-f8ba2217f06c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6c469088-9871-41bb-8204-77f10abefb03 ModelInvariantUuid:f22e5f4d-7a17-4452-8de1-8f45250ea79d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:30c21528-75f3-4722-be09-e7d1a5131fa7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a68d2afa-169f-47c4-b1c2-0652d533ea24 ModelInvariantUuid:9e8d5f7a-5194-463c-bbb4-c49592adf42f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4e69b872-685d-4301-b71a-d2f6f2e04747 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:33:43.148Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c15c6343-4462-43ca-8885-ae1a8d424ac1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:33:43.151Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-04-29T06:33:43.152Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c15c6343-4462-43ca-8885-ae1a8d424ac1 2022-04-29T06:33:43.152Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f1078b3f-7ad5-4cbf-b50d-f9137ab76c72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-29T06:33:43.152Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:43.152Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.259Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:43.259Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 f1078b3f-7ad5-4cbf-b50d-f9137ab76c72 12 2022-04-29T06:33:43.260Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.260Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:43.260Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:43.260Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:43.262Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:43.262Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214023260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:43.362Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:43.364Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:43.364Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:43.378Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:43.379Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:44.266Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc204602-68fc-4b4d-830b-aa8be7de0818 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-29T06:33:44.267Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:44.267Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:44.312Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:44.312Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 cc204602-68fc-4b4d-830b-aa8be7de0818 2688 2022-04-29T06:33:44.313Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:44.313Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:44.313Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:44.313Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:44.316Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:44.316Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214024313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:44.416Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:44.417Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:44.417Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:44.430Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:44.430Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:45.318Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5f4bc48-866f-4289-afba-973ee171be43 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-29T06:33:45.318Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:45.318Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:45.362Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:45.362Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 e5f4bc48-866f-4289-afba-973ee171be43 828 2022-04-29T06:33:45.362Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:45.362Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:45.362Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:45.363Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:45.364Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:45.364Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214025362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:45.465Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:33:45.466Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:45.466Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:45.477Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:45.478Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:46.365Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4170d26e-d2f2-4f2d-ac82-354ec9215062", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea30e815-508e-43cb-ac72-f8ba2217f06c", "vfModuleModelCustomizationUUID": "836ffb1e-f12e-4b7f-9a15-9b4652b42cfa", "isBase": true, "artifacts": [ "bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6", "cc204602-68fc-4b4d-830b-aa8be7de0818", "dd9df1f7-1b3c-4467-84a6-772cf0d82fb8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:33:46.370Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea30e815-508e-43cb-ac72-f8ba2217f06c VfModuleModelInvariantUUID:4170d26e-d2f2-4f2d-ac82-354ec9215062 VfModuleModelDescription:NULL Artifacts UUID List:{ bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6 , cc204602-68fc-4b4d-830b-aa8be7de0818 , dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:33:46.371Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4170d26e-d2f2-4f2d-ac82-354ec9215062", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea30e815-508e-43cb-ac72-f8ba2217f06c", "vfModuleModelCustomizationUUID": "836ffb1e-f12e-4b7f-9a15-9b4652b42cfa", "isBase": true, "artifacts": [ "bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6", "cc204602-68fc-4b4d-830b-aa8be7de0818", "dd9df1f7-1b3c-4467-84a6-772cf0d82fb8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-29T06:33:46.371Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea30e815-508e-43cb-ac72-f8ba2217f06c VfModuleModelInvariantUUID:4170d26e-d2f2-4f2d-ac82-354ec9215062 VfModuleModelDescription:NULL Artifacts UUID List:{ bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6 , cc204602-68fc-4b4d-830b-aa8be7de0818 , dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-29T06:33:46.372Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-29T06:33:46.372Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:46.372Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:46.506Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:46.506Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bd9ebfcf-fc25-4c70-8ef1-11a50ec4b5e6 1164 2022-04-29T06:33:46.507Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:46.507Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:46.507Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:46.507Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:46.509Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:46.509Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214026507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:46.609Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:46.611Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:46.611Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:46.623Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:46.624Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:47.510Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-29T06:33:47.511Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:33:47.511Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:47.562Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:33:47.562Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dd9df1f7-1b3c-4467-84a6-772cf0d82fb8 200 2022-04-29T06:33:47.562Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:47.562Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:47.562Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:33:47.563Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:47.564Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:47.565Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214027562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:33:47.665Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:47.679Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:47.679Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:47.691Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:47.692Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:48.565Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a572979a-7ba8-446b-a058-4f23393cdb31 2022-04-29T06:33:48.566Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c15c6343-4462-43ca-8885-ae1a8d424ac1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-04-29T06:33:48.579Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:33:48.587Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a27d064, org.onap.sdc.toscaparser.api.parameters.Input@a0f57e, org.onap.sdc.toscaparser.api.parameters.Input@5f5ea662, org.onap.sdc.toscaparser.api.parameters.Input@25d51a63, org.onap.sdc.toscaparser.api.parameters.Input@11c55a4d] 2022-04-29T06:33:48.588Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.588Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.588Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-04-29T06:33:48.588Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d1b49c88-e056-4a32-906b-7345e382d911 2022-04-29T06:33:48.589Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1b49c88-e056-4a32-906b-7345e382d911 matches Tosca VF Customization UUID: d1b49c88-e056-4a32-906b-7345e382d911 2022-04-29T06:33:48.589Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d1b49c88-e056-4a32-906b-7345e382d911 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-29T06:33:48.591Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.591Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.591Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d1b49c88-e056-4a32-906b-7345e382d911: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-04-29T06:33:48.591Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31058cf3 2022-04-29T06:33:48.592Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.592Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:48.592Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 836ffb1e-f12e-4b7f-9a15-9b4652b42cfa 2022-04-29T06:33:48.592Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 836ffb1e-f12e-4b7f-9a15-9b4652b42cfa Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-29T06:33:48.594Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.594Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:48.594Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:48.595Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.595Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:48.595Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:48.595Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.595Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-29T06:33:48.596Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-29T06:33:48.596Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c469088-9871-41bb-8204-77f10abefb03 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-29T06:33:48.598Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d1b49c88-e056-4a32-906b-7345e382d911 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:33:48.600Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.600Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.601Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a572979a-7ba8-446b-a058-4f23393cdb31: basic_cnf 2022-04-29T06:33:48.601Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.601Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.601Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.601Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.602Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.602Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.602Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.602Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.602Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:33:48.603Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:33:48.603Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:33:48.679Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c15c6343-4462-43ca-8885-ae1a8d424ac1 1 ASDC deployResourceStructure 2022-04-29T06:33:48.680Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:48.681Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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) 2022-04-29T06:33:48.681Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-29T06:33:48.681Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:48.683Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:48.683Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214028680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-29T06:33:48.783Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:48.784Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:48.785Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:48.795Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:48.796Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:48.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:33:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:33:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:48.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:48.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-29T06:33:48.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "policy-id", "timestamp": 1651213908424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:33:48.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:33:48.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:33:49.684Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:49.684Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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) 2022-04-29T06:33:49.685Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-29T06:33:49.685Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:49.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:49.687Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214029684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-29T06:33:49.787Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:49.788Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:49.788Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:49.800Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:49.800Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:50.689Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:50.689Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:50.689Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:33:50.690Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:50.692Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:50.692Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214030688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:33:50.792Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:50.793Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:50.794Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:50.805Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:50.805Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:33:51.693Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:51.694Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:51.694Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:33:51.694Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:51.696Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:51.696Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214031693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:33:51.797Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-29T06:33:51.798Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:51.798Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:51.810Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:51.810Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:52.698Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:52.698Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:52.698Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:33:52.698Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:52.700Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:52.700Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214032697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-29T06:33:52.800Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:52.802Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:52.802Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:52.817Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:52.817Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:33:53.701Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:53.702Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|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 2022-04-29T06:33:53.702Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:33:53.702Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:33:53.704Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:33:53.704Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214033701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:33:53.804Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:33:53.805Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:33:53.805Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:33:53.817Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:33:53.818Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:33:54.705Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:33:54.718Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.721Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:33:54.722Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:33:54.726Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:34:24.726Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:34:24.734Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and serviceModelVersionId: a572979a-7ba8-446b-a058-4f23393cdb31 2022-04-29T06:34:24.734Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01a84852-4b12-4202-8de2-db1e5f9a80d1 2022-04-29T06:34:24.735Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0 2022-04-29T06:34:24.739Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:34:24.785Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-29T06:34:24.787Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0|INFO|500||Invoke 2022-04-29T06:34:24.808Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:34:24.933Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0|INFO|500||InvokeReturn 2022-04-29T06:34:24.933Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a84852-4b12-4202-8de2-db1e5f9a80d1/model-vers/model-ver/a572979a-7ba8-446b-a058-4f23393cdb31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220429-06:34:23:635-83631], vertex-id=[295128], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:34:23 GMT], Content-Type=[application/json]} 2022-04-29T06:34:24.934Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:34:24.934Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:34:24.934Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:34:24.939Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:34:24.939Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:34:24.939Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:34:24.940Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:24.941Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:24.942Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214064939, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:34:25.042Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:25.043Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:25.043Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:25.057Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:25.058Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:34:25.954Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-29T06:34:25.955Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d7e1aa2-66a5-4396-a3c5-1c8f12007867","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4d0e2e57-5ec2-4d42-8e7e-2700fba583b9","serviceDescription":"service","serviceInvariantUUID":"a406003f-8dc5-4b63-8827-2ae2cab2de27","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8714a524-e74d-4f4e-b4f1-c4495ecc8e1d","resourceInvariantUUID":"ea84cd30-4dbd-441d-99f5-d20cef5fb30c","resourceCustomizationUUID":"5f0e2d0b-6844-4111-8440-c4dac4fab75e","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":"OTBkMzM0YmUxN2Y0MmU0M2NmZTI0YWUyYjIyMWViMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d69c8d20-8ff6-433b-9c4e-6b208f26b517","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":"b81ff61e-8c93-4dbe-845c-d9150e4fc143","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":"1e6aff04-084d-4dbb-8225-05631cec1a12","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":"MDllYzk4MjQyYTVjMDhmNDZiNDg2NzBiNWMwNTVhZDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"16ac2cdf-1658-45d4-9f90-7a676d16dccf","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":"49d817d0-d1d8-49a3-80cc-d543e206b583","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":"58daf02b-eadc-4815-96d8-e757d966dd99","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":"19fb0ae2-32d7-4068-897a-db36d1d5f4a2","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":"MTkyYTgxNTIwZTY1OWFlMmEzYWIzY2IwYzYwNzNkN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59e533b3-446c-4f18-9d41-4a046b60ee40","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODJjYzM2ZjVkYjgwM2FiOGI4NThkYjBmZjQyNTRkY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f5b403e-3ed5-4f1c-bcb0-948490f42b38","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-29T06:34:25.955Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:25.955Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:25.957Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:25.957Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:26.057Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:26.058Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:26.058Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:26.068Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:26.069Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:26.958Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:26.959Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:26.960Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:26.961Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:27.061Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:27.062Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:27.062Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:27.073Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:27.073Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:27.961Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:27.962Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:27.964Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:27.964Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:28.064Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:28.065Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:28.065Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:28.076Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:28.076Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:28.965Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:28.966Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:28.968Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:28.968Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:29.068Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:29.069Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:29.069Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:29.081Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:29.082Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:34:29.969Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:29.970Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:29.971Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:29.972Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:30.072Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:30.073Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:30.073Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:30.085Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:30.085Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:34:30.972Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:30.973Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:30.975Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:30.975Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:31.075Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:34:31.076Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:31.076Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:31.088Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:31.088Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:31.976Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:31.977Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:31.979Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:31.980Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:32.080Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:32.081Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:32.081Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:32.093Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:32.093Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:32.980Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:32.982Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:32.984Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:32.984Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:33.084Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:33.085Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:33.086Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:33.096Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:33.097Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:33.985Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-29T06:34:33.985Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:33.987Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:33.987Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:34:34.088Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:34.089Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:34.089Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:34.102Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:34.103Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-29T06:34:34.988Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "4d0e2e57-5ec2-4d42-8e7e-2700fba583b9", "serviceDescription": "service", "serviceInvariantUUID": "a406003f-8dc5-4b63-8827-2ae2cab2de27", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5f0e2d0b-6844-4111-8440-c4dac4fab75e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8714a524-e74d-4f4e-b4f1-c4495ecc8e1d", "resourceInvariantUUID": "ea84cd30-4dbd-441d-99f5-d20cef5fb30c", "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": "ODJjYzM2ZjVkYjgwM2FiOGI4NThkYjBmZjQyNTRkY2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f5b403e-3ed5-4f1c-bcb0-948490f42b38" } ], "workloadContext": "Production" } 2022-04-29T06:34:34.989Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-29T06:34:34.989Z|5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 ASDC 2022-04-29T06:34:34.989Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3d7e1aa2-66a5-4396-a3c5-1c8f12007867 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 ServiceInvariantUUID:a406003f-8dc5-4b63-8827-2ae2cab2de27 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:5f5b403e-3ed5-4f1c-bcb0-948490f42b38 ArtifactChecksum:ODJjYzM2ZjVkYjgwM2FiOGI4NThkYjBmZjQyNTRkY2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5f0e2d0b-6844-4111-8440-c4dac4fab75e ResourceInvariantUUID:ea84cd30-4dbd-441d-99f5-d20cef5fb30c ResourceName:test-pnf ResourceType:PNF ResourceUUID:8714a524-e74d-4f4e-b4f1-c4495ecc8e1d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-29T06:34:34.990Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:34:35.019Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:34:35.020Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:34:35.020Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:34:35.020Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5f5b403e-3ed5-4f1c-bcb0-948490f42b38 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-29T06:34:35.020Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-29T06:34:35.020Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-29T06:34:36.262Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-29T06:34:36.268Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5f5b403e-3ed5-4f1c-bcb0-948490f42b38 105660 2022-04-29T06:34:36.268Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-29T06:34:36.268Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-29T06:34:36.268Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-29T06:34:36.269Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:36.271Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:36.271Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214076268, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:34:36.371Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:34:36.372Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:36.372Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:36.383Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:36.383Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:37.272Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-29T06:34:37.273Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-29T06:34:37.273Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5f5b403e-3ed5-4f1c-bcb0-948490f42b38, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:37.274Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-29T06:34:37.274Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:37.274Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:37.384Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15361401172856133272/Definitions/service-TestPnfMacro-template.yml 2022-04-29T06:34:38.083Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-29T06:34:38.084Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:34:38.084Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.084Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-29T06:34:38.084Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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-TestPnfMacro-csar.csar 2022-04-29T06:34:38.085Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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-TestPnfMacro-csar.csar 2022-04-29T06:34:38.086Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-29T06:34:38.086Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.086Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.086Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-29T06:34:38.086Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:34:38.087Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:34:38.087Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.087Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.087Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-29T06:34:38.087Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-29T06:34:38.088Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-29T06:34:38.088Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.088Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.088Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.088Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.089Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.090Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 Model Version:NULL Model InvariantUuid:a406003f-8dc5-4b63-8827-2ae2cab2de27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-29T06:34:38.096Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8714a524-e74d-4f4e-b4f1-c4495ecc8e1d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:34:38.098Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-04-29T06:34:38.099Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8714a524-e74d-4f4e-b4f1-c4495ecc8e1d 2022-04-29T06:34:38.099Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 2022-04-29T06:34:38.099Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 2022-04-29T06:34:38.099Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8714a524-e74d-4f4e-b4f1-c4495ecc8e1d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:34:38.103Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20aa62c8, org.onap.sdc.toscaparser.api.parameters.Input@635626ce, org.onap.sdc.toscaparser.api.parameters.Input@6a172ba6, org.onap.sdc.toscaparser.api.parameters.Input@1a2750d5, org.onap.sdc.toscaparser.api.parameters.Input@6968cd7b] 2022-04-29T06:34:38.103Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.103Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.104Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9: test-pnf 2022-04-29T06:34:38.104Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8714a524-e74d-4f4e-b4f1-c4495ecc8e1d 2022-04-29T06:34:38.104Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-29T06:34:38.104Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-29T06:34:38.104Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||Resource customization UUID: 5f0e2d0b-6844-4111-8440-c4dac4fab75e is the same as notified resource customizationUUID: 5f0e2d0b-6844-4111-8440-c4dac4fab75e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-29T06:34:38.145Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8714a524-e74d-4f4e-b4f1-c4495ecc8e1d 0 ASDC deployResourceStructure 2022-04-29T06:34:38.146Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-29T06:34:38.146Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-29T06:34:38.147Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-29T06:34:38.147Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:34:38.149Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:34:38.149Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214078146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:34:38.250Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-29T06:34:38.250Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:34:38.251Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:38.261Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:38.262Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-29T06:34:39.150Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:34:39.163Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:34:39.166Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:34:39.166Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-29T06:34:39.166Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-29T06:34:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:34:48.840Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:34:48.840Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:34:48.859Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:34:48.860Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.861Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.861Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.861Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.861Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213912211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213906679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213914226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "clamp", "timestamp": 1651213915232, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:34:48.872Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:34:48.872Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:34:48.880Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.880Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213916595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213918482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.881Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651213919486, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:34:48.885Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:34:48.886Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.894Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.895Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.896Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213918680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213928621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213934025, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.897Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "aai-ml", "timestamp": 1651213935031, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:34:48.901Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 2022-04-29T06:34:48.901Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-29T06:34:48.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf920291-9f48-4aaa-ab13-8c53b17091e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213962241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:34:48.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:34:48.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.909Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.910Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:34:48.911Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:09.166Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:35:09.183Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-29T06:35:09.190Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-29T06:35:09.190Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-29T06:35:09.190Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-29T06:35:09.190Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.191Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-29T06:35:09.192Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-29T06:35:09.197Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-29T06:35:39.198Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-29T06:35:39.209Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and serviceModelVersionId: 4d0e2e57-5ec2-4d42-8e7e-2700fba583b9 2022-04-29T06:35:39.209Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a406003f-8dc5-4b63-8827-2ae2cab2de27 2022-04-29T06:35:39.210Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0 2022-04-29T06:35:39.215Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-29T06:35:39.260Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-29T06:35:39.262Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0|INFO|500||Invoke 2022-04-29T06:35:39.284Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-29T06:35:39.661Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0|INFO|500||InvokeReturn 2022-04-29T06:35:39.662Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a406003f-8dc5-4b63-8827-2ae2cab2de27/model-vers/model-ver/4d0e2e57-5ec2-4d42-8e7e-2700fba583b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220429-06:35:38:107-71170], vertex-id=[213024], Content-Length=[0], Date=[Fri, 29 Apr 2022 06:35:38 GMT], Content-Type=[application/json]} 2022-04-29T06:35:39.662Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-04-29T06:35:39.663Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-29T06:35:39.663Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-29T06:35:39.669Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-29T06:35:39.669Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d7e1aa2-66a5-4396-a3c5-1c8f12007867 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-29T06:35:39.670Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-29T06:35:39.670Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-29T06:35:39.673Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-29T06:35:39.674Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214139669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:35:39.774Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-29T06:35:39.776Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-29T06:35:39.776Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HOwaB0EFN3RxGYwg) ... 2022-04-29T06:35:39.791Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:35:39.791Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-29T06:35:40.688Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:35:40.689Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:35:40.689Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:35:48.838Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:35:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:35:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:35:48.861Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:35:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.862Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213970417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213972740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.863Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213973807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213974874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213975987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.864Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213976993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213977997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213979001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "603c7c33-4a6b-4cf2-8392-23e99bd17817", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214010598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:35:48.865Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.866Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.867Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214020942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214023260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.868Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214024313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214025362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214026507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214027562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:35:48.869Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214028680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-29T06:35:48.870Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:35:50.902Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:35:50.904Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:35:50.904Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:35:50.905Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:00.466Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:00.467Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:00.468Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:00.468Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:10.004Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:10.006Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:10.007Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:10.007Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:19.557Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:19.559Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:19.560Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:19.560Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:29.117Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:29.118Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:29.119Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:29.119Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:38.655Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:48.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:36:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:36:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:36:48.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:36:48.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214029684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214030688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214031693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214032697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214033701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e2e8ec5-20e5-4ded-96b8-c6e0a57c7beb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214064939, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:36:48.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651213885990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214076268, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-29T06:36:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-29T06:36:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214078146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-29T06:36:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:36:58.363Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:37:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:37:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:37:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:37:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:37:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:37:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:37:49.381Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:37:49.382Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-29T06:37:49.382Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d7e1aa2-66a5-4396-a3c5-1c8f12007867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651214139669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-29T06:37:49.383Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-29T06:37:58.359Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:38:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:38:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:38:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:38:48.838Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:38:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:38:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:38:58.362Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:38:58.365Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:39:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:39:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:39:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:39:48.839Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:39:48.839Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:39:48.839Z|47735f48-4002-46c6-acf5-8a5fc0376352|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:39:58.363Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:39:58.367Z|47735f48-4002-46c6-acf5-8a5fc0376352|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:40:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:40:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:40:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:40:48.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:40:48.840Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:40:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:40:58.360Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:40:58.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:41:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:41:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:41:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:41:48.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:41:48.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:41:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:41:58.367Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:41:58.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:42:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:42:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:42:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:42:48.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:42:48.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:42:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:42:58.367Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:42:58.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:43:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:43:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:43:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:43:48.838Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:43:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:43:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:43:58.372Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:43:58.374Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:44:48.824Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:44:48.825Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:44:48.826Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:44:48.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:44:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:44:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:44:58.369Z|3d7e1aa2-66a5-4396-a3c5-1c8f12007867|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:44:58.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:45:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:45:48.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:45:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:45:48.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:45:48.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:45:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:45:58.362Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:45:58.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:46:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:46:48.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:46:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:46:48.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:46:48.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:46:48.840Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:46:58.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:46:58.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:47:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:47:48.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:47:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:47:48.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:47:48.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:47:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:47:58.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:47:58.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:48:48.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:48:48.828Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:48:48.828Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:48:48.838Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:48:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:48:48.839Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:48:58.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:48:58.371Z|d206f091-c1b3-4a3e-880b-7698c71f6bdd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:49:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:49:48.826Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:49:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:49:48.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:49:48.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:49:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:49:58.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:49:58.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:50:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:50:48.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:50:48.825Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:50:48.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:50:48.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:50:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:50:58.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:50:58.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:51:48.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:51:48.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:51:48.826Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:51:48.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-29T06:51:48.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-29T06:51:48.839Z||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 HOwaB0EFN3RxGYwg) ... 2022-04-29T06:51:58.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-29T06:51:58.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK