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-02-06T09:47:38.491Z||main|||||INFO|500||The following profiles are active: basic 2022-02-06T09:47:58.125Z||main|||||INFO|500||Starting service [Tomcat] 2022-02-06T09:47:58.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-02-06T09:47:58.357Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-02-06T09:48:04.593Z||main|||||INFO|500||catdb-pool - Starting... 2022-02-06T09:48:06.265Z||main|||||INFO|500||catdb-pool - Start completed. 2022-02-06T09:48:07.514Z||main|||||INFO|500||reqdb-pool - Starting... 2022-02-06T09:48:07.528Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-02-06T09:48:07.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-02-06T09:48:08.322Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-02-06T09:48:09.674Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-02-06T09:48:18.290Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-06T09:48:21.875Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-06T09:48:21.964Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-02-06T09:48:23.074Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-06T09:48:23.425Z||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-02-06T09:48:25.238Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-06T09:48:26.536Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-02-06T09:48:26.565Z||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$$7b5c92.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-02-06T09:48:26.566Z||main|||||WARN|500||The sdc end point is not alive 2022-02-06T09:48:31.006Z||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-02-06T09:48:34.517Z||main|||||WARN|500||--- 2022-02-06T09:48:34.517Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-02-06T09:48:34.518Z||main|||||WARN|500||--- 2022-02-06T09:48:34.967Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-02-06T09:48:40.611Z||main|||||INFO|500||Started Application in 67.819 seconds (JVM running for 74.209) 2022-02-06T09:48:40.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-02-06T09:48:40.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-02-06T09:48:40.674Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-02-06T09:48:40.727Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-02-06T09:48:40.792Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ed9a272-b164-4750-a851-8da4139e587a url= /sdc/v1/artifactTypes 2022-02-06T09:48:40.793Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-02-06T09:48:41.068Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-02-06T09:48:41.097Z||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-02-06T09:48:41.118Z||scheduling-1|||||DEBUG|500||create keys 2022-02-06T09:48:41.126Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-02-06T09:48:41.494Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:48:41.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6a18f669-9baa-4bec-8b76-8af3d439bc05 url= /sdc/v1/registerForDistribution 2022-02-06T09:48:44.804Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6a18f669-9baa-4bec-8b76-8af3d439bc05 url= /sdc/v1/registerForDistribution 2022-02-06T09:48:44.805Z||scheduling-1|||||INFO|500||start DistributionClient 2022-02-06T09:48:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:48:44.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:48:44.856Z||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-02-06T09:48:44.856Z||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-02-06T09:48:44.856Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:48:44.857Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:48:44.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-02-06T09:49:00.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:49:00.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:49:44.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:49:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:49:44.839Z||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-02-06T09:49:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:49:44.844Z||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-02-06T09:49:44.844Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:49:54.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:49:54.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:50:44.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:50:44.836Z||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-02-06T09:50:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:50:44.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:50:44.843Z||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-02-06T09:50:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:50:54.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:50:54.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:51:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:51:44.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:51:44.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-02-06T09:51:44.840Z||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-02-06T09:51:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:51:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:51:54.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:51:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:52:44.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:52:44.836Z||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-02-06T09:52:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:52:44.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:52:44.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-02-06T09:52:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:52:54.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:52:54.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:53:44.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:53:44.837Z||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-02-06T09:53:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:53:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:53:44.838Z||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-02-06T09:53:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:53:54.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:53:54.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:54:44.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:54:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:54:44.838Z||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-02-06T09:54:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:54:44.838Z||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-02-06T09:54:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:54:54.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:54:54.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:55:44.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:55:44.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:55:44.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-02-06T09:55:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:55:44.843Z||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-02-06T09:55:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:55:54.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:55:54.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:56:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:56:44.836Z||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-02-06T09:56:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:56:44.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:56:44.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-02-06T09:56:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:56:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:56:54.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:57:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:57:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:57:44.838Z||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-02-06T09:57:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:57:44.838Z||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-02-06T09:57:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:57:54.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:57:54.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:58:04.470Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-02-06T09:58:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:58:44.835Z||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-02-06T09:58:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:58:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:58:44.840Z||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-02-06T09:58:44.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 be9cUXSvBjxerxny) ... 2022-02-06T09:58:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:58:54.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:59:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:59:44.836Z||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-02-06T09:59:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:59:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T09:59:44.838Z||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-02-06T09:59:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T09:59:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T09:59:54.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:00:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:00:44.835Z||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-02-06T10:00:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:00:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:00:44.838Z||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-02-06T10:00:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:00:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:00:54.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:01:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:01:44.836Z||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-02-06T10:01:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:01:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:01:44.838Z||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-02-06T10:01:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:01:54.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:01:54.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:02:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:02:44.835Z||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-02-06T10:02:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:02:44.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:02:44.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-02-06T10:02:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:02:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:02:54.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:03:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:03:44.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:03:44.842Z||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-02-06T10:03:44.842Z||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-02-06T10:03:44.842Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:03:44.842Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:03:54.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:03:54.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:04:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:04:44.837Z||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-02-06T10:04:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:04:44.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:04:44.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-02-06T10:04:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:04:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:04:54.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:05:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:05:44.837Z||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-02-06T10:05:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:05:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:05:44.838Z||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-02-06T10:05:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:05:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:05:54.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:06:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:06:44.836Z||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-02-06T10:06:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:06:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:06:44.838Z||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-02-06T10:06:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:06:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:06:54.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:07:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:07:44.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:07:44.838Z||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-02-06T10:07:44.839Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:07:44.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-02-06T10:07:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:07:54.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:07:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:08:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:08:44.835Z||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-02-06T10:08:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:08:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:08:44.838Z||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-02-06T10:08:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:08:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:08:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:09:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:09:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:09:44.838Z||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-02-06T10:09:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:09:44.838Z||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-02-06T10:09:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:09:54.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:09:54.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:10:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:10:44.835Z||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-02-06T10:10:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:10:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:10:44.838Z||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-02-06T10:10:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:10:54.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:10:54.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:11:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:11:44.837Z||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-02-06T10:11:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:11:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:11:44.838Z||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-02-06T10:11:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:11:54.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:11:54.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:12:44.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:12:44.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:12:44.837Z||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-02-06T10:12:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:12:44.838Z||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-02-06T10:12:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:12:54.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:12:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:13:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:13:44.835Z||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-02-06T10:13:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:13:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:13:44.838Z||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-02-06T10:13:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:13:54.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:13:54.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:14:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:14:44.837Z||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-02-06T10:14:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:14:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:14:44.838Z||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-02-06T10:14:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:14:54.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:14:54.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:15:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:15:44.834Z||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-02-06T10:15:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:15:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:15:44.838Z||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-02-06T10:15:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:15:54.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:15:54.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:16:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:16:44.835Z||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-02-06T10:16:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:16:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:16:44.838Z||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-02-06T10:16:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:16:54.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:16:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:17:44.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:17:44.835Z||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-02-06T10:17:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:17:44.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:17:44.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-02-06T10:17:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:17:54.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:17:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:18:44.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:18:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:18:44.839Z||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-02-06T10:18:44.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-02-06T10:18:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:18:44.839Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:18:54.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:18:54.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:19:44.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:19:44.834Z||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-02-06T10:19:44.834Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:19:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:19:44.838Z||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-02-06T10:19:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:19:54.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:19:54.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:20:44.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:20:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:20:44.837Z||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-02-06T10:20:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:20:44.838Z||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-02-06T10:20:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:20:54.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:20:54.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:21:44.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:21:44.835Z||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-02-06T10:21:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:21:44.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:21:44.838Z||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-02-06T10:21:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:21:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:21:54.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:22:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:22:44.836Z||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-02-06T10:22:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:22:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:22:44.838Z||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-02-06T10:22:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:22:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:22:54.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:23:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:23:44.836Z||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-02-06T10:23:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:23:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:23:44.838Z||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-02-06T10:23:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:23:54.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:23:54.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:24:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:24:44.836Z||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-02-06T10:24:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:24:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:24:44.838Z||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-02-06T10:24:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:24:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:24:54.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:25:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:25:44.835Z||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-02-06T10:25:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:25:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:25:44.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-02-06T10:25:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:25:54.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:25:54.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:26:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:26:44.835Z||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-02-06T10:26:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:26:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:26:44.838Z||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-02-06T10:26:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:26:54.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:26:54.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:27:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:27:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:27:44.840Z||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-02-06T10:27:44.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-02-06T10:27:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:27:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:27:54.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:27:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:28:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:28:44.834Z||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-02-06T10:28:44.834Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:28:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:28:44.838Z||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-02-06T10:28:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:28:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:28:54.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:29:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:29:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:29:44.838Z||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-02-06T10:29:44.838Z||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-02-06T10:29:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:29:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:29:54.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:29:54.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:30:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:30:44.835Z||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-02-06T10:30:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:30:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:30:44.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-02-06T10:30:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:30:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:30:54.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:31:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:31:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:31:44.838Z||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-02-06T10:31:44.838Z||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-02-06T10:31:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:31:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:31:54.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:31:54.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:32:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:32:44.837Z||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-02-06T10:32:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:32:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:32:44.838Z||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-02-06T10:32:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:32:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:32:54.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:33:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:33:44.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:33:44.838Z||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-02-06T10:33:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:33:44.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-02-06T10:33:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:33:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:33:54.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:34:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:34:44.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:34:44.842Z||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-02-06T10:34:44.842Z||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-02-06T10:34:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:34:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:34:54.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:34:54.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:35:44.835Z||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-02-06T10:35:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:35:44.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:35:44.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-02-06T10:35:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:35:45.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:45.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:35:45.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143716090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143714288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:35:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143716777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143716891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "multicloud-k8s-id", "timestamp": 1644143728772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143728801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143728884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:35:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143728962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:35:45.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143723645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:35:45.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "policy-id", "timestamp": 1644143729811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:35:45.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:35:45.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "cds", "timestamp": 1644143729903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-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-02-06T10:35:45.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-06T10:35:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"725cb351-43c1-4acf-9f95-795d1b454367","serviceName":"vFW 2022-02-06 10-33-32","serviceVersion":"1.0","serviceUUID":"61d6efa8-5e66-4501-87d2-f467c37f905e","serviceDescription":"catalog service description","serviceInvariantUUID":"f3a94802-798d-4944-903b-dbad059161e6","resources":[{"resourceInstanceName":"vFW 0a5cfa2b-b98f 0","resourceName":"vFW 0a5cfa2b-b98f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df03825a-80f2-49db-9eea-05a1f0dde3af","resourceInvariantUUID":"f5f8b698-3414-4406-b672-20777cc20883","resourceCustomizationUUID":"ad93208d-6366-4028-92fe-a2ae5a3c9a10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUxYmQ5ZGZhNDZlZDRiN2ZlOTkyZjIxMDQ1NGFkOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c331ca2-1783-43c6-9d13-216db2c30e62","artifactVersion":"1"},{"artifactName":"vfw0a5cfa2bb98f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json","artifactChecksum":"NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16f8e7a1-aef2-4056-926d-da790e32e01b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4122a2b-2a9c-4052-98c0-ecf49222d133","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjY4MmFjYzlmYzRiODc1NDk5ZDQ3OTU5NzEyYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81174a4b-ea0f-4a97-bdf0-629d993a3ab1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2aaa333-c7cb-41da-9d48-fa454e3e4199","artifactVersion":"2","generatedFromUUID":"a4122a2b-2a9c-4052-98c0-ecf49222d133"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206103332-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml","artifactChecksum":"ZjJkMTZiMThiYTA1NDA5N2I2ZmUyMGEyYmU3YzAzNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76ce298c-541b-472e-930c-4ca5eb3ab022","artifactVersion":"1"},{"artifactName":"service-Vfw20220206103332-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar","artifactChecksum":"YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b7b86a7-6d96-4293-ba20-3dc7f629ffe9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T10:35:45.464Z||pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@470e8ef6 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1831) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-02-06T10:35:45.471Z||pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-02-06T10:35:45.472Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:45.472Z||pool-2-thread-4|||||ERROR|500||(conn=1831) WSREP has not yet prepared node for application use 2022-02-06T10:35:45.475Z||pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1831) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-02-06T10:35:45.478Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:45.478Z||pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1831) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-02-06T10:35:45.499Z||pool-2-thread-4|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-02-06T10:35:45.501Z||pool-2-thread-4|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-02-06T10:35:45.505Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:45.505Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:45.605Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-02-06T10:35:45.610Z||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-02-06T10:35:45.610Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:45.619Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:45.621Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:46.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:46.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:46.517Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:46.518Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:35:46.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:35:46.620Z||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-02-06T10:35:46.620Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:46.628Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:46.629Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:47.518Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:47.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:47.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:47.522Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:35:47.622Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:35:47.624Z||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-02-06T10:35:47.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:47.633Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:47.633Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:48.524Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:48.525Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:48.528Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:48.528Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:48.628Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:35:48.629Z||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-02-06T10:35:48.629Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:48.638Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:48.639Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:49.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:49.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:49.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:49.535Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:35:49.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:35:49.636Z||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-02-06T10:35:49.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:49.645Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:49.646Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:50.536Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:50.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:50.539Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:50.540Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:35:50.640Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:35:50.641Z||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-02-06T10:35:50.641Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:50.650Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:50.651Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:51.540Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:35:51.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:51.544Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:51.544Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:35:51.644Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:35:51.645Z||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-02-06T10:35:51.646Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:51.655Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:51.656Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:35:52.546Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "serviceName": "vFW 2022-02-06 10-33-32", "serviceVersion": "1.0", "serviceUUID": "61d6efa8-5e66-4501-87d2-f467c37f905e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f3a94802-798d-4944-903b-dbad059161e6", "resources": [ { "resourceInstanceName": "vFW 0a5cfa2b-b98f 0", "resourceCustomizationUUID": "ad93208d-6366-4028-92fe-a2ae5a3c9a10", "resourceName": "vFW 0a5cfa2b-b98f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "df03825a-80f2-49db-9eea-05a1f0dde3af", "resourceInvariantUUID": "f5f8b698-3414-4406-b672-20777cc20883", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0a5cfa2bb98f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "artifactChecksum": "NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16f8e7a1-aef2-4056-926d-da790e32e01b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a4122a2b-2a9c-4052-98c0-ecf49222d133", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2aaa333-c7cb-41da-9d48-fa454e3e4199", "generatedFromUUID": "a4122a2b-2a9c-4052-98c0-ecf49222d133" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2aaa333-c7cb-41da-9d48-fa454e3e4199", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220206103332-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "artifactChecksum": "YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b7b86a7-6d96-4293-ba20-3dc7f629ffe9" } ], "workloadContext": "Production" } 2022-02-06T10:35:52.548Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T10:35:52.549Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61d6efa8-5e66-4501-87d2-f467c37f905e ASDC 2022-02-06T10:35:52.680Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:725cb351-43c1-4acf-9f95-795d1b454367 ServiceName:vFW 2022-02-06 10-33-32 ServiceVersion:1.0 ServiceUUID:61d6efa8-5e66-4501-87d2-f467c37f905e ServiceInvariantUUID:f3a94802-798d-4944-903b-dbad059161e6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220206103332-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar ArtifactUUID:7b7b86a7-6d96-4293-ba20-3dc7f629ffe9 ArtifactChecksum:YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0a5cfa2b-b98f 0 ResourceCustomizationUUID:ad93208d-6366-4028-92fe-a2ae5a3c9a10 ResourceInvariantUUID:f5f8b698-3414-4406-b672-20777cc20883 ResourceName:vFW 0a5cfa2b-b98f ResourceType:VF ResourceUUID:df03825a-80f2-49db-9eea-05a1f0dde3af ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0a5cfa2bb98f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json ArtifactUUID:16f8e7a1-aef2-4056-926d-da790e32e01b ArtifactChecksum:NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE= 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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml ArtifactUUID:a4122a2b-2a9c-4052-98c0-ecf49222d133 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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env ArtifactUUID:a2aaa333-c7cb-41da-9d48-fa454e3e4199 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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env ArtifactUUID:a2aaa333-c7cb-41da-9d48-fa454e3e4199 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T10:35:52.682Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d6efa8-5e66-4501-87d2-f467c37f905e 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=? 2022-02-06T10:35:52.769Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@41b23333 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1843) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-02-06T10:35:52.771Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-02-06T10:35:52.772Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500||(conn=1843) WSREP has not yet prepared node for application use 2022-02-06T10:35:52.773Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1843) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-02-06T10:35:52.775Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 48 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1843) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-02-06T10:35:52.781Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 28 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 31 common frames omitted 2022-02-06T10:35:52.782Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:35:52.888Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 725cb351-43c1-4acf-9f95-795d1b454367 and serviceModelVersionId: 2022-02-06T10:35:52.889Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a94802-798d-4944-903b-dbad059161e6 2022-02-06T10:35:52.890Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 2022-02-06T10:35:52.890Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 2022-02-06T10:35:52.891Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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-02-06T10:35:52.891Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: java.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-02-06T10:35:52.892Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6 2022-02-06T10:35:52.893Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 725cb351-43c1-4acf-9f95-795d1b454367 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-02-06T10:35:52.894Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-02-06T10:35:52.895Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:35:52.899Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:35:52.899Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143752893, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-02-06T10:35:52.998Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-02-06T10:35:52.999Z||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-02-06T10:35:52.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:35:53.008Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:35:53.009Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 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-02-06T10:36:44.835Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:36:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:36:44.841Z||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-02-06T10:36:44.841Z|725cb351-43c1-4acf-9f95-795d1b454367|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-02-06T10:36:44.842Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:36:44.842Z|725cb351-43c1-4acf-9f95-795d1b454367|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 be9cUXSvBjxerxny) ... 2022-02-06T10:36:44.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:36:44.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:36:44.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "clamp", "timestamp": 1644143739494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:36:44.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:36:54.394Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:37:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:37:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|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-02-06T10:37:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|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 be9cUXSvBjxerxny) ... 2022-02-06T10:37:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:37:44.838Z||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-02-06T10:37:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:37:44.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:37:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:37:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "aai-ml", "timestamp": 1644143745383, "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-02-06T10:37:44.907Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 725cb351-43c1-4acf-9f95-795d1b454367 2022-02-06T10:37:44.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:37:54.387Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:38:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:38:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|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-02-06T10:38:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|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 be9cUXSvBjxerxny) ... 2022-02-06T10:38:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:38:44.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-02-06T10:38:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:38:45.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:38:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:38:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "clamp", "timestamp": 1644143739494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143744833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:38:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143752893, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "clamp", "timestamp": 1644143758783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "clamp", "timestamp": 1644143760794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:38:45.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "725cb351-43c1-4acf-9f95-795d1b454367", "consumerID": "clamp", "timestamp": 1644143761799, "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-02-06T10:38:45.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 725cb351-43c1-4acf-9f95-795d1b454367 2022-02-06T10:38:45.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:38:54.390Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:39:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|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-02-06T10:39:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|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 be9cUXSvBjxerxny) ... 2022-02-06T10:39:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:39:44.838Z||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-02-06T10:39:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:39:45.261Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:45.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOTIFIED" } 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOTIFIED" } 2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:39:45.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:39:45.487Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:45.488Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-06T10:39:45.488Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f","serviceName":"vFW 2022-02-06 10-38-05","serviceVersion":"1.0","serviceUUID":"669a2946-bf8a-4d93-8793-db5fbc9a40b2","serviceDescription":"catalog service description","serviceInvariantUUID":"206b4121-2781-47a9-addf-8cdaef9dcf19","resources":[{"resourceInstanceName":"vFW 3723819c-9527 0","resourceName":"vFW 3723819c-9527","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83d80d06-a7fd-4cf8-a2b3-3c370f309270","resourceInvariantUUID":"f3c40e62-279c-48ce-a3ca-f1ac53ec13ba","resourceCustomizationUUID":"f19dfa76-44b9-48f5-8c83-fe4579db1917","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml","artifactChecksum":"Y2JmZjc3OTQ4MTQ4MGJmYTQ4ZTg5YjQwMjBiY2UwNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d02e8a8-ce6e-43db-a927-9eacf7c28e55","artifactVersion":"1"},{"artifactName":"vfw3723819c95270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json","artifactChecksum":"ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c94668d3-dfd6-4853-8824-89a42d6fc5a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f4a352a-ae28-4f92-bd16-083c2272ecee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM1ODhmNWFlNWI4M2QzZmI4NTM4N2VjNDFmYzhjNTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96cb552e-93d7-42ec-a58d-43effc15dfcf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1ed1fd0-b7af-43b9-901b-8a19d7798c55","artifactVersion":"2","generatedFromUUID":"6f4a352a-ae28-4f92-bd16-083c2272ecee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206103805-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml","artifactChecksum":"OTczNjViMjU1MmM5NGYzNGM0ZTI4OWY4ZTA5OTJjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e1aa233-e7fa-4d95-bbab-2714cc70f877","artifactVersion":"1"},{"artifactName":"service-Vfw20220206103805-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar","artifactChecksum":"N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"577c84a7-5152-42d8-9735-c6d013d50c27","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T10:39:45.491Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:45.492Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:45.498Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:45.498Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:45.597Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:45.599Z||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-02-06T10:39:45.599Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:45.607Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:45.608Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:46.499Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:46.499Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:46.501Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:46.502Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOTIFIED" } 2022-02-06T10:39:46.602Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:46.603Z||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-02-06T10:39:46.604Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:46.616Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:46.617Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:47.502Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:47.503Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:47.506Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:47.506Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:39:47.606Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:47.609Z||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-02-06T10:39:47.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:47.619Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:47.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:48.507Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:48.508Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:48.510Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:48.510Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:48.610Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:39:48.612Z||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-02-06T10:39:48.612Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:48.621Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:48.622Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:49.511Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:49.512Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:49.515Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:49.515Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:39:49.615Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:39:49.617Z||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-02-06T10:39:49.617Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:49.625Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:49.626Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:50.516Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:50.522Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:50.525Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:50.525Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:39:50.625Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:50.627Z||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-02-06T10:39:50.627Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:50.636Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:50.637Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:51.526Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:39:51.527Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:51.532Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:51.533Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:39:51.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:51.633Z||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-02-06T10:39:51.634Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:51.643Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:51.644Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:39:52.535Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "serviceName": "vFW 2022-02-06 10-38-05", "serviceVersion": "1.0", "serviceUUID": "669a2946-bf8a-4d93-8793-db5fbc9a40b2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "206b4121-2781-47a9-addf-8cdaef9dcf19", "resources": [ { "resourceInstanceName": "vFW 3723819c-9527 0", "resourceCustomizationUUID": "f19dfa76-44b9-48f5-8c83-fe4579db1917", "resourceName": "vFW 3723819c-9527", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "83d80d06-a7fd-4cf8-a2b3-3c370f309270", "resourceInvariantUUID": "f3c40e62-279c-48ce-a3ca-f1ac53ec13ba", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3723819c95270_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "artifactChecksum": "ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c94668d3-dfd6-4853-8824-89a42d6fc5a4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6f4a352a-ae28-4f92-bd16-083c2272ecee", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1ed1fd0-b7af-43b9-901b-8a19d7798c55", "generatedFromUUID": "6f4a352a-ae28-4f92-bd16-083c2272ecee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1ed1fd0-b7af-43b9-901b-8a19d7798c55", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220206103805-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "artifactChecksum": "N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "577c84a7-5152-42d8-9735-c6d013d50c27" } ], "workloadContext": "Production" } 2022-02-06T10:39:52.535Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T10:39:52.536Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 669a2946-bf8a-4d93-8793-db5fbc9a40b2 ASDC 2022-02-06T10:39:52.537Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f ServiceName:vFW 2022-02-06 10-38-05 ServiceVersion:1.0 ServiceUUID:669a2946-bf8a-4d93-8793-db5fbc9a40b2 ServiceInvariantUUID:206b4121-2781-47a9-addf-8cdaef9dcf19 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220206103805-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar ArtifactUUID:577c84a7-5152-42d8-9735-c6d013d50c27 ArtifactChecksum:N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3723819c-9527 0 ResourceCustomizationUUID:f19dfa76-44b9-48f5-8c83-fe4579db1917 ResourceInvariantUUID:f3c40e62-279c-48ce-a3ca-f1ac53ec13ba ResourceName:vFW 3723819c-9527 ResourceType:VF ResourceUUID:83d80d06-a7fd-4cf8-a2b3-3c370f309270 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3723819c95270_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json ArtifactUUID:c94668d3-dfd6-4853-8824-89a42d6fc5a4 ArtifactChecksum:ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI= 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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml ArtifactUUID:6f4a352a-ae28-4f92-bd16-083c2272ecee 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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ArtifactUUID:f1ed1fd0-b7af-43b9-901b-8a19d7798c55 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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ArtifactUUID:f1ed1fd0-b7af-43b9-901b-8a19d7798c55 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T10:39:52.537Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 669a2946-bf8a-4d93-8793-db5fbc9a40b2 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-02-06T10:39:52.584Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:39:52.586Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:39:52.592Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:39:52.592Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 577c84a7-5152-42d8-9735-c6d013d50c27 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:52.593Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:39:52.595Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:53.189Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:39:53.209Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 577c84a7-5152-42d8-9735-c6d013d50c27 98887 2022-02-06T10:39:53.211Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar ASDC sendASDCNotification 2022-02-06T10:39:53.211Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:53.212Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:39:53.213Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:53.215Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:53.215Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143993210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:39:53.315Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:53.316Z||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-02-06T10:39:53.316Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:53.326Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:53.327Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:39:54.216Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:39:54.217Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:39:54.218Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 577c84a7-5152-42d8-9735-c6d013d50c27, URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar to file: /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:54.219Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220206103805-csar.csar 2022-02-06T10:39:54.310Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:54.310Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:55.131Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17358645606816898359/Definitions/service-Vfw20220206103805-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-02-06T10:39:58.632Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T10:39:58.638Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||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-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||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-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||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-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3723819c-9527 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-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar 2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-06T10:39:58.648Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.650Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.654Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:39:58.654Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-06T10:39:58.656Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-06T10:39:58.667Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.667Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:39:58.668Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68bfc08c-90a1-4c9d-a3cf-439e56cbd496 2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaae2d7d-ce93-4b04-8ca6-664686c423ec 2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85de8c2c-668e-4bee-9e35-dc0db04f5daa 2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-06 10-38-05 Description:catalog service description Model UUID:669a2946-bf8a-4d93-8793-db5fbc9a40b2 Model Version:NULL Model InvariantUuid:206b4121-2781-47a9-addf-8cdaef9dcf19 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3723819c-9527 Model UUID:7894822e-d560-4011-9895-420ff0d9e293 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f3c40e62-279c-48ce-a3ca-f1ac53ec13ba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f19dfa76-44b9-48f5-8c83-fe4579db1917 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d47e6629-e63c-412d-87ab-4294908f121f ModelName:Vfw3723819c9527..base_vfw..module-0 ModelUuid:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:68bfc08c-90a1-4c9d-a3cf-439e56cbd496 ModelInvariantUuid:efec6475-5e38-42be-99cf-443e5f3be1bc ModelName:vFW 3723819c-9527-nodes.vfwCvfc ModelUuid:1f259496-f76d-4537-ba47-6d47f8f0f191 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:52b5d437-48c3-4a2f-a71c-3e10299b4333 ModelInvariantUuid:992c92ab-0a7a-432f-af88-ea8595836ab6 ModelName:Vfw3723819c9527.compute.nodes.heat.vfw ModelUuid:5db639b8-86c8-4fe0-b095-69083a9424dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:aaae2d7d-ce93-4b04-8ca6-664686c423ec ModelInvariantUuid:0ee27c92-5e01-482e-8e2e-f0d9cafd9afa ModelName:vFW 3723819c-9527-nodes.vsnCvfc ModelUuid:e829e85a-8b77-4926-bf54-370730e4d4d4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1a379eb4-79df-4b4f-a20d-109994cb8fab ModelInvariantUuid:9a5eb169-9fb0-48c4-884a-0e6f216ac43b ModelName:Vfw3723819c9527.compute.nodes.heat.vsn ModelUuid:19d93d63-1085-4240-960c-7c83d934ef17 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:85de8c2c-668e-4bee-9e35-dc0db04f5daa ModelInvariantUuid:abc41243-51d5-4548-bf48-83ec0b2ab8fd ModelName:vFW 3723819c-9527-nodes.vpgCvfc ModelUuid:c499aabc-d1df-431d-81b7-49a20a8f492f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e6bb429c-1cc6-4cde-87cf-f3d9b7cc6fac ModelInvariantUuid:8a6ee127-449b-4988-ad5f-2fc034a8b125 ModelName:Vfw3723819c9527.compute.nodes.heat.vpg ModelUuid:a895e9c5-bc5b-4567-9fc8-33e182921677 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-02-06T10:39:58.692Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 83d80d06-a7fd-4cf8-a2b3-3c370f309270 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-02-06T10:39:58.714Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||vFW 3723819c-9527 0 2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83d80d06-a7fd-4cf8-a2b3-3c370f309270 2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c94668d3-dfd6-4853-8824-89a42d6fc5a4 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json 2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:39:58.725Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json 2022-02-06T10:39:58.779Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json c94668d3-dfd6-4853-8824-89a42d6fc5a4 785 2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json ASDC sendASDCNotification 2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json 2022-02-06T10:39:58.781Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:39:58.781Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:58.783Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:58.784Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143998780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:39:58.884Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:39:58.885Z||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-02-06T10:39:58.885Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:39:58.895Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:39:58.895Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:39:59.785Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3723819c9527..base_vfw..module-0", "vfModuleModelInvariantUUID": "d47e6629-e63c-412d-87ab-4294908f121f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5", "vfModuleModelCustomizationUUID": "51cb934b-c61e-42e0-b837-81ba61b917a8", "isBase": true, "artifacts": [ "6f4a352a-ae28-4f92-bd16-083c2272ecee", "f1ed1fd0-b7af-43b9-901b-8a19d7798c55" ], "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-02-06T10:39:59.804Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3723819c9527..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5 VfModuleModelInvariantUUID:d47e6629-e63c-412d-87ab-4294908f121f VfModuleModelDescription:NULL Artifacts UUID List:{ 6f4a352a-ae28-4f92-bd16-083c2272ecee , f1ed1fd0-b7af-43b9-901b-8a19d7798c55 } 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-02-06T10:39:59.808Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3723819c9527..base_vfw..module-0", "vfModuleModelInvariantUUID": "d47e6629-e63c-412d-87ab-4294908f121f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5", "vfModuleModelCustomizationUUID": "51cb934b-c61e-42e0-b837-81ba61b917a8", "isBase": true, "artifacts": [ "6f4a352a-ae28-4f92-bd16-083c2272ecee", "f1ed1fd0-b7af-43b9-901b-8a19d7798c55" ], "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-02-06T10:39:59.809Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3723819c9527..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5 VfModuleModelInvariantUUID:d47e6629-e63c-412d-87ab-4294908f121f VfModuleModelDescription:NULL Artifacts UUID List:{ 6f4a352a-ae28-4f92-bd16-083c2272ecee , f1ed1fd0-b7af-43b9-901b-8a19d7798c55 } 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-02-06T10:39:59.809Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f4a352a-ae28-4f92-bd16-083c2272ecee from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 2022-02-06T10:39:59.810Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:39:59.810Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 2022-02-06T10:39:59.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 6f4a352a-ae28-4f92-bd16-083c2272ecee 20368 2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:39:59.914Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:39:59.916Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:39:59.916Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143999913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:40:00.016Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:40:00.017Z||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-02-06T10:40:00.018Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:00.030Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:00.030Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:00.917Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f1ed1fd0-b7af-43b9-901b-8a19d7798c55 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env 2022-02-06T10:40:00.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:40:00.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env 2022-02-06T10:40:00.982Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env f1ed1fd0-b7af-43b9-901b-8a19d7798c55 2098 2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env 2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:40:00.984Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:40:00.985Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:40:00.985Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144000983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:40:01.086Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:40:01.086Z||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-02-06T10:40:01.087Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:01.100Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:01.100Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:01.986Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 669a2946-bf8a-4d93-8793-db5fbc9a40b2 2022-02-06T10:40:01.987Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3723819c-9527 0 83d80d06-a7fd-4cf8-a2b3-3c370f309270 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-02-06T10:40:02.022Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c39a740, org.onap.sdc.toscaparser.api.parameters.Input@589a5c75, org.onap.sdc.toscaparser.api.parameters.Input@2822627f, org.onap.sdc.toscaparser.api.parameters.Input@58868567, org.onap.sdc.toscaparser.api.parameters.Input@69b42a90] 2022-02-06T10:40:02.027Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.027Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.028Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-02-06T10:40:02.028Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f19dfa76-44b9-48f5-8c83-fe4579db1917 2022-02-06T10:40:02.029Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f19dfa76-44b9-48f5-8c83-fe4579db1917 matches Tosca VF Customization UUID: f19dfa76-44b9-48f5-8c83-fe4579db1917 2022-02-06T10:40:02.029Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f19dfa76-44b9-48f5-8c83-fe4579db1917 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-02-06T10:40:02.035Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.036Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.037Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f19dfa76-44b9-48f5-8c83-fe4579db1917: {\"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-02-06T10:40:02.037Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5fe0fe 2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51cb934b-c61e-42e0-b837-81ba61b917a8 2022-02-06T10:40:02.041Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51cb934b-c61e-42e0-b837-81ba61b917a8 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-02-06T10:40:02.048Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68bfc08c-90a1-4c9d-a3cf-439e56cbd496 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-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaae2d7d-ce93-4b04-8ca6-664686c423ec 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-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria 2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85de8c2c-668e-4bee-9e35-dc0db04f5daa 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-02-06T10:40:02.076Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.076Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria 2022-02-06T10:40:02.078Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=f19dfa76-44b9-48f5-8c83-fe4579db1917 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-02-06T10:40:02.079Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.079Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.080Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 669a2946-bf8a-4d93-8793-db5fbc9a40b2: vFW 3723819c-9527 2022-02-06T10:40:02.080Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-06 10-38-05 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-02-06T10:40:02.383Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3723819c-9527 83d80d06-a7fd-4cf8-a2b3-3c370f309270 1 ASDC deployResourceStructure 2022-02-06T10:40:02.383Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json ASDC sendASDCNotification 2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json 2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:40:02.387Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:40:02.388Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144002383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:40:02.488Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:40:02.489Z||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-02-06T10:40:02.489Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:02.498Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:02.498Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:03.389Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:40:03.390Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 2022-02-06T10:40:03.390Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:40:03.391Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:40:03.393Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:40:03.393Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144003389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:40:03.495Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-06T10:40:03.497Z||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-02-06T10:40:03.497Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:03.505Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:03.506Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env 2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:40:04.396Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:40:04.396Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144004394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:40:04.496Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:40:04.497Z||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-02-06T10:40:04.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:04.510Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:04.511Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:05.400Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar ASDC sendASDCNotification 2022-02-06T10:40:05.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 2022-02-06T10:40:05.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:40:05.402Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:40:05.406Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:40:05.406Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144005400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:40:05.506Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:40:05.507Z||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-02-06T10:40:05.507Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:40:05.515Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:05.516Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:40:06.408Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:40:06.424Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:40:36.428Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:40:36.436Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:40:36.438Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:40:36.438Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:40:36.439Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:40:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:40:44.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-02-06T10:40:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:40:44.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:40:44.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:40:44.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:40:44.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:41:06.439Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:41:06.451Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:41:36.454Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:41:36.468Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:41:36.471Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:41:36.471Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:41:36.472Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:41:44.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:41:44.842Z||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-02-06T10:41:44.842Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:41:44.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:41:44.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:41:44.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:41:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:06.472Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:42:06.482Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:42:36.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:42:36.495Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:36.497Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:42:36.497Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:42:36.498Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:42:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:42:44.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-02-06T10:42:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:42:44.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:42:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143971090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143974288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "ves-openapi-manager", "timestamp": 1644143970880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143976777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143979494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOTIFIED" } 2022-02-06T10:42:44.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143987289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143987364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:42:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143987661, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "cds", "timestamp": 1644143988300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-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-02-06T10:42:44.883Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.883Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143988369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143989141, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "policy-id", "timestamp": 1644143989373, "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-02-06T10:42:44.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:42:44.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143990662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143984834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143991696, "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-02-06T10:42:44.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "multicloud-k8s-id", "timestamp": 1644143992700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143993210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143986891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644143994979, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143995827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143998780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143998840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:42:44.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "clamp", "timestamp": 1644143999843, "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-02-06T10:42:44.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.936Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644143999913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644143993643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:42:44.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144000983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144001424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:42:44.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144002383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144003389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144004394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144004688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144005400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144005693, "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-02-06T10:42:44.955Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644144006631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:42:44.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "aai-ml", "timestamp": 1644144007637, "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-02-06T10:42:44.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 2022-02-06T10:42:44.966Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:43:06.498Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:43:06.511Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T10:43:06.520Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T10:43:36.521Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:43:36.531Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f and serviceModelVersionId: 669a2946-bf8a-4d93-8793-db5fbc9a40b2 2022-02-06T10:43:36.531Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 206b4121-2781-47a9-addf-8cdaef9dcf19 2022-02-06T10:43:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:43:44.840Z||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-02-06T10:43:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:43:44.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:43:44.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:43:44.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-06T10:43:44.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-06T10:43:44.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-06T10:43:44.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:43:44.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "ves-openapi-manager", "timestamp": 1644144090880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144091090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:43:44.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144094289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:43:44.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144102671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:43:44.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144102674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:43:44.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144096778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:43:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "cds", "timestamp": 1644144103684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-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-02-06T10:43:44.910Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:43:44.911Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:43:44.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144103790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:43:44.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:43:44.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:43:44.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144104591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:43:44.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:43:53.792Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0 2022-02-06T10:43:53.903Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T10:43:54.387Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|INFO|500||Invoke 2022-02-06T10:43:54.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e78e491-f4bb-4005-a282-a8947d2627c1], X-ECOMP-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], X-TransactionId=[], X-ONAP-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], Content-Type=[application/merge-patch+json]} 2022-02-06T10:43:54.594Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T10:43:55.169Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?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/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220206-10:43:54:603-18588], vertex-id=[413936], Content-Length=[0], Date=[Sun, 06 Feb 2022 10:43:54 GMT], Content-Type=[application/json]} 2022-02-06T10:43:55.171Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-06T10:43:55.172Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|INFO|500||InvokeReturn 2022-02-06T10:43:55.176Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T10:43:55.176Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T10:43:55.190Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T10:43:55.190Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T10:43:55.191Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T10:43:55.192Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:43:55.196Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:43:55.196Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144235191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:43:55.296Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:43:55.297Z||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-02-06T10:43:55.297Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:43:55.306Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:43:55.307Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 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-02-06T10:43:56.205Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:43:56.206Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|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-02-06T10:43:56.206Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|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 be9cUXSvBjxerxny) ... 2022-02-06T10:44:00.880Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:00.883Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-06T10:44:00.883Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"93364b49-17cb-4e0e-b873-63da6f6be221","serviceName":"basic_onboard_NVRdQX","serviceVersion":"1.0","serviceUUID":"e81ab59c-5475-4c09-b49b-0b4f3606fe22","serviceDescription":"service","serviceInvariantUUID":"7f5317d3-7ccf-4752-9a26-95789642cf88","resources":[{"resourceInstanceName":"basic_onboard_NVRdQX 0","resourceName":"basic_onboard_NVRdQX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ac40a3e-22d3-49c0-b345-c4db3fc36ca0","resourceInvariantUUID":"1fa0a34f-747d-4ccb-ac8e-712965078a21","resourceCustomizationUUID":"12f682bb-f976-4a4a-b765-ef732e4edca4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyMGQ2NTI5MWIzZTZhNjFhMzAyY2QxNGY4YWQ1Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d1a006-6db0-4920-bc00-0cd8d4d70dd0","artifactVersion":"1"},{"artifactName":"basic_onboard_nvrdqx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json","artifactChecksum":"ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"257d74ab-e488-4b98-8a29-8fab2f07d761","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f52e506-0559-4d49-a37a-9c78d3b7c080","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a60f7566-0cc7-456c-917a-cc0100c56789","artifactVersion":"2","generatedFromUUID":"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvrdqx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml","artifactChecksum":"ODg2NGMxNjI2ODFhMTM1ZGU2MTc1MDQ1MDA5ZmMwZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6bfccb6-efc5-4482-88a8-cbb0ccd68bf7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvrdqx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar","artifactChecksum":"M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74363211-52d4-4327-ae28-dd37b7257309","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T10:44:00.889Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:00.890Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:00.893Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:00.893Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:00.993Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:00.995Z||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-02-06T10:44:00.995Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:01.005Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:01.006Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:01.894Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:01.895Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:01.897Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:01.897Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:44:01.997Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:01.999Z||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-02-06T10:44:01.999Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:02.007Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:02.007Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:02.898Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:02.899Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:02.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:02.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-06T10:44:03.001Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:03.002Z||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-02-06T10:44:03.002Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:03.012Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:03.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:03.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:03.904Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:03.907Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:03.907Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:04.007Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:04.009Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T10:44:04.009Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:04.017Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:04.018Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:04.908Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:04.909Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:04.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:04.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-06T10:44:05.011Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:05.012Z||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-02-06T10:44:05.013Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:05.020Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:05.021Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:05.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:05.915Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:05.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:05.919Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:06.019Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:06.020Z||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-02-06T10:44:06.020Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:06.030Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:06.030Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:44:06.919Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:44:06.920Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:06.923Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:06.923Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:44:07.023Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:07.024Z||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-02-06T10:44:07.025Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:07.034Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:07.035Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "serviceName": "basic_onboard_NVRdQX", "serviceVersion": "1.0", "serviceUUID": "e81ab59c-5475-4c09-b49b-0b4f3606fe22", "serviceDescription": "service", "serviceInvariantUUID": "7f5317d3-7ccf-4752-9a26-95789642cf88", "resources": [ { "resourceInstanceName": "basic_onboard_NVRdQX 0", "resourceCustomizationUUID": "12f682bb-f976-4a4a-b765-ef732e4edca4", "resourceName": "basic_onboard_NVRdQX", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ac40a3e-22d3-49c0-b345-c4db3fc36ca0", "resourceInvariantUUID": "1fa0a34f-747d-4ccb-ac8e-712965078a21", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nvrdqx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "artifactChecksum": "ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "257d74ab-e488-4b98-8a29-8fab2f07d761", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a60f7566-0cc7-456c-917a-cc0100c56789", "generatedFromUUID": "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a60f7566-0cc7-456c-917a-cc0100c56789", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNvrdqx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "artifactChecksum": "M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74363211-52d4-4327-ae28-dd37b7257309" } ], "workloadContext": "Production" } 2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e81ab59c-5475-4c09-b49b-0b4f3606fe22 ASDC 2022-02-06T10:44:07.927Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:93364b49-17cb-4e0e-b873-63da6f6be221 ServiceName:basic_onboard_NVRdQX ServiceVersion:1.0 ServiceUUID:e81ab59c-5475-4c09-b49b-0b4f3606fe22 ServiceInvariantUUID:7f5317d3-7ccf-4752-9a26-95789642cf88 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNvrdqx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar ArtifactUUID:74363211-52d4-4327-ae28-dd37b7257309 ArtifactChecksum:M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NVRdQX 0 ResourceCustomizationUUID:12f682bb-f976-4a4a-b765-ef732e4edca4 ResourceInvariantUUID:1fa0a34f-747d-4ccb-ac8e-712965078a21 ResourceName:basic_onboard_NVRdQX ResourceType:VF ResourceUUID:5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nvrdqx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json ArtifactUUID:257d74ab-e488-4b98-8a29-8fab2f07d761 ArtifactChecksum:ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM= 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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml ArtifactUUID:da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ArtifactUUID:a60f7566-0cc7-456c-917a-cc0100c56789 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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ArtifactUUID:a60f7566-0cc7-456c-917a-cc0100c56789 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T10:44:07.927Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e81ab59c-5475-4c09-b49b-0b4f3606fe22 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-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74363211-52d4-4327-ae28-dd37b7257309 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:08.658Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:44:08.662Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 74363211-52d4-4327-ae28-dd37b7257309 71550 2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar ASDC sendASDCNotification 2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:08.665Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:08.665Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144248663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:08.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:08.767Z||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-02-06T10:44:08.767Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:08.780Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:08.782Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:09.666Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 74363211-52d4-4327-ae28-dd37b7257309, URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:09.668Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:09.668Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:09.862Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663104457380441066/Definitions/service-BasicOnboardNvrdqx-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-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NVRdQX 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-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf8631ac-7dc4-4146-9932-efdfa4f0344c 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:11.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NVRdQX Description:service Model UUID:e81ab59c-5475-4c09-b49b-0b4f3606fe22 Model Version:NULL Model InvariantUuid:7f5317d3-7ccf-4752-9a26-95789642cf88 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NVRdQX Model UUID:8e660cd6-86f8-4d4f-9a02-efaa5f2f203e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1fa0a34f-747d-4ccb-ac8e-712965078a21 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:12f682bb-f976-4a4a-b765-ef732e4edca4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38b94bde-375e-4fb2-848f-c04473909260 ModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0 ModelUuid:46223314-d9d6-474a-82a9-4a2c1db4e78f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf8631ac-7dc4-4146-9932-efdfa4f0344c ModelInvariantUuid:1d6fe9d9-1d26-450d-a79b-602b6c8109fd ModelName:basic_onboard_NVRdQX-nodes.ubuntu18Cvfc ModelUuid:29427156-83f9-4e63-ad1a-aa7685a27681 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f9253335-1869-474d-9a33-4f120061261b ModelInvariantUuid:95f23225-d8bd-4211-ac32-781573adbfbf ModelName:BasicOnboardNvrdqx.compute.nodes.heat.ubuntu18 ModelUuid:326ffa55-1dbf-4a18-a7d0-5f06684d1f15 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-02-06T10:44:11.104Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 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-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||basic_onboard_NVRdQX 0 2022-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 2022-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 257d74ab-e488-4b98-8a29-8fab2f07d761 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 2022-02-06T10:44:11.107Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:44:11.107Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 2022-02-06T10:44:11.280Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:44:11.280Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 257d74ab-e488-4b98-8a29-8fab2f07d761 798 2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json ASDC sendASDCNotification 2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:11.283Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:11.283Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144251281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:11.383Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:11.384Z||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-02-06T10:44:11.384Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:11.397Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:11.397Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:12.286Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNvrdqx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "38b94bde-375e-4fb2-848f-c04473909260", "vfModuleModelVersion": "1", "vfModuleModelUUID": "46223314-d9d6-474a-82a9-4a2c1db4e78f", "vfModuleModelCustomizationUUID": "50e85eac-0033-42cf-b72c-b75eb932f88a", "isBase": true, "artifacts": [ "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131", "a60f7566-0cc7-456c-917a-cc0100c56789" ], "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-02-06T10:44:12.292Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:46223314-d9d6-474a-82a9-4a2c1db4e78f VfModuleModelInvariantUUID:38b94bde-375e-4fb2-848f-c04473909260 VfModuleModelDescription:NULL Artifacts UUID List:{ da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 , a60f7566-0cc7-456c-917a-cc0100c56789 } 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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNvrdqx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "38b94bde-375e-4fb2-848f-c04473909260", "vfModuleModelVersion": "1", "vfModuleModelUUID": "46223314-d9d6-474a-82a9-4a2c1db4e78f", "vfModuleModelCustomizationUUID": "50e85eac-0033-42cf-b72c-b75eb932f88a", "isBase": true, "artifacts": [ "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131", "a60f7566-0cc7-456c-917a-cc0100c56789" ], "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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:46223314-d9d6-474a-82a9-4a2c1db4e78f VfModuleModelInvariantUUID:38b94bde-375e-4fb2-848f-c04473909260 VfModuleModelDescription:NULL Artifacts UUID List:{ da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 , a60f7566-0cc7-456c-917a-cc0100c56789 } 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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml 2022-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:44:12.297Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml 2022-02-06T10:44:12.560Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 5033 2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml 2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:44:12.562Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:12.564Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:12.564Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144252561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:12.664Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:12.666Z||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-02-06T10:44:12.666Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:12.678Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:12.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:13.565Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a60f7566-0cc7-456c-917a-cc0100c56789 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env 2022-02-06T10:44:13.566Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-06T10:44:13.567Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env 2022-02-06T10:44:13.979Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env a60f7566-0cc7-456c-917a-cc0100c56789 909 2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env 2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:44:13.981Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:13.982Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:13.983Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144253980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:14.083Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:14.084Z||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-02-06T10:44:14.084Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:14.097Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:14.098Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:14.984Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e81ab59c-5475-4c09-b49b-0b4f3606fe22 2022-02-06T10:44:14.984Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NVRdQX 0 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 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-02-06T10:44:14.997Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cb025bc, org.onap.sdc.toscaparser.api.parameters.Input@686c3763, org.onap.sdc.toscaparser.api.parameters.Input@31721ad9, org.onap.sdc.toscaparser.api.parameters.Input@20d0311a, org.onap.sdc.toscaparser.api.parameters.Input@d607d79] 2022-02-06T10:44:14.999Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:14.999Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 12f682bb-f976-4a4a-b765-ef732e4edca4 2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 12f682bb-f976-4a4a-b765-ef732e4edca4 matches Tosca VF Customization UUID: 12f682bb-f976-4a4a-b765-ef732e4edca4 2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 12f682bb-f976-4a4a-b765-ef732e4edca4 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-02-06T10:44:15.002Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.003Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 12f682bb-f976-4a4a-b765-ef732e4edca4: {\"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-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4424f49 2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:44:15.005Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50e85eac-0033-42cf-b72c-b75eb932f88a 2022-02-06T10:44:15.005Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50e85eac-0033-42cf-b72c-b75eb932f88a 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-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria 2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf8631ac-7dc4-4146-9932-efdfa4f0344c 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-02-06T10:44:15.011Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.011Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria 2022-02-06T10:44:15.013Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=12f682bb-f976-4a4a-b765-ef732e4edca4 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-02-06T10:44:15.014Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.014Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e81ab59c-5475-4c09-b49b-0b4f3606fe22: basic_onboard_NVRdQX 2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NVRdQX 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-02-06T10:44:15.085Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NVRdQX 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 1 ASDC deployResourceStructure 2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json ASDC sendASDCNotification 2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:15.089Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:15.089Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144255085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:44:15.189Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:44:15.190Z||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-02-06T10:44:15.190Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:15.202Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:15.202Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml 2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:44:16.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:16.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:16.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144256094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:44:16.197Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:16.198Z||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-02-06T10:44:16.198Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:16.206Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:16.207Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env 2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:44:17.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:17.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:17.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144257098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-06T10:44:17.202Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:17.203Z||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-02-06T10:44:17.203Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:17.213Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:17.213Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar ASDC sendASDCNotification 2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:44:18.103Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:44:18.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:44:18.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144258102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:44:18.206Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:44:18.207Z||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-02-06T10:44:18.207Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:44:18.217Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:18.218Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:44:19.108Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:44:19.117Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:19.119Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:44:19.119Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:44:19.120Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:44:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:44:44.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-02-06T10:44:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:44:44.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:44:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144104966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:44.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144105597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:44:44.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144105994, "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-02-06T10:44:44.873Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:44:44.873Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144099494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:44:44.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "policy-id", "timestamp": 1644144106618, "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-02-06T10:44:44.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:44:44.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "multicloud-k8s-id", "timestamp": 1644144106999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144106890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144113868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144114978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:44.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144115876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "clamp", "timestamp": 1644144116880, "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-02-06T10:44:44.891Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:44:44.892Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144113643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144121407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144121797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:44:44.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "aai-ml", "timestamp": 1644144122802, "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-02-06T10:44:44.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:44:44.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144123811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:44:44.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144124819, "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-02-06T10:44:44.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221 2022-02-06T10:44:44.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:49.120Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:44:49.133Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:49.135Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T10:44:49.140Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T10:45:19.140Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:45:19.150Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93364b49-17cb-4e0e-b873-63da6f6be221 and serviceModelVersionId: e81ab59c-5475-4c09-b49b-0b4f3606fe22 2022-02-06T10:45:19.150Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f5317d3-7ccf-4752-9a26-95789642cf88 2022-02-06T10:45:19.152Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0 2022-02-06T10:45:19.157Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T10:45:19.239Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?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-02-06T10:45:19.241Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|INFO|500||Invoke 2022-02-06T10:45:19.277Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T10:45:19.400Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|INFO|500||InvokeReturn 2022-02-06T10:45:19.401Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-10:45:19:286-2593], vertex-id=[213168], Content-Length=[0], Date=[Sun, 06 Feb 2022 10:45:19 GMT], Content-Type=[application/json]} 2022-02-06T10:45:19.401Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-02-06T10:45:19.402Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T10:45:19.402Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T10:45:19.408Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T10:45:19.408Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93364b49-17cb-4e0e-b873-63da6f6be221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T10:45:19.409Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T10:45:19.409Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:19.412Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:19.412Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144319408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:45:19.512Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:19.513Z||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-02-06T10:45:19.513Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:19.525Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:19.526Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 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-02-06T10:45:20.424Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:45:20.425Z||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-02-06T10:45:20.425Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:45:21.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:21.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T10:45:21.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"77de23a0-d83c-4614-bb4b-21b061565d83","serviceName":"vFW 2022-02-06 10-43-56","serviceVersion":"1.0","serviceUUID":"4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69","serviceDescription":"catalog service description","serviceInvariantUUID":"0496dec4-1a17-476d-86d0-31a69c1b4960","resources":[{"resourceInstanceName":"vFW 9e46f0a7-4711 0","resourceName":"vFW 9e46f0a7-4711","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61b6a126-ddf4-4a3e-9d12-8bd59e10caee","resourceInvariantUUID":"879ffecf-8791-43b1-a34b-6bca54ff5ad9","resourceCustomizationUUID":"5c06af91-7f44-4f41-b294-6edf146f80fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml","artifactChecksum":"ODhjYzFkOWZiZGQ2NjExNDk2YmFiM2JhMWIxMGY5NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd443c22-3e0d-4d1e-8429-94bf943e8947","artifactVersion":"1"},{"artifactName":"vfw9e46f0a747110_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json","artifactChecksum":"YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee1a155b-6e3f-4623-a9fe-18d81e65c4e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d06dfa30-677a-4947-85a2-46ad64d07b82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml","artifactChecksum":"MjA0ZDRjZmJlZjFiZTk3MzZiYWI3NmJkODE5ODEwNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9934235a-91b8-4199-b006-22653bd72cf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0748fdfd-0597-4f08-b0cd-cc6095053eff","artifactVersion":"2","generatedFromUUID":"d06dfa30-677a-4947-85a2-46ad64d07b82"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206104356-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml","artifactChecksum":"NDM0NzY1MTY4MGQzNzRlNTQ1MzZmODcwNWNiZjU2NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b980d197-ceb3-4530-b126-20cbc39be846","artifactVersion":"1"},{"artifactName":"service-Vfw20220206104356-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar","artifactChecksum":"ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b02578-5143-4cc8-9b00-531806df4b8b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T10:45:21.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:21.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:21.050Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:21.051Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:21.151Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:21.152Z||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-02-06T10:45:21.152Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:21.160Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:21.160Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:22.052Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:22.052Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:22.055Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:22.055Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOTIFIED" } 2022-02-06T10:45:22.155Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:45:22.156Z||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-02-06T10:45:22.157Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:22.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:22.166Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:45:23.056Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:23.056Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:23.059Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:23.059Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:45:23.161Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-06T10:45:23.162Z||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-02-06T10:45:23.162Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:23.172Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:23.173Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:24.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:24.061Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:24.063Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:24.063Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:24.163Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:24.165Z||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-02-06T10:45:24.165Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:24.173Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:24.174Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:25.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:25.065Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:25.070Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:25.070Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:45:25.169Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:45:25.170Z||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-02-06T10:45:25.170Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:25.180Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:25.181Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:26.071Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:26.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:26.075Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:26.076Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:26.175Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:45:26.180Z||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-02-06T10:45:26.181Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:26.189Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:26.190Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:45:27.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:45:27.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:27.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:27.081Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:45:27.181Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:45:27.182Z||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-02-06T10:45:27.182Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:27.192Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:27.192Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:28.083Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "serviceName": "vFW 2022-02-06 10-43-56", "serviceVersion": "1.0", "serviceUUID": "4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0496dec4-1a17-476d-86d0-31a69c1b4960", "resources": [ { "resourceInstanceName": "vFW 9e46f0a7-4711 0", "resourceCustomizationUUID": "5c06af91-7f44-4f41-b294-6edf146f80fa", "resourceName": "vFW 9e46f0a7-4711", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61b6a126-ddf4-4a3e-9d12-8bd59e10caee", "resourceInvariantUUID": "879ffecf-8791-43b1-a34b-6bca54ff5ad9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9e46f0a747110_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "artifactChecksum": "YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee1a155b-6e3f-4623-a9fe-18d81e65c4e8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d06dfa30-677a-4947-85a2-46ad64d07b82", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0748fdfd-0597-4f08-b0cd-cc6095053eff", "generatedFromUUID": "d06dfa30-677a-4947-85a2-46ad64d07b82" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0748fdfd-0597-4f08-b0cd-cc6095053eff", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220206104356-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "artifactChecksum": "ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98b02578-5143-4cc8-9b00-531806df4b8b" } ], "workloadContext": "Production" } 2022-02-06T10:45:28.083Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T10:45:28.083Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 ASDC 2022-02-06T10:45:28.084Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:77de23a0-d83c-4614-bb4b-21b061565d83 ServiceName:vFW 2022-02-06 10-43-56 ServiceVersion:1.0 ServiceUUID:4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 ServiceInvariantUUID:0496dec4-1a17-476d-86d0-31a69c1b4960 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220206104356-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar ArtifactUUID:98b02578-5143-4cc8-9b00-531806df4b8b ArtifactChecksum:ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9e46f0a7-4711 0 ResourceCustomizationUUID:5c06af91-7f44-4f41-b294-6edf146f80fa ResourceInvariantUUID:879ffecf-8791-43b1-a34b-6bca54ff5ad9 ResourceName:vFW 9e46f0a7-4711 ResourceType:VF ResourceUUID:61b6a126-ddf4-4a3e-9d12-8bd59e10caee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9e46f0a747110_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ArtifactUUID:ee1a155b-6e3f-4623-a9fe-18d81e65c4e8 ArtifactChecksum:YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE= 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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml ArtifactUUID:d06dfa30-677a-4947-85a2-46ad64d07b82 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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env ArtifactUUID:0748fdfd-0597-4f08-b0cd-cc6095053eff 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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env ArtifactUUID:0748fdfd-0597-4f08-b0cd-cc6095053eff ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T10:45:28.084Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 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-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98b02578-5143-4cc8-9b00-531806df4b8b from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:28.430Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 98b02578-5143-4cc8-9b00-531806df4b8b 98941 2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar ASDC sendASDCNotification 2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:28.435Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:45:28.435Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:28.448Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:28.448Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144328434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:28.538Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-02-06T10:45:28.538Z||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-02-06T10:45:28.539Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:28.554Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:28.555Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:29.450Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 98b02578-5143-4cc8-9b00-531806df4b8b, URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar to file: /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220206104356-csar.csar 2022-02-06T10:45:29.453Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:29.454Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:29.651Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14579430420724733477/Definitions/service-Vfw20220206104356-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-02-06T10:45:31.632Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||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-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||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-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||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-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||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-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9e46f0a7-4711 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-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=845ed943-0a0a-4167-9e8f-68fba369b034 2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12d910e-a315-491f-b7be-d427802c419d 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac7b7bff-1867-4b33-99eb-477a6b6d3f81 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-06 10-43-56 Description:catalog service description Model UUID:4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 Model Version:NULL Model InvariantUuid:0496dec4-1a17-476d-86d0-31a69c1b4960 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9e46f0a7-4711 Model UUID:0b64f3a8-fe59-4c72-a6f7-13a62df207f0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:879ffecf-8791-43b1-a34b-6bca54ff5ad9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5c06af91-7f44-4f41-b294-6edf146f80fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dd313984-6966-4380-90d6-ade9cfcf2a2e ModelName:Vfw9e46f0a74711..base_vfw..module-0 ModelUuid:2361e4b5-62a6-4a70-b43f-e17c1db97315 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:845ed943-0a0a-4167-9e8f-68fba369b034 ModelInvariantUuid:7da2892c-b579-4047-a956-2b0367f12217 ModelName:vFW 9e46f0a7-4711-nodes.vfwCvfc ModelUuid:d98840ad-f477-40fc-ad70-c0a483cfa907 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9f6a1a2b-10bd-4cb5-986a-f0b5a56948af ModelInvariantUuid:7b280ac3-84ac-4b0f-82ad-b755661022e9 ModelName:Vfw9e46f0a74711.compute.nodes.heat.vfw ModelUuid:b9ff2b15-f6c4-438c-aed3-76af3009db62 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f12d910e-a315-491f-b7be-d427802c419d ModelInvariantUuid:f3caebd7-9a38-421e-a7ae-13e699e55c86 ModelName:vFW 9e46f0a7-4711-nodes.vsnCvfc ModelUuid:ffac755a-9caf-462d-ba3d-190a2541cc8a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2673f290-3c48-4405-ba9c-009ffbd5491e ModelInvariantUuid:341d15f9-f7b3-4af4-a0f7-ddeffeb06854 ModelName:Vfw9e46f0a74711.compute.nodes.heat.vsn ModelUuid:e2e690f8-1023-4567-a588-c3c08700c7be ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ac7b7bff-1867-4b33-99eb-477a6b6d3f81 ModelInvariantUuid:620f4a31-e8d8-40e8-a156-3eab0a3febce ModelName:vFW 9e46f0a7-4711-nodes.vpgCvfc ModelUuid:c81b269c-402a-40c4-81ec-6733cd07c0ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:90b70f63-f7de-4517-9e83-cdd67661f97e ModelInvariantUuid:9036aa37-ada9-4d53-ba83-7e113ca54b5f ModelName:Vfw9e46f0a74711.compute.nodes.heat.vpg ModelUuid:38e7362f-d78c-4426-9f3c-939fcb68c963 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-02-06T10:45:31.654Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61b6a126-ddf4-4a3e-9d12-8bd59e10caee 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-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||vFW 9e46f0a7-4711 0 2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61b6a126-ddf4-4a3e-9d12-8bd59e10caee 2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee1a155b-6e3f-4623-a9fe-18d81e65c4e8 from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json 2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json 2022-02-06T10:45:31.776Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:45:31.777Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ee1a155b-6e3f-4623-a9fe-18d81e65c4e8 785 2022-02-06T10:45:31.777Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ASDC sendASDCNotification 2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json 2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:31.781Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:31.781Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144331777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:31.881Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:31.883Z||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-02-06T10:45:31.883Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:31.896Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:31.896Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:32.783Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9e46f0a74711..base_vfw..module-0", "vfModuleModelInvariantUUID": "dd313984-6966-4380-90d6-ade9cfcf2a2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2361e4b5-62a6-4a70-b43f-e17c1db97315", "vfModuleModelCustomizationUUID": "bba5e014-876c-44a4-a8ba-90de1ea22f7d", "isBase": true, "artifacts": [ "d06dfa30-677a-4947-85a2-46ad64d07b82", "0748fdfd-0597-4f08-b0cd-cc6095053eff" ], "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-02-06T10:45:32.790Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9e46f0a74711..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2361e4b5-62a6-4a70-b43f-e17c1db97315 VfModuleModelInvariantUUID:dd313984-6966-4380-90d6-ade9cfcf2a2e VfModuleModelDescription:NULL Artifacts UUID List:{ d06dfa30-677a-4947-85a2-46ad64d07b82 , 0748fdfd-0597-4f08-b0cd-cc6095053eff } 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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9e46f0a74711..base_vfw..module-0", "vfModuleModelInvariantUUID": "dd313984-6966-4380-90d6-ade9cfcf2a2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2361e4b5-62a6-4a70-b43f-e17c1db97315", "vfModuleModelCustomizationUUID": "bba5e014-876c-44a4-a8ba-90de1ea22f7d", "isBase": true, "artifacts": [ "d06dfa30-677a-4947-85a2-46ad64d07b82", "0748fdfd-0597-4f08-b0cd-cc6095053eff" ], "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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9e46f0a74711..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2361e4b5-62a6-4a70-b43f-e17c1db97315 VfModuleModelInvariantUUID:dd313984-6966-4380-90d6-ade9cfcf2a2e VfModuleModelDescription:NULL Artifacts UUID List:{ d06dfa30-677a-4947-85a2-46ad64d07b82 , 0748fdfd-0597-4f08-b0cd-cc6095053eff } 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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d06dfa30-677a-4947-85a2-46ad64d07b82 from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml 2022-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml 2022-02-06T10:45:32.853Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:45:32.854Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml d06dfa30-677a-4947-85a2-46ad64d07b82 20368 2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml 2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:45:32.856Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:32.858Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:32.858Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144332855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:32.958Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:32.959Z||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-02-06T10:45:32.959Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:32.973Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:32.973Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:33.860Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0748fdfd-0597-4f08-b0cd-cc6095053eff from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 2022-02-06T10:45:33.861Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:45:33.862Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 2022-02-06T10:45:34.165Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:45:34.166Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 0748fdfd-0597-4f08-b0cd-cc6095053eff 2098 2022-02-06T10:45:34.167Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:34.170Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:34.171Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144334167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:34.271Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:34.272Z||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-02-06T10:45:34.272Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:34.284Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:34.285Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:35.172Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 2022-02-06T10:45:35.172Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9e46f0a7-4711 0 61b6a126-ddf4-4a3e-9d12-8bd59e10caee 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-02-06T10:45:35.189Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@735cca01, org.onap.sdc.toscaparser.api.parameters.Input@778e275b, org.onap.sdc.toscaparser.api.parameters.Input@4cc18723, org.onap.sdc.toscaparser.api.parameters.Input@32ec1f93, org.onap.sdc.toscaparser.api.parameters.Input@2775d70d] 2022-02-06T10:45:35.191Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.191Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5c06af91-7f44-4f41-b294-6edf146f80fa 2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c06af91-7f44-4f41-b294-6edf146f80fa matches Tosca VF Customization UUID: 5c06af91-7f44-4f41-b294-6edf146f80fa 2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5c06af91-7f44-4f41-b294-6edf146f80fa 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-02-06T10:45:35.194Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.194Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5c06af91-7f44-4f41-b294-6edf146f80fa: {\"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-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@333d70f8 2022-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bba5e014-876c-44a4-a8ba-90de1ea22f7d 2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bba5e014-876c-44a4-a8ba-90de1ea22f7d 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-02-06T10:45:35.198Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.198Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:35.200Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.200Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:35.200Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:35.200Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:45:35.201Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:35.201Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:45:35.201Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:45:35.201Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.202Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.202Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:45:35.202Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.202Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:45:35.202Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.203Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=845ed943-0a0a-4167-9e8f-68fba369b034 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-02-06T10:45:35.206Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.206Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.206Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:35.206Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.207Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.208Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:45:35.209Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.209Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12d910e-a315-491f-b7be-d427802c419d 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-02-06T10:45:35.210Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.210Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:45:35.211Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.212Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.212Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:45:35.212Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.212Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:45:35.212Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:45:35.213Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:45:35.213Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:45:35.213Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:45:35.213Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:45:35.213Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac7b7bff-1867-4b33-99eb-477a6b6d3f81 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-02-06T10:45:35.215Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.215Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.215Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:45:35.215Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.215Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria 2022-02-06T10:45:35.216Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=5c06af91-7f44-4f41-b294-6edf146f80fa 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-02-06T10:45:35.217Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.217Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.217Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69: vFW 9e46f0a7-4711 2022-02-06T10:45:35.217Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.218Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.218Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.218Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.218Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.218Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.219Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.219Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.219Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:45:35.219Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:45:35.219Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-06 10-43-56 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-02-06T10:45:35.357Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9e46f0a7-4711 61b6a126-ddf4-4a3e-9d12-8bd59e10caee 1 ASDC deployResourceStructure 2022-02-06T10:45:35.358Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ASDC sendASDCNotification 2022-02-06T10:45:35.358Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json 2022-02-06T10:45:35.358Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:45:35.358Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:35.360Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:35.360Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144335357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:45:35.460Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:35.461Z||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-02-06T10:45:35.461Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:35.472Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:35.472Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:36.362Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:45:36.363Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml 2022-02-06T10:45:36.363Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:45:36.363Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:36.365Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:36.365Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144336361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:45:36.466Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-06T10:45:36.467Z||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-02-06T10:45:36.467Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:36.494Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:36.495Z||pool-55-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:45:37.366Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:45:37.367Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 2022-02-06T10:45:37.367Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:45:37.367Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:37.369Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:37.369Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144337366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:45:37.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-02-06T10:45:37.473Z||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-02-06T10:45:37.473Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:37.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:37.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:45:38.372Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar ASDC sendASDCNotification 2022-02-06T10:45:38.372Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 2022-02-06T10:45:38.380Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:45:38.381Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:45:38.383Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:45:38.384Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144338372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:45:38.484Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:45:38.485Z||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-02-06T10:45:38.485Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:45:38.501Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:38.501Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:45:39.384Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:45:39.394Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:45:39.397Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:45:39.397Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:45:39.397Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:45:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:45:44.838Z||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-02-06T10:45:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:45:44.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:45:44.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144235191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "NOTIFIED" } 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:45:44.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144236205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144248663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144251281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:44.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144252561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:44.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144253980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144255085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144256094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:45:44.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144257098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144258102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:45:44.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:09.398Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:46:09.406Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:09.411Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:46:09.411Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:46:09.411Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:46:39.412Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:46:39.422Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:39.424Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:46:39.424Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:46:39.424Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:46:44.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:46:44.841Z||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-02-06T10:46:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:46:44.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:46:44.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144319408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOTIFIED" } 2022-02-06T10:46:44.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOTIFIED" } 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "ves-openapi-manager", "timestamp": 1644144310880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144316891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144316090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144314288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144316777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144320424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144327975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144328071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144328172, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144328358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144328434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "cds", "timestamp": 1644144328981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-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-02-06T10:46:44.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:46:44.900Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:44.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144329179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144329933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "policy-id", "timestamp": 1644144330182, "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-02-06T10:46:44.912Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:46:44.912Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:44.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144323646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:46:44.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144331079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144331468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144331777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144332122, "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-02-06T10:46:44.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:46:44.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:44.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144332855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "multicloud-k8s-id", "timestamp": 1644144333125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144334167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:46:44.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144334633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144335357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144335641, "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-02-06T10:46:44.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:46:44.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:44.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144336361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144337366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144338372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144338390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:46:44.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:46:44.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "aai-ml", "timestamp": 1644144339394, "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-02-06T10:46:44.948Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:46:44.948Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:46:44.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json", "status": "NOTIFIED" } 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:46:44.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:46:44.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:46:44.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:47:09.425Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:47:09.436Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:47:09.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:47:09.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T10:47:09.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T10:47:09.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T10:47:09.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:47:09.439Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:47:09.439Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:47:09.439Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:47:09.439Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:47:09.439Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T10:47:09.447Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T10:47:39.447Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:47:39.458Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@22cb5e49 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1870) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) 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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 59 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 60 common frames omitted 2022-02-06T10:47:39.461Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-02-06T10:47:39.462Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||ERROR|500||(conn=1870) WSREP has not yet prepared node for application use 2022-02-06T10:47:39.464Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T10:47:39.465Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||ERROR|500||Exception occurred org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) 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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1870) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 54 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 59 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 60 common frames omitted 2022-02-06T10:47:39.466Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T10:47:39.469Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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-02-06T10:47:39.472Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T10:47:39.472Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77de23a0-d83c-4614-bb4b-21b061565d83 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T10:47:39.481Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-02-06T10:47:39.482Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:47:39.488Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:47:39.488Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144459473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-02-06T10:47:39.588Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:47:39.589Z||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-02-06T10:47:39.589Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:47:39.604Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:47:39.604Z||pool-58-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-02-06T10:47:40.516Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:47:40.516Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:47:40.516Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:47:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:47:44.838Z||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-02-06T10:47:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:47:44.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:47:44.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:47:44.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:47:44.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T10:47:50.901Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:47:50.902Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:47:50.903Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:47:50.903Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:00.435Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:00.437Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:00.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:48:00.438Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:09.973Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:09.973Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:09.974Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:48:09.974Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:19.530Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:19.531Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:19.532Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:48:19.532Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:29.077Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:29.078Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:29.079Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:48:29.079Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:38.617Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:44.834Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:44.836Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:48:44.836Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:48:44.838Z||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-02-06T10:48:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:48:44.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:48:44.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:48:44.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144339496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:48:44.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-06T10:48:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:48:44.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144352782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:48:44.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:48:44.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:48:44.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144353941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:48:44.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:48:44.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-06T10:48:44.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "clamp", "timestamp": 1644144354945, "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-02-06T10:48:44.885Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77de23a0-d83c-4614-bb4b-21b061565d83 2022-02-06T10:48:44.885Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77de23a0-d83c-4614-bb4b-21b061565d83 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-02-06T10:48:54.381Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:49:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:49:44.835Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:49:44.842Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:49:44.842Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:49:44.843Z||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-02-06T10:49:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:49:45.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:49:45.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T10:49:45.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144459473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-02-06T10:49:45.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:49:54.400Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:44.834Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:50:44.836Z|77de23a0-d83c-4614-bb4b-21b061565d83|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-02-06T10:50:44.837Z|77de23a0-d83c-4614-bb4b-21b061565d83|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 be9cUXSvBjxerxny) ... 2022-02-06T10:50:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:50:44.838Z||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-02-06T10:50:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:50:45.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:45.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOTIFIED" } 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOTIFIED" } 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:50:45.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T10:50:45.472Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:45.472Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T10:50:45.472Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"03a0d38c-95cf-477e-a952-e8c0e00e976d","serviceName":"vFW 2022-02-06 10-49-05","serviceVersion":"1.0","serviceUUID":"d451a42f-aa5d-4f19-ab6c-fd6047a5e558","serviceDescription":"catalog service description","serviceInvariantUUID":"99f02ebe-54e4-4d66-8f25-658e6576e8d2","resources":[{"resourceInstanceName":"vFW 8903d678-9c17 0","resourceName":"vFW 8903d678-9c17","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eb189f20-1fd2-4066-8085-1f7e6b7364f2","resourceInvariantUUID":"a9e7811f-4b69-42bf-ac8e-3927693b6c7a","resourceCustomizationUUID":"89515f71-006d-4a83-b389-317e21f33ed2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml","artifactChecksum":"MzdiNzdmYmZhNTJlMjhjMzMyZTdkNDFiYzdlNzQyZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d05eb3d1-2101-4d01-bcd3-a06fb4e507a8","artifactVersion":"1"},{"artifactName":"vfw8903d6789c170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json","artifactChecksum":"ZmI0Zjg1ZTFkMTRhMzMyMWI2OTkzNDU4MDA2ZTNjMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25321168-d286-40b7-81f7-d82230fabf5b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2791e536-4939-4e62-8e45-078f067e1bb0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml","artifactChecksum":"YmM1YjhjOGQxNmIwM2RkN2ZjYTIyYjMzYWU2YTY1Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"428f0cb5-ef64-484f-80f8-1bb3f1effbc4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01da399d-89c6-4f34-9807-c73085055e6e","artifactVersion":"2","generatedFromUUID":"2791e536-4939-4e62-8e45-078f067e1bb0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206104905-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml","artifactChecksum":"NTZlZmM5N2NjZWI5NzhmYzQxODcyYTdiOWY4MmEyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3984d9e-f1a2-48ac-a294-66bb5bfdddb9","artifactVersion":"1"},{"artifactName":"service-Vfw20220206104905-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar","artifactChecksum":"ZDVkMzM3OWY3ZjM3ZTkxMDBlYzQ3MGIyNTY3YjY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"094c57e3-877f-463a-ae78-673db97c75ff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T10:50:45.477Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:45.477Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:45.481Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:45.481Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:45.581Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:45.582Z||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-02-06T10:50:45.583Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:45.593Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:45.594Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:46.483Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:46.485Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:46.488Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:46.488Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOTIFIED" } 2022-02-06T10:50:46.588Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:46.589Z||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-02-06T10:50:46.589Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:46.598Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:46.599Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:47.488Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:47.489Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:47.491Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:47.491Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:50:47.591Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:47.593Z||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-02-06T10:50:47.593Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:47.602Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:47.602Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:48.492Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:48.498Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:48.501Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:48.501Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:48.601Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:48.602Z||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-02-06T10:50:48.602Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:48.611Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:48.612Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:49.503Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:49.503Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:49.507Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:49.507Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:50:49.607Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:50:49.608Z||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-02-06T10:50:49.608Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:49.617Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:49.617Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:50.508Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:50.510Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:50.512Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:50.512Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:50:50.612Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:50.613Z||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-02-06T10:50:50.613Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:50.623Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:50.624Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:51.513Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T10:50:51.513Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:51.516Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:51.516Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:50:51.616Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:51.618Z||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-02-06T10:50:51.618Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:51.627Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:51.628Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:52.517Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "serviceName": "vFW 2022-02-06 10-49-05", "serviceVersion": "1.0", "serviceUUID": "d451a42f-aa5d-4f19-ab6c-fd6047a5e558", "serviceDescription": "catalog service description", "serviceInvariantUUID": "99f02ebe-54e4-4d66-8f25-658e6576e8d2", "resources": [ { "resourceInstanceName": "vFW 8903d678-9c17 0", "resourceCustomizationUUID": "89515f71-006d-4a83-b389-317e21f33ed2", "resourceName": "vFW 8903d678-9c17", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eb189f20-1fd2-4066-8085-1f7e6b7364f2", "resourceInvariantUUID": "a9e7811f-4b69-42bf-ac8e-3927693b6c7a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8903d6789c170_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "artifactChecksum": "ZmI0Zjg1ZTFkMTRhMzMyMWI2OTkzNDU4MDA2ZTNjMTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25321168-d286-40b7-81f7-d82230fabf5b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2791e536-4939-4e62-8e45-078f067e1bb0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01da399d-89c6-4f34-9807-c73085055e6e", "generatedFromUUID": "2791e536-4939-4e62-8e45-078f067e1bb0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01da399d-89c6-4f34-9807-c73085055e6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220206104905-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "artifactChecksum": "ZDVkMzM3OWY3ZjM3ZTkxMDBlYzQ3MGIyNTY3YjY3Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "094c57e3-877f-463a-ae78-673db97c75ff" } ], "workloadContext": "Production" } 2022-02-06T10:50:52.518Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T10:50:52.518Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d451a42f-aa5d-4f19-ab6c-fd6047a5e558 ASDC 2022-02-06T10:50:52.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:03a0d38c-95cf-477e-a952-e8c0e00e976d ServiceName:vFW 2022-02-06 10-49-05 ServiceVersion:1.0 ServiceUUID:d451a42f-aa5d-4f19-ab6c-fd6047a5e558 ServiceInvariantUUID:99f02ebe-54e4-4d66-8f25-658e6576e8d2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220206104905-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar ArtifactUUID:094c57e3-877f-463a-ae78-673db97c75ff ArtifactChecksum:ZDVkMzM3OWY3ZjM3ZTkxMDBlYzQ3MGIyNTY3YjY3Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8903d678-9c17 0 ResourceCustomizationUUID:89515f71-006d-4a83-b389-317e21f33ed2 ResourceInvariantUUID:a9e7811f-4b69-42bf-ac8e-3927693b6c7a ResourceName:vFW 8903d678-9c17 ResourceType:VF ResourceUUID:eb189f20-1fd2-4066-8085-1f7e6b7364f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8903d6789c170_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json ArtifactUUID:25321168-d286-40b7-81f7-d82230fabf5b ArtifactChecksum:ZmI0Zjg1ZTFkMTRhMzMyMWI2OTkzNDU4MDA2ZTNjMTg= 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/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml ArtifactUUID:2791e536-4939-4e62-8e45-078f067e1bb0 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/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env ArtifactUUID:01da399d-89c6-4f34-9807-c73085055e6e 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/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env ArtifactUUID:01da399d-89c6-4f34-9807-c73085055e6e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T10:50:52.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d451a42f-aa5d-4f19-ab6c-fd6047a5e558 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-02-06T10:50:52.572Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:50:52.573Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:50:52.573Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:50:52.574Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 094c57e3-877f-463a-ae78-673db97c75ff from URL: /sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:52.574Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:50:52.574Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:52.725Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:50:52.732Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar 094c57e3-877f-463a-ae78-673db97c75ff 98898 2022-02-06T10:50:52.732Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar ASDC sendASDCNotification 2022-02-06T10:50:52.733Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:52.733Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:50:52.733Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:52.735Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:52.735Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144652732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:50:52.836Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:52.837Z||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-02-06T10:50:52.837Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:52.846Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:52.847Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:50:53.736Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T10:50:53.737Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T10:50:53.737Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 094c57e3-877f-463a-ae78-673db97c75ff, URL: /sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar to file: /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:53.738Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220206104905-csar.csar 2022-02-06T10:50:53.738Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:53.738Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:54.013Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1271744904834879819/Definitions/service-Vfw20220206104905-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-02-06T10:50:56.157Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T10:50:56.158Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T10:50:56.158Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.158Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||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-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||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-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||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-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.159Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||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-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8903d678-9c17 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-Vfw20220206104905-csar.csar 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T10:50:56.160Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.161Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.161Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:56.161Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T10:50:56.161Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:50:56.162Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.162Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.162Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:56.162Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T10:50:56.162Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T10:50:56.163Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.163Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.163Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.163Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:56.163Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:56.164Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:50:56.164Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.164Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.164Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.164Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.165Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:50:56.166Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.166Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:50:56.166Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.166Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-06T10:50:56.166Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.167Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:50:56.167Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.167Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:56.167Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:56.168Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.168Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:56.169Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:56.169Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.169Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:56.169Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:56.170Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.170Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:56.170Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:56.171Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:50:56.171Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:56.171Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:50:56.172Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:50:56.172Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.172Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.172Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:50:56.173Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.173Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:50:56.173Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.173Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2b07b239-52bf-46f5-bbeb-8ac485edec3b 2022-02-06T10:50:56.174Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.174Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:56.174Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:56.174Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:50:56.174Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.175Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.175Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.175Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:50:56.175Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:56.175Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:50:56.176Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:50:56.176Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.176Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:50:56.176Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.176Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d42cb08b-2fa2-4d92-aef3-a260b2639e3e 2022-02-06T10:50:56.177Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.177Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:56.177Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:56.177Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:50:56.177Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.178Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.178Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.178Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:50:56.178Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:56.178Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:50:56.179Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:50:56.179Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:56.179Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:56.179Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:50:56.179Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d21b9edf-b8d5-49fa-b4c7-e84148cc69f4 2022-02-06T10:50:56.180Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.180Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.180Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.180Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.180Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.181Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.181Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:56.181Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:56.181Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-06 10-49-05 Description:catalog service description Model UUID:d451a42f-aa5d-4f19-ab6c-fd6047a5e558 Model Version:NULL Model InvariantUuid:99f02ebe-54e4-4d66-8f25-658e6576e8d2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8903d678-9c17 Model UUID:e18a969e-6124-4dbb-aa47-fabb83d16140 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a9e7811f-4b69-42bf-ac8e-3927693b6c7a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:89515f71-006d-4a83-b389-317e21f33ed2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d80169e5-e20e-451e-9039-b68c0de8fb59 ModelName:Vfw8903d6789c17..base_vfw..module-0 ModelUuid:0d28470f-effe-42df-b06c-0cbe93cf2f99 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2b07b239-52bf-46f5-bbeb-8ac485edec3b ModelInvariantUuid:e92a8340-e17e-4381-951a-368f0cfda75b ModelName:vFW 8903d678-9c17-nodes.vfwCvfc ModelUuid:6a4b048c-a214-4964-89c3-20ce4d653e18 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4e12c480-9437-4f64-8f9d-993604739880 ModelInvariantUuid:7b10b2be-bf72-4aa7-8f06-18a715b329f5 ModelName:Vfw8903d6789c17.compute.nodes.heat.vfw ModelUuid:f109d596-52cc-4bba-abab-07f04fe68227 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d42cb08b-2fa2-4d92-aef3-a260b2639e3e ModelInvariantUuid:38c06f59-294b-4c01-a36f-b45aa6f8ec57 ModelName:vFW 8903d678-9c17-nodes.vsnCvfc ModelUuid:0fb504ab-afe4-45b4-90ef-73aa9e4b81f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7609e85f-b157-4334-868e-d309ea1579c2 ModelInvariantUuid:e11d714e-4dc5-451c-9b29-9583acdb8ef7 ModelName:Vfw8903d6789c17.compute.nodes.heat.vsn ModelUuid:88708d4e-31d2-4f50-baad-72c8ab69471f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d21b9edf-b8d5-49fa-b4c7-e84148cc69f4 ModelInvariantUuid:fbe47c89-3e23-41d3-a4fd-53b4efe55aec ModelName:vFW 8903d678-9c17-nodes.vpgCvfc ModelUuid:2d73c6bc-e08b-4480-84b6-549cfbfa045d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0ec2770f-b3a3-4ccd-89a9-0c76bd7736a4 ModelInvariantUuid:cc1c662f-c182-41af-9eb8-6d55a94e8d65 ModelName:Vfw8903d6789c17.compute.nodes.heat.vpg ModelUuid:10e8baf1-f0e2-495a-9a49-8665da18a265 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-02-06T10:50:56.187Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: eb189f20-1fd2-4066-8085-1f7e6b7364f2 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-02-06T10:50:56.191Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||vFW 8903d678-9c17 0 2022-02-06T10:50:56.191Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eb189f20-1fd2-4066-8085-1f7e6b7364f2 2022-02-06T10:50:56.192Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25321168-d286-40b7-81f7-d82230fabf5b from URL: /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json 2022-02-06T10:50:56.192Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:50:56.192Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json 2022-02-06T10:50:56.359Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:50:56.359Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json 25321168-d286-40b7-81f7-d82230fabf5b 785 2022-02-06T10:50:56.360Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json ASDC sendASDCNotification 2022-02-06T10:50:56.360Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json 2022-02-06T10:50:56.360Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:50:56.361Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:56.363Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:56.363Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144656360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:50:56.463Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:50:56.464Z||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-02-06T10:50:56.464Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:56.473Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:56.473Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:57.364Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8903d6789c17..base_vfw..module-0", "vfModuleModelInvariantUUID": "d80169e5-e20e-451e-9039-b68c0de8fb59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d28470f-effe-42df-b06c-0cbe93cf2f99", "vfModuleModelCustomizationUUID": "fb562d41-632c-4968-8a25-94e19b329e06", "isBase": true, "artifacts": [ "2791e536-4939-4e62-8e45-078f067e1bb0", "01da399d-89c6-4f34-9807-c73085055e6e" ], "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-02-06T10:50:57.371Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8903d6789c17..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d28470f-effe-42df-b06c-0cbe93cf2f99 VfModuleModelInvariantUUID:d80169e5-e20e-451e-9039-b68c0de8fb59 VfModuleModelDescription:NULL Artifacts UUID List:{ 2791e536-4939-4e62-8e45-078f067e1bb0 , 01da399d-89c6-4f34-9807-c73085055e6e } 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-02-06T10:50:57.373Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8903d6789c17..base_vfw..module-0", "vfModuleModelInvariantUUID": "d80169e5-e20e-451e-9039-b68c0de8fb59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d28470f-effe-42df-b06c-0cbe93cf2f99", "vfModuleModelCustomizationUUID": "fb562d41-632c-4968-8a25-94e19b329e06", "isBase": true, "artifacts": [ "2791e536-4939-4e62-8e45-078f067e1bb0", "01da399d-89c6-4f34-9807-c73085055e6e" ], "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-02-06T10:50:57.373Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8903d6789c17..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d28470f-effe-42df-b06c-0cbe93cf2f99 VfModuleModelInvariantUUID:d80169e5-e20e-451e-9039-b68c0de8fb59 VfModuleModelDescription:NULL Artifacts UUID List:{ 2791e536-4939-4e62-8e45-078f067e1bb0 , 01da399d-89c6-4f34-9807-c73085055e6e } 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-02-06T10:50:57.374Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2791e536-4939-4e62-8e45-078f067e1bb0 from URL: /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml 2022-02-06T10:50:57.374Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:50:57.374Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml 2022-02-06T10:50:57.424Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:50:57.425Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml 2791e536-4939-4e62-8e45-078f067e1bb0 20368 2022-02-06T10:50:57.425Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:50:57.425Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml 2022-02-06T10:50:57.425Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:50:57.426Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:57.428Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:57.428Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144657425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:50:57.528Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:57.529Z||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-02-06T10:50:57.529Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:57.539Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:57.540Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:50:58.431Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01da399d-89c6-4f34-9807-c73085055e6e from URL: /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env 2022-02-06T10:50:58.431Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T10:50:58.431Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env 2022-02-06T10:50:58.483Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T10:50:58.483Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env 01da399d-89c6-4f34-9807-c73085055e6e 2098 2022-02-06T10:50:58.483Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:50:58.483Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env 2022-02-06T10:50:58.483Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T10:50:58.484Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:58.487Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:58.487Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144658483, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:50:58.586Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:50:58.587Z||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-02-06T10:50:58.587Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:58.595Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:58.595Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-02-06T10:50:59.487Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d451a42f-aa5d-4f19-ab6c-fd6047a5e558 2022-02-06T10:50:59.488Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8903d678-9c17 0 eb189f20-1fd2-4066-8085-1f7e6b7364f2 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-02-06T10:50:59.502Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@982711d, org.onap.sdc.toscaparser.api.parameters.Input@3385b38a, org.onap.sdc.toscaparser.api.parameters.Input@6c6ab364, org.onap.sdc.toscaparser.api.parameters.Input@519cd6c7, org.onap.sdc.toscaparser.api.parameters.Input@4b8c4f70] 2022-02-06T10:50:59.504Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.504Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.504Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-02-06T10:50:59.504Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 89515f71-006d-4a83-b389-317e21f33ed2 2022-02-06T10:50:59.505Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89515f71-006d-4a83-b389-317e21f33ed2 matches Tosca VF Customization UUID: 89515f71-006d-4a83-b389-317e21f33ed2 2022-02-06T10:50:59.505Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 89515f71-006d-4a83-b389-317e21f33ed2 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-02-06T10:50:59.507Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.507Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.508Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 89515f71-006d-4a83-b389-317e21f33ed2: {\"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-02-06T10:50:59.509Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b5e0d9f 2022-02-06T10:50:59.509Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.509Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T10:50:59.509Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb562d41-632c-4968-8a25-94e19b329e06 2022-02-06T10:50:59.510Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb562d41-632c-4968-8a25-94e19b329e06 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-02-06T10:50:59.512Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.513Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.513Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:59.513Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.513Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.513Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:59.514Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:50:59.515Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.516Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2b07b239-52bf-46f5-bbeb-8ac485edec3b 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-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:59.518Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:59.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:50:59.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.519Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.520Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d42cb08b-2fa2-4d92-aef3-a260b2639e3e 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-02-06T10:50:59.522Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.522Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.522Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:59.522Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-06T10:50:59.523Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-06T10:50:59.524Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-06T10:50:59.524Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-06T10:50:59.524Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-06T10:50:59.524Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-06T10:50:59.525Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-06T10:50:59.525Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d21b9edf-b8d5-49fa-b4c7-e84148cc69f4 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-02-06T10:50:59.526Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.526Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.526Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T10:50:59.527Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.527Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8903d678-9c17 0 is matching search criteria 2022-02-06T10:50:59.527Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8903d678-9c17 0] matching following query criteria: sdcType=VF, customizationUUID=89515f71-006d-4a83-b389-317e21f33ed2 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-02-06T10:50:59.528Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.528Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.529Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d451a42f-aa5d-4f19-ab6c-fd6047a5e558: vFW 8903d678-9c17 2022-02-06T10:50:59.529Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.529Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.529Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T10:50:59.530Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-49-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T10:50:59.531Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-06 10-49-05 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-02-06T10:50:59.648Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8903d678-9c17 eb189f20-1fd2-4066-8085-1f7e6b7364f2 1 ASDC deployResourceStructure 2022-02-06T10:50:59.648Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json ASDC sendASDCNotification 2022-02-06T10:50:59.649Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json 2022-02-06T10:50:59.649Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:50:59.649Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:50:59.651Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:50:59.651Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144659648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:50:59.751Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:50:59.752Z||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-02-06T10:50:59.752Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:50:59.761Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:50:59.762Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:51:00.652Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-06T10:51:00.653Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml 2022-02-06T10:51:00.653Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:51:00.653Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:51:00.655Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:51:00.656Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144660652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:51:00.756Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:51:00.756Z||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-02-06T10:51:00.757Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:51:00.765Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:51:00.766Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:51:01.657Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-06T10:51:01.657Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env 2022-02-06T10:51:01.657Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:51:01.657Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:51:01.659Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:51:01.659Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144661656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:51:01.759Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T10:51:01.760Z||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-02-06T10:51:01.760Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:51:01.768Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:51:01.768Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:51:02.661Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar ASDC sendASDCNotification 2022-02-06T10:51:02.661Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar 2022-02-06T10:51:02.661Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T10:51:02.662Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:51:02.664Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:51:02.664Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144662660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:51:02.764Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T10:51:02.765Z||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-02-06T10:51:02.765Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:51:02.774Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:51:02.775Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T10:51:03.665Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:51:03.677Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:51:03.679Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:51:03.679Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:51:03.679Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:51:33.679Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:51:33.698Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:51:33.700Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:51:33.700Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:51:33.700Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:51:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:51:44.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-02-06T10:51:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:51:44.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:51:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:51:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "ves-openapi-manager", "timestamp": 1644144630880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T10:51:44.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:52:03.701Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:52:03.714Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:52:03.718Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:52:03.718Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:52:03.718Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:52:33.719Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:52:33.735Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:52:33.737Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:52:33.738Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:52:33.738Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:52:44.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:52:44.842Z||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-02-06T10:52:44.843Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:52:44.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:52:44.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:52:44.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144634289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:52:44.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:03.740Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:53:03.769Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:03.772Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:53:03.772Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:53:03.772Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:53:33.773Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:53:33.786Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:33.787Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:53:33.788Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T10:53:33.788Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T10:53:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:53:44.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-02-06T10:53:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:53:45.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:53:45.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144631090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144636777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144639494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144646180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144646241, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144646275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOTIFIED" } 2022-02-06T10:53:45.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "cds", "timestamp": 1644144647249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-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-02-06T10:53:45.389Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.390Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:45.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144647282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144647568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "policy-id", "timestamp": 1644144648286, "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-02-06T10:53:45.411Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.412Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:45.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144648969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144649993, "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-02-06T10:53:45.431Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.431Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:45.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "multicloud-k8s-id", "timestamp": 1644144650997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144644834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144652732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144646891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144654992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144655141, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144656360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144657004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144657425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "clamp", "timestamp": 1644144658007, "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-02-06T10:53:45.460Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.460Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:45.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144658483, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T10:53:45.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144659648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/vfw8903d6789c170_modules.json", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144653643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "NOTIFIED" } 2022-02-06T10:53:45.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-06T10:53:45.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144660652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144661405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T10:53:45.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144661656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/resourceInstances/vfw8903d6789c170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144662660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144664784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644144665788, "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-02-06T10:53:45.483Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.484Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:53:45.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144667863, "artifactURL": "/sdc/v1/catalog/services/Vfw20220206104905/1.0/artifacts/service-Vfw20220206104905-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T10:53:45.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:53:45.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:53:45.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "aai-ml", "timestamp": 1644144668869, "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-02-06T10:53:45.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03a0d38c-95cf-477e-a952-e8c0e00e976d 2022-02-06T10:53:45.498Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:54:03.789Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T10:54:03.805Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:54:03.807Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.808Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.809Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T10:54:03.809Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T10:54:03.813Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T10:54:33.813Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d 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-02-06T10:54:33.823Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03a0d38c-95cf-477e-a952-e8c0e00e976d and serviceModelVersionId: d451a42f-aa5d-4f19-ab6c-fd6047a5e558 2022-02-06T10:54:33.823Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99f02ebe-54e4-4d66-8f25-658e6576e8d2 2022-02-06T10:54:33.825Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?depth=0 2022-02-06T10:54:33.831Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T10:54:33.893Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?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-02-06T10:54:33.895Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?depth=0|INFO|500||Invoke 2022-02-06T10:54:33.922Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T10:54:34.428Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?depth=0|INFO|500||InvokeReturn 2022-02-06T10:54:34.429Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99f02ebe-54e4-4d66-8f25-658e6576e8d2/model-vers/model-ver/d451a42f-aa5d-4f19-ab6c-fd6047a5e558?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-10:54:33:931-69682], vertex-id=[454896], Content-Length=[0], Date=[Sun, 06 Feb 2022 10:54:33 GMT], Content-Type=[application/json]} 2022-02-06T10:54:34.429Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-02-06T10:54:34.430Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T10:54:34.430Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T10:54:34.434Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T10:54:34.434Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03a0d38c-95cf-477e-a952-e8c0e00e976d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T10:54:34.434Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T10:54:34.435Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T10:54:34.438Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T10:54:34.438Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144874434, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:54:34.540Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-06T10:54:34.542Z||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-02-06T10:54:34.542Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T10:54:34.555Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:54:34.556Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-06T10:54:35.454Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:54:35.455Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:54:35.455Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:54:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:54:44.841Z||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-02-06T10:54:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:54:45.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:54:45.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T10:54:45.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "03a0d38c-95cf-477e-a952-e8c0e00e976d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644144874434, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T10:54:45.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T10:54:45.894Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:54:45.895Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:54:45.895Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:54:45.896Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:54:55.432Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:54:55.433Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:54:55.434Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:54:55.434Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:55:04.970Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:55:04.970Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:55:04.971Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:55:04.971Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:55:14.509Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:55:44.833Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:55:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:55:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:55:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:55:44.838Z||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-02-06T10:55:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:55:54.382Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:55:54.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:56:44.835Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:56:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:56:44.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-02-06T10:56:44.839Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:56:44.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 be9cUXSvBjxerxny) ... 2022-02-06T10:56:44.839Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:56:54.397Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:56:54.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:57:44.833Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:57:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:57:44.835Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:57:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:57:44.838Z||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-02-06T10:57:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:57:54.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:57:54.376Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:58:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:58:44.836Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:58:44.837Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:58:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:58:44.838Z||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-02-06T10:58:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T10:58:54.383Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:58:54.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:59:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:59:44.837Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T10:59:44.837Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T10:59:44.837Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T10:59:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T10:59:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T10:59:54.384Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T10:59:54.386Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:44.834Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:00:44.837Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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-02-06T11:00:44.837Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|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 be9cUXSvBjxerxny) ... 2022-02-06T11:00:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:00:44.838Z||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-02-06T11:00:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:00:45.465Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:45.465Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.466Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9126437-ff8b-41c7-b4fb-f8c3c079c7d9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"76c5fd63-94d0-4cdf-8716-dde82a1080a7","serviceDescription":"service","serviceInvariantUUID":"e8f2ffc2-79b0-4076-b363-e8725c8caf62","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c1ef5ca2-cbb8-4ab4-9aaa-cdf86e7d5b21","resourceInvariantUUID":"731b84b4-3cc7-4916-afa1-d1b2784362af","resourceCustomizationUUID":"aeaffc74-1338-4b5f-bb06-59650e2e4abf","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":"ZWYzOWY5ODZlNDcwY2QxZGQyYzIxNjRiZTM5MjVhNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c73ccf96-5a91-426f-8d1a-3c6bc17e8d9c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWNjNzg0ZjY0ZWM5NWIyNGNhMmQ1MThmMDI2MDE3ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9801ef44-ea2e-4c50-a14b-666311576712","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T11:00:45.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:45.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "ves-openapi-manager", "timestamp": 1644145190880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "multicloud-k8s-id", "timestamp": 1644145194288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "policy-id", "timestamp": 1644145196779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145193643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "ves-openapi-manager", "timestamp": 1644145190880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "multicloud-k8s-id", "timestamp": 1644145194288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "policy-id", "timestamp": 1644145196779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145193643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "policy-id", "timestamp": 1644145199913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145199950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "policy-id", "timestamp": 1644145200922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145201542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "cds", "timestamp": 1644145201090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "policy-id", "timestamp": 1644145201939, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-02-06T11:00:45.473Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:00:45.474Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T11:00:45.480Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:00:45.480Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145244834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-06T11:00:45.494Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 2022-02-06T11:00:45.495Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:45.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145202546, "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-02-06T11:00:45.510Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 2022-02-06T11:00:45.510Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:45.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "cds", "timestamp": 1644145201090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "cds", "timestamp": 1644145203893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:45.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "cds", "timestamp": 1644145204900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T11:00:45.524Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 2022-02-06T11:00:45.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:45.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "clamp", "timestamp": 1644145209494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "clamp", "timestamp": 1644145209494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "aai-ml", "timestamp": 1644145216891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:00:45.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "clamp", "timestamp": 1644145218140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:45.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "aai-ml", "timestamp": 1644145216891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:45.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-06T11:00:45.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "aai-ml", "timestamp": 1644145219617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:45.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "clamp", "timestamp": 1644145221146, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:00:45.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "clamp", "timestamp": 1644145222149, "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-02-06T11:00:45.543Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 2022-02-06T11:00:45.543Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:45.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "aai-ml", "timestamp": 1644145223463, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:00:45.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:00:45.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-06T11:00:45.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "aai-ml", "timestamp": 1644145224468, "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-02-06T11:00:45.555Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 2022-02-06T11:00:45.555Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:45.579Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:00:45.580Z||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-02-06T11:00:45.580Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:00:45.592Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:45.595Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:00:46.481Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:00:46.482Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:00:46.484Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:00:46.484Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145244834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:00:46.584Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:00:46.587Z||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-02-06T11:00:46.587Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:00:46.596Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:46.596Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:00:47.485Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "76c5fd63-94d0-4cdf-8716-dde82a1080a7", "serviceDescription": "service", "serviceInvariantUUID": "e8f2ffc2-79b0-4076-b363-e8725c8caf62", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "aeaffc74-1338-4b5f-bb06-59650e2e4abf", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c1ef5ca2-cbb8-4ab4-9aaa-cdf86e7d5b21", "resourceInvariantUUID": "731b84b4-3cc7-4916-afa1-d1b2784362af", "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": "NWNjNzg0ZjY0ZWM5NWIyNGNhMmQ1MThmMDI2MDE3ZDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9801ef44-ea2e-4c50-a14b-666311576712" } ], "workloadContext": "Production" } 2022-02-06T11:00:47.486Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T11:00:47.486Z|03a0d38c-95cf-477e-a952-e8c0e00e976d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76c5fd63-94d0-4cdf-8716-dde82a1080a7 ASDC 2022-02-06T11:00:47.487Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:76c5fd63-94d0-4cdf-8716-dde82a1080a7 ServiceInvariantUUID:e8f2ffc2-79b0-4076-b363-e8725c8caf62 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:9801ef44-ea2e-4c50-a14b-666311576712 ArtifactChecksum:NWNjNzg0ZjY0ZWM5NWIyNGNhMmQ1MThmMDI2MDE3ZDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:aeaffc74-1338-4b5f-bb06-59650e2e4abf ResourceInvariantUUID:731b84b4-3cc7-4916-afa1-d1b2784362af ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c1ef5ca2-cbb8-4ab4-9aaa-cdf86e7d5b21 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-02-06T11:00:47.488Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76c5fd63-94d0-4cdf-8716-dde82a1080a7 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-02-06T11:00:47.539Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:00:47.540Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T11:00:47.540Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T11:00:47.540Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9801ef44-ea2e-4c50-a14b-666311576712 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-06T11:00:47.540Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-06T11:00:47.541Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-06T11:00:47.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-06T11:00:47.964Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9801ef44-ea2e-4c50-a14b-666311576712 52495 2022-02-06T11:00:47.965Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-06T11:00:47.965Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-06T11:00:47.965Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:00:47.965Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:00:47.976Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:00:47.976Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145247965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:00:48.070Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-02-06T11:00:48.071Z||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-02-06T11:00:48.071Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:00:48.082Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:48.083Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:00:48.978Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:00:48.979Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-06T11:00:48.980Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9801ef44-ea2e-4c50-a14b-666311576712, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:48.980Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-02-06T11:00:48.981Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:48.981Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.129Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1649901750047275066/Definitions/service-BasicNetwork-template.yml 2022-02-06T11:00:49.660Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T11:00:49.660Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T11:00:49.660Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.661Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.662Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.662Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.662Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.662Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-06T11:00:49.662Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.663Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.663Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-06T11:00:49.663Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T11:00:49.663Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:00:49.664Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.664Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.664Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-06T11:00:49.664Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-06T11:00:49.665Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:00:49.665Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.665Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.665Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.666Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.666Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.666Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.667Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.667Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.667Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.668Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.668Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:76c5fd63-94d0-4cdf-8716-dde82a1080a7 Model Version:NULL Model InvariantUuid:e8f2ffc2-79b0-4076-b363-e8725c8caf62 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:731b84b4-3cc7-4916-afa1-d1b2784362af Model UUID:89b2366b-880f-4547-9e59-cd9204846485 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:aeaffc74-1338-4b5f-bb06-59650e2e4abf 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-02-06T11:00:49.672Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c1ef5ca2-cbb8-4ab4-9aaa-cdf86e7d5b21 2022-02-06T11:00:49.672Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||No resources found for Service: 76c5fd63-94d0-4cdf-8716-dde82a1080a7 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-02-06T11:00:49.678Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| 2022-02-06T11:00:49.679Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-02-06T11:00:49.680Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 76c5fd63-94d0-4cdf-8716-dde82a1080a7 2022-02-06T11:00:49.680Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 76c5fd63-94d0-4cdf-8716-dde82a1080a7 2022-02-06T11:00:49.681Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-02-06T11:00:49.681Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T11:00:49.685Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1889b22, org.onap.sdc.toscaparser.api.parameters.Input@7a60dc0c, org.onap.sdc.toscaparser.api.parameters.Input@6cf96949, org.onap.sdc.toscaparser.api.parameters.Input@3896c6b5, org.onap.sdc.toscaparser.api.parameters.Input@7d820b0e] 2022-02-06T11:00:49.687Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.687Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.688Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.688Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.689Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 76c5fd63-94d0-4cdf-8716-dde82a1080a7: Generic NeutronNet 2022-02-06T11:00:49.689Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.689Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.690Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.690Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-02-06T11:00:49.734Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.735Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.735Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.736Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.736Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:00:49.736Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:00:49.737Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-02-06T11:00:49.776Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-02-06T11:00:49.776Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-06T11:00:49.776Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-06T11:00:49.776Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:00:49.777Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:00:49.778Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:00:49.778Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145249776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:00:49.879Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:00:49.880Z||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-02-06T11:00:49.880Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:00:49.894Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:00:49.895Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:00:50.779Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:00:50.790Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:00:50.793Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:00:50.793Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T11:00:50.793Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T11:00:50.793Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:00:50.794Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T11:00:50.799Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T11:01:20.800Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 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-02-06T11:01:20.813Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 and serviceModelVersionId: 76c5fd63-94d0-4cdf-8716-dde82a1080a7 2022-02-06T11:01:20.813Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8f2ffc2-79b0-4076-b363-e8725c8caf62 2022-02-06T11:01:20.814Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?depth=0 2022-02-06T11:01:20.821Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T11:01:20.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?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-02-06T11:01:20.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?depth=0|INFO|500||Invoke 2022-02-06T11:01:20.915Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T11:01:21.030Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?depth=0|INFO|500||InvokeReturn 2022-02-06T11:01:21.031Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8f2ffc2-79b0-4076-b363-e8725c8caf62/model-vers/model-ver/76c5fd63-94d0-4cdf-8716-dde82a1080a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-11:01:20:922-22596], vertex-id=[463088], Content-Length=[0], Date=[Sun, 06 Feb 2022 11:01:20 GMT], Content-Type=[application/json]} 2022-02-06T11:01:21.031Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-02-06T11:01:21.031Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T11:01:21.031Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T11:01:21.036Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T11:01:21.036Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9126437-ff8b-41c7-b4fb-f8c3c079c7d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T11:01:21.036Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T11:01:21.038Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:01:21.040Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:01:21.040Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145281036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:01:21.147Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-02-06T11:01:21.148Z||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-02-06T11:01:21.149Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:01:21.164Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:01:21.164Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-06T11:01:44.834Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:01:44.835Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:01:44.835Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:01:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:01:44.838Z||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-02-06T11:01:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:01:44.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:01:44.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:01:44.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145244834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:01:44.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T11:01:54.375Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:02:44.833Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:02:44.836Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:02:44.836Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:02:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:02:44.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-02-06T11:02:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:02:45.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:02:45.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:02:45.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145244834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:02:45.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-06T11:02:45.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:02:45.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145247965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145249776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9126437-ff8b-41c7-b4fb-f8c3c079c7d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145281036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:02:45.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:02:54.381Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:03:44.835Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:03:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:03:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:03:44.838Z||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-02-06T11:03:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:03:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:03:54.390Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:03:54.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:04:44.833Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:04:44.834Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:04:44.834Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:04:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:04:44.838Z||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-02-06T11:04:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:04:54.385Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:04:54.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:05:44.835Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:05:44.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:05:44.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-02-06T11:05:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:05:44.839Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:05:44.840Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:05:54.390Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:05:54.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:06:44.833Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:06:44.834Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:06:44.834Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:06:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:06:44.838Z||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-02-06T11:06:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:06:54.376Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:06:54.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:44.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:07:44.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:07:44.839Z||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-02-06T11:07:44.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-02-06T11:07:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:07:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:07:45.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:45.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4eaf7ecd-bcf6-456e-8885-cd4b0110e216","serviceName":"Demo_pNF_TG3ZEIFfqShW3fm7PtQd","serviceVersion":"1.0","serviceUUID":"f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9","serviceDescription":"catalog service description","serviceInvariantUUID":"28836c98-3802-4acb-9983-a5a3cab193c2","resources":[{"resourceInstanceName":"pNF 1a898f0a-fc2d 0","resourceName":"pNF 1a898f0a-fc2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f2455224-d6a3-4393-bbf5-fd48e12cd926","resourceInvariantUUID":"59a83a92-99af-438e-8926-8ae99cfca878","resourceCustomizationUUID":"d3e50acb-93e3-47a8-88cd-4fe4d76563e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml","artifactChecksum":"MWQwOGU4ODgxY2FiOGNjZGExNGI5MzU2ZGU4NGM1ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6bc5492-e9aa-453c-9ad2-a1a7b73a55e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar","artifactChecksum":"Y2ExYjQwMmMzZGM5YzJlYWEwN2I0M2M1NjMzYzhmZGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34718cac-4987-4c81-ad83-997a64b800ad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e1cf262-e8cb-4bf3-9d27-08c4c7cd3034","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDE5NjZlOWU3NzI0Zjk5NzNjMDMxNDU2ZWU2NjdhMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"048c502d-df26-45c7-b108-95db398a40df","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32226471-c7df-4ca3-86ef-c76d9117d2db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37cfbed2-a534-4f19-8b0c-2d3e430d2731","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml","artifactChecksum":"ZGRjMzJmNjI2ZWU2YjJjZGM4YmE1ZTllOTUxZTgwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c78d884-f275-4b1f-8212-78910dbcb74b","artifactVersion":"1"},{"artifactName":"service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar","artifactChecksum":"MjZhMGRhZTUxYmJhYjZkNTQ0ZTkzMjNlMDMwM2Q3YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab431df7-8b52-48e9-83b5-53c41327ab4b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T11:07:45.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:45.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.477Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:45.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:45.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.483Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:45.483Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145643644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145643644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145630880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "multicloud-k8s-id", "timestamp": 1644145634288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145636090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145636891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "clamp", "timestamp": 1644145629495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145643644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145636777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145643644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145647865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "ves-openapi-manager", "timestamp": 1644145648037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "aai-ml", "timestamp": 1644145648139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "policy-id", "timestamp": 1644145648163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644145643644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:07:45.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "cds", "timestamp": 1644145648871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-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-02-06T11:07:45.512Z||pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@448efe83 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=2656) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-02-06T11:07:45.514Z||pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-02-06T11:07:45.514Z||pool-2-thread-5|||||ERROR|500||(conn=2656) WSREP has not yet prepared node for application use 2022-02-06T11:07:45.516Z||pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=2656) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-02-06T11:07:45.518Z||pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 39 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=2656) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-02-06T11:07:45.519Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-02-06T11:07:45.519Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-02-06T11:07:45.583Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:45.584Z||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-02-06T11:07:45.584Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:45.594Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:45.594Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:07:46.484Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:46.485Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:46.488Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:46.488Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:46.588Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:46.589Z||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-02-06T11:07:46.590Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:46.604Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:46.605Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1} 2022-02-06T11:07:47.489Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:47.490Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:47.493Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:47.493Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:47.595Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-06T11:07:47.596Z||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-02-06T11:07:47.596Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:47.605Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:47.605Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:48.494Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:48.494Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:48.496Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:48.496Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:48.597Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:48.598Z||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-02-06T11:07:48.598Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:48.606Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:48.607Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:49.497Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:49.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:49.499Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:49.500Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:49.600Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:49.601Z||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-02-06T11:07:49.601Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:49.611Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:49.612Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:07:50.501Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:50.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:50.505Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:50.505Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:50.605Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:50.606Z||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-02-06T11:07:50.606Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:50.615Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:50.616Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:51.506Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:51.506Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:51.508Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:51.508Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:07:51.608Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:07:51.610Z||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-02-06T11:07:51.610Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:51.619Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:51.620Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:52.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:07:52.511Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:52.514Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:52.514Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:07:52.614Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:07:52.615Z||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-02-06T11:07:52.615Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:52.623Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:52.624Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:53.515Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "serviceName": "Demo_pNF_TG3ZEIFfqShW3fm7PtQd", "serviceVersion": "1.0", "serviceUUID": "f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28836c98-3802-4acb-9983-a5a3cab193c2", "resources": [ { "resourceInstanceName": "pNF 1a898f0a-fc2d 0", "resourceCustomizationUUID": "d3e50acb-93e3-47a8-88cd-4fe4d76563e8", "resourceName": "pNF 1a898f0a-fc2d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f2455224-d6a3-4393-bbf5-fd48e12cd926", "resourceInvariantUUID": "59a83a92-99af-438e-8926-8ae99cfca878", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "artifactChecksum": "MjZhMGRhZTUxYmJhYjZkNTQ0ZTkzMjNlMDMwM2Q3YzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ab431df7-8b52-48e9-83b5-53c41327ab4b" } ], "workloadContext": "Production" } 2022-02-06T11:07:53.515Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T11:07:53.515Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 ASDC 2022-02-06T11:07:53.517Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4eaf7ecd-bcf6-456e-8885-cd4b0110e216 ServiceName:Demo_pNF_TG3ZEIFfqShW3fm7PtQd ServiceVersion:1.0 ServiceUUID:f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 ServiceInvariantUUID:28836c98-3802-4acb-9983-a5a3cab193c2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar ArtifactUUID:ab431df7-8b52-48e9-83b5-53c41327ab4b ArtifactChecksum:MjZhMGRhZTUxYmJhYjZkNTQ0ZTkzMjNlMDMwM2Q3YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 1a898f0a-fc2d 0 ResourceCustomizationUUID:d3e50acb-93e3-47a8-88cd-4fe4d76563e8 ResourceInvariantUUID:59a83a92-99af-438e-8926-8ae99cfca878 ResourceName:pNF 1a898f0a-fc2d ResourceType:PNF ResourceUUID:f2455224-d6a3-4393-bbf5-fd48e12cd926 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-06T11:07:53.517Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 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-02-06T11:07:53.558Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:07:53.561Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-06T11:07:53.562Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-06T11:07:53.562Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab431df7-8b52-48e9-83b5-53c41327ab4b from URL: /sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:53.562Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-06T11:07:53.563Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:53.763Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-06T11:07:53.768Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar ab431df7-8b52-48e9-83b5-53c41327ab4b 82636 2022-02-06T11:07:53.768Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar ASDC sendASDCNotification 2022-02-06T11:07:53.768Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:53.768Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:07:53.769Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:53.771Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:53.771Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145673768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:07:53.871Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:07:53.872Z||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-02-06T11:07:53.873Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:53.882Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:53.883Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:54.772Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:07:54.773Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-06T11:07:54.773Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ab431df7-8b52-48e9-83b5-53c41327ab4b, URL: /sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar to file: /app/ASDC/1/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:54.774Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:54.774Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:54.774Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.002Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7747824730331319491/Definitions/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.750Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a898f0a-fc2d 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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.751Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Node template pNF 1a898f0a-fc2d 0 is matching search criteria 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 1a898f0a-fc2d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Node template pNF 1a898f0a-fc2d 0 is matching search criteria 2022-02-06T11:07:55.752Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 1a898f0a-fc2d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.753Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.754Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.754Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.754Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.754Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_TG3ZEIFfqShW3fm7PtQd Description:catalog service description Model UUID:f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 Model Version:NULL Model InvariantUuid:28836c98-3802-4acb-9983-a5a3cab193c2 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-02-06T11:07:55.758Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f2455224-d6a3-4393-bbf5-fd48e12cd926 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-02-06T11:07:55.761Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||pNF 1a898f0a-fc2d 0 2022-02-06T11:07:55.761Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f2455224-d6a3-4393-bbf5-fd48e12cd926 2022-02-06T11:07:55.761Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 2022-02-06T11:07:55.762Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 2022-02-06T11:07:55.762Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1a898f0a-fc2d 0 f2455224-d6a3-4393-bbf5-fd48e12cd926 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-02-06T11:07:55.764Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e7de904, org.onap.sdc.toscaparser.api.parameters.Input@16b1d0a5, org.onap.sdc.toscaparser.api.parameters.Input@289c40f8, org.onap.sdc.toscaparser.api.parameters.Input@62e48c87, org.onap.sdc.toscaparser.api.parameters.Input@53607c16] 2022-02-06T11:07:55.764Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9: pNF 1a898f0a-fc2d 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Processing PNF resource: f2455224-d6a3-4393-bbf5-fd48e12cd926 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TG3ZEIFfqShW3fm7PtQd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:07:55.765Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||Resource customization UUID: d3e50acb-93e3-47a8-88cd-4fe4d76563e8 is the same as notified resource customizationUUID: d3e50acb-93e3-47a8-88cd-4fe4d76563e8 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-02-06T11:07:55.807Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1a898f0a-fc2d f2455224-d6a3-4393-bbf5-fd48e12cd926 0 ASDC deployResourceStructure 2022-02-06T11:07:55.807Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar ASDC sendASDCNotification 2022-02-06T11:07:55.808Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar 2022-02-06T11:07:55.808Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:07:55.808Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:07:55.811Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:07:55.811Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145675807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:07:55.916Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-02-06T11:07:55.917Z||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-02-06T11:07:55.917Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:07:55.930Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:07:55.932Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:07:56.812Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:07:56.824Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:07:56.826Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:07:56.826Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:07:56.826Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:08:26.827Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:08:26.838Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:08:26.840Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:08:26.840Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:08:26.840Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:08:44.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:08:44.845Z||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-02-06T11:08:44.845Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:08:44.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:08:44.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:08:44.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:08:44.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:08:56.840Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:08:56.856Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:08:56.858Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:08:56.858Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:08:56.858Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:09:26.860Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:09:26.884Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:09:26.886Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:09:26.887Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:09:26.887Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:09:44.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:09:44.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-02-06T11:09:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:09:45.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:09:45.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/resourceInstances/pnf1a898f0afc2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:09:45.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145664835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:09:45.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-06T11:09:45.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145673768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:09:45.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:09:45.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-06T11:09:45.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145675807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTg3zeiffqshw3fm7ptqd/1.0/artifacts/service-DemoPnfTg3zeiffqshw3fm7ptqd-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:09:45.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:09:56.887Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:09:56.899Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:09:56.900Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:09:56.901Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:09:56.901Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:10:26.901Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:10:26.912Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:10:26.914Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:10:26.914Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:10:26.914Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:10:44.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:10:44.845Z||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-02-06T11:10:44.845Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:10:54.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:10:56.914Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:10:56.931Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:10:56.934Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:10:56.934Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:10:56.934Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:11:26.936Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:11:26.958Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:11:26.960Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:11:26.960Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:11:26.960Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:11:44.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:11:44.841Z||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-02-06T11:11:44.841Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:11:54.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:11:56.960Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:11:56.972Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:11:56.974Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:11:56.974Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:11:56.974Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:12:26.975Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:12:26.995Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:12:26.998Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:12:26.998Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:12:26.998Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:12:44.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:12:44.842Z||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-02-06T11:12:44.842Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:12:54.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:12:56.999Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-02-06T11:12:57.000Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 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-02-06T11:12:57.010Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 and serviceModelVersionId: f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9 2022-02-06T11:12:57.010Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28836c98-3802-4acb-9983-a5a3cab193c2 2022-02-06T11:12:57.011Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0 2022-02-06T11:12:57.018Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T11:12:57.088Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0|INFO|500||Invoke 2022-02-06T11:12:57.089Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4eaf7ecd-bcf6-456e-8885-cd4b0110e216], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a801454-1707-4ee3-b9a9-4d2f112dcc98], X-ECOMP-RequestID=[4eaf7ecd-bcf6-456e-8885-cd4b0110e216], X-TransactionId=[], X-ONAP-RequestID=[4eaf7ecd-bcf6-456e-8885-cd4b0110e216], Content-Type=[application/merge-patch+json]} 2022-02-06T11:12:57.111Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-02-06T11:12:57.316Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?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/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-11:12:57:118-92377], vertex-id=[192720], Content-Length=[0], Date=[Sun, 06 Feb 2022 11:12:57 GMT], Content-Type=[application/json]} 2022-02-06T11:12:57.317Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-06T11:12:57.317Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28836c98-3802-4acb-9983-a5a3cab193c2/model-vers/model-ver/f1dfa914-32a1-45fc-a3b6-d3efe05b9eb9?depth=0|INFO|500||InvokeReturn 2022-02-06T11:12:57.318Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T11:12:57.318Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:12:57.324Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:12:57.325Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4eaf7ecd-bcf6-456e-8885-cd4b0110e216 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-02-06T11:12:57.326Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-02-06T11:12:57.327Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:12:57.329Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:12:57.330Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145977325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-02-06T11:12:57.430Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:12:57.431Z||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-02-06T11:12:57.431Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:12:57.440Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:12:57.441Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 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-02-06T11:12:58.357Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:12:58.358Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:12:58.358Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:13:09.076Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:09.078Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:13:09.080Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:13:09.080Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:13:18.620Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:18.621Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:13:18.622Z||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-02-06T11:13:18.622Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:13:28.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:28.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:13:28.173Z||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-02-06T11:13:28.173Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:13:35.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:35.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:13:35.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"252a10f2-6d83-4d29-88b1-28437551ae3f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"17eeec0e-9675-43f5-a712-051e03dcbc2c","serviceDescription":"service","serviceInvariantUUID":"a8df5571-d691-405c-8abb-2d27b8ce068d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d445b4e-bab8-4bb0-a5c6-42f095bcf65a","resourceInvariantUUID":"0f9e4ed0-fbb1-43dd-8b12-09fd78f3cb42","resourceCustomizationUUID":"c0c1859b-b96e-4ce8-ab70-fa19667dcd50","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":"ZWJiZmM5NmQ4NGY0NDUyZTU4NGM1NGM5NTVjMjY4Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77e3582a-f790-40f5-aa5b-907610434dd0","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":"bac9487d-5c94-4af2-ace3-6e81809b4dc3","artifactVersion":"2","generatedFromUUID":"741347ee-6eca-4dc2-859d-9ed6b07a8d27"},{"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":"741347ee-6eca-4dc2-859d-9ed6b07a8d27","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":"MjVkNDA0NWVmYjZjNDdhZWRkNTliMGE3MDM4YTM5YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d99b84b1-7ce0-4b86-bd71-ab24e5306bab","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":"20afa1fa-a749-41b7-a26b-432feb062633","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":"076e9d4a-f45e-48a4-b584-56e89dbfffae","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":"bbb361ac-58dd-4331-bfd5-91f3764f4e88","artifactVersion":"2","generatedFromUUID":"20afa1fa-a749-41b7-a26b-432feb062633"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWVmZGFmYWNiYjVhZjczMDk1MjMwNThkYTkyN2UzZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a3526e5-9e9a-44ec-b6cc-bf76f4ea9a50","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmRmYjkyZmUxMjlkZWZiYmE3MzY4NjdiYzM0ZjhiNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15734e71-5f6b-459b-b476-1b101d27814b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T11:13:35.095Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:35.096Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:35.102Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:35.103Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:35.203Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:13:35.204Z||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-02-06T11:13:35.204Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:35.219Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:35.219Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:36.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:36.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:36.107Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:36.107Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-06T11:13:36.207Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:36.208Z||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-02-06T11:13:36.208Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:36.217Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:36.217Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:37.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:37.108Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:37.110Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:37.110Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-06T11:13:37.211Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:37.211Z||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-02-06T11:13:37.212Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:37.223Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:37.223Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:38.111Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:38.112Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:38.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:38.114Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-06T11:13:38.215Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:38.215Z||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-02-06T11:13:38.216Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:38.222Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:38.223Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:39.115Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:39.116Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:39.118Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:39.119Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-06T11:13:39.219Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:39.220Z||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-02-06T11:13:39.220Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:39.228Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:39.229Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:40.119Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:40.120Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:40.123Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:40.123Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:40.223Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:40.224Z||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-02-06T11:13:40.224Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:40.232Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:40.233Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:41.125Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:41.125Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:41.128Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:41.128Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-06T11:13:41.228Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:41.229Z||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-02-06T11:13:41.229Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:41.237Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:41.238Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:13:42.129Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:42.130Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:42.133Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:42.133Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:42.234Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:42.234Z||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-02-06T11:13:42.235Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:42.242Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:42.243Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:43.134Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:13:43.134Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:43.137Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:43.137Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:13:43.237Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:43.238Z||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-02-06T11:13:43.239Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:43.249Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:43.250Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:44.138Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "17eeec0e-9675-43f5-a712-051e03dcbc2c", "serviceDescription": "service", "serviceInvariantUUID": "a8df5571-d691-405c-8abb-2d27b8ce068d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c0c1859b-b96e-4ce8-ab70-fa19667dcd50", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0d445b4e-bab8-4bb0-a5c6-42f095bcf65a", "resourceInvariantUUID": "0f9e4ed0-fbb1-43dd-8b12-09fd78f3cb42", "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": "bac9487d-5c94-4af2-ace3-6e81809b4dc3", "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": "741347ee-6eca-4dc2-859d-9ed6b07a8d27", "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": "MjVkNDA0NWVmYjZjNDdhZWRkNTliMGE3MDM4YTM5YWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d99b84b1-7ce0-4b86-bd71-ab24e5306bab", "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": "20afa1fa-a749-41b7-a26b-432feb062633", "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": "bbb361ac-58dd-4331-bfd5-91f3764f4e88", "generatedFromUUID": "20afa1fa-a749-41b7-a26b-432feb062633" }, "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": "bbb361ac-58dd-4331-bfd5-91f3764f4e88", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmRmYjkyZmUxMjlkZWZiYmE3MzY4NjdiYzM0ZjhiNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15734e71-5f6b-459b-b476-1b101d27814b" } ], "workloadContext": "Production" } 2022-02-06T11:13:44.139Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T11:13:44.139Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17eeec0e-9675-43f5-a712-051e03dcbc2c ASDC 2022-02-06T11:13:44.140Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:252a10f2-6d83-4d29-88b1-28437551ae3f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:17eeec0e-9675-43f5-a712-051e03dcbc2c ServiceInvariantUUID:a8df5571-d691-405c-8abb-2d27b8ce068d 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:15734e71-5f6b-459b-b476-1b101d27814b ArtifactChecksum:YmRmYjkyZmUxMjlkZWZiYmE3MzY4NjdiYzM0ZjhiNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c0c1859b-b96e-4ce8-ab70-fa19667dcd50 ResourceInvariantUUID:0f9e4ed0-fbb1-43dd-8b12-09fd78f3cb42 ResourceName:basic_cnf ResourceType:VF ResourceUUID:0d445b4e-bab8-4bb0-a5c6-42f095bcf65a 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:bac9487d-5c94-4af2-ace3-6e81809b4dc3 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:741347ee-6eca-4dc2-859d-9ed6b07a8d27 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:d99b84b1-7ce0-4b86-bd71-ab24e5306bab ArtifactChecksum:MjVkNDA0NWVmYjZjNDdhZWRkNTliMGE3MDM4YTM5YWY= 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:20afa1fa-a749-41b7-a26b-432feb062633 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:bbb361ac-58dd-4331-bfd5-91f3764f4e88 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:bbb361ac-58dd-4331-bfd5-91f3764f4e88 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-06T11:13:44.140Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17eeec0e-9675-43f5-a712-051e03dcbc2c 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-02-06T11:13:44.199Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:13:44.200Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:13:44.201Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:13:44.201Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 15734e71-5f6b-459b-b476-1b101d27814b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-06T11:13:44.201Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:44.202Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-06T11:13:44.391Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:44.395Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 15734e71-5f6b-459b-b476-1b101d27814b 68937 2022-02-06T11:13:44.395Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-06T11:13:44.395Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-06T11:13:44.395Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:44.396Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:44.398Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:44.398Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146024395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:44.498Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:44.499Z||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-02-06T11:13:44.499Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:44.512Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:44.513Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:44.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:13:44.838Z||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-02-06T11:13:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:13:45.297Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:45.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4eaf7ecd-bcf6-456e-8885-cd4b0110e216", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644145977325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-02-06T11:13:45.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:13:45.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-06T11:13:45.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-06T11:13:45.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-06T11:13:45.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-06T11:13:45.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-06T11:13:45.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-06T11:13:45.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-06T11:13:45.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146011090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:13:45.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146014288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:13:45.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146008172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:13:45.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-06T11:13:45.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "ves-openapi-manager", "timestamp": 1644146010880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146024384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:13:45.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146024395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:45.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:13:45.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146024397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:45.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:13:45.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:13:45.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:13:45.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:13:45.398Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:13:45.399Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:13:45.400Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 15734e71-5f6b-459b-b476-1b101d27814b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-06T11:13:45.401Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-02-06T11:13:45.402Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-06T11:13:45.402Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-06T11:13:45.586Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14195379255252788045/Definitions/service-BasicCnf-template.yml 2022-02-06T11:13:46.908Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T11:13:46.908Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-06T11:13:46.909Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:46.910Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-06T11:13:46.910Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.910Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.910Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:46.911Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-06T11:13:46.911Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:13:46.911Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.911Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.912Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:46.912Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-06T11:13:46.912Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:13:46.913Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.913Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.913Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.913Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-06T11:13:46.913Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-02-06T11:13:46.914Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-02-06T11:13:46.914Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-06T11:13:46.914Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.914Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T11:13:46.915Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.915Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:46.915Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:46.916Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.916Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:46.916Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:46.916Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.917Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:46.917Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:46.917Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.917Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-06T11:13:46.918Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-06T11:13:46.918Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b38e27b6-06c6-4cc8-9f55-ec4659459ce3 2022-02-06T11:13:46.918Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.918Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:46.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:46.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:17eeec0e-9675-43f5-a712-051e03dcbc2c Model Version:NULL Model InvariantUuid:a8df5571-d691-405c-8abb-2d27b8ce068d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7422250b-50eb-44a3-bb7b-fc42e675fac4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0f9e4ed0-fbb1-43dd-8b12-09fd78f3cb42 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0c1859b-b96e-4ce8-ab70-fa19667dcd50 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5254ea34-244e-4cd2-a945-927af04ff194 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:761b26e3-3401-48a5-8b3b-3a33d5f5b4b0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b38e27b6-06c6-4cc8-9f55-ec4659459ce3 ModelInvariantUuid:1e7b503d-4f8a-4cab-91a1-5aa2e79d8908 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1294a949-4ae6-4470-bcbd-df8e3136c2b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a0196823-4a1f-40c5-988d-15e959ecaf8a ModelInvariantUuid:dfb20b6f-fad9-44ff-b796-929aafc1c147 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:76c24fed-de84-4ec6-b498-9cba2c419b13 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-02-06T11:13:46.924Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d445b4e-bab8-4bb0-a5c6-42f095bcf65a 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-02-06T11:13:46.927Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-02-06T11:13:46.928Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d445b4e-bab8-4bb0-a5c6-42f095bcf65a 2022-02-06T11:13:46.928Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bac9487d-5c94-4af2-ace3-6e81809b4dc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-06T11:13:46.928Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:46.929Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:47.325Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:47.325Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bac9487d-5c94-4af2-ace3-6e81809b4dc3 12 2022-02-06T11:13:47.326Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:47.326Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:47.326Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:47.326Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:47.329Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:47.329Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146027326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:47.429Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:47.430Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:47.430Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:47.442Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:47.442Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:48.330Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 741347ee-6eca-4dc2-859d-9ed6b07a8d27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-06T11:13:48.331Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:48.331Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:48.857Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:48.858Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 741347ee-6eca-4dc2-859d-9ed6b07a8d27 2688 2022-02-06T11:13:48.858Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:48.858Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:48.858Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:48.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:48.861Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:48.861Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146028858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:48.961Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:48.962Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:48.962Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:48.976Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:48.977Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:13:49.863Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d99b84b1-7ce0-4b86-bd71-ab24e5306bab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-06T11:13:49.863Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:49.863Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:50.465Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:50.466Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d99b84b1-7ce0-4b86-bd71-ab24e5306bab 828 2022-02-06T11:13:50.466Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:50.466Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:50.467Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:50.467Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:50.469Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:50.469Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146030466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:50.569Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:50.570Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:50.570Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:50.591Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:50.591Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:51.469Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5254ea34-244e-4cd2-a945-927af04ff194", "vfModuleModelVersion": "1", "vfModuleModelUUID": "761b26e3-3401-48a5-8b3b-3a33d5f5b4b0", "vfModuleModelCustomizationUUID": "009de0b7-870b-47dd-bf41-062d2ea738d5", "isBase": true, "artifacts": [ "741347ee-6eca-4dc2-859d-9ed6b07a8d27", "20afa1fa-a749-41b7-a26b-432feb062633", "bbb361ac-58dd-4331-bfd5-91f3764f4e88" ], "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-02-06T11:13:51.473Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:761b26e3-3401-48a5-8b3b-3a33d5f5b4b0 VfModuleModelInvariantUUID:5254ea34-244e-4cd2-a945-927af04ff194 VfModuleModelDescription:NULL Artifacts UUID List:{ 741347ee-6eca-4dc2-859d-9ed6b07a8d27 , 20afa1fa-a749-41b7-a26b-432feb062633 , bbb361ac-58dd-4331-bfd5-91f3764f4e88 } 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-02-06T11:13:51.475Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5254ea34-244e-4cd2-a945-927af04ff194", "vfModuleModelVersion": "1", "vfModuleModelUUID": "761b26e3-3401-48a5-8b3b-3a33d5f5b4b0", "vfModuleModelCustomizationUUID": "009de0b7-870b-47dd-bf41-062d2ea738d5", "isBase": true, "artifacts": [ "741347ee-6eca-4dc2-859d-9ed6b07a8d27", "20afa1fa-a749-41b7-a26b-432feb062633", "bbb361ac-58dd-4331-bfd5-91f3764f4e88" ], "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-02-06T11:13:51.475Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:761b26e3-3401-48a5-8b3b-3a33d5f5b4b0 VfModuleModelInvariantUUID:5254ea34-244e-4cd2-a945-927af04ff194 VfModuleModelDescription:NULL Artifacts UUID List:{ 741347ee-6eca-4dc2-859d-9ed6b07a8d27 , 20afa1fa-a749-41b7-a26b-432feb062633 , bbb361ac-58dd-4331-bfd5-91f3764f4e88 } 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-02-06T11:13:51.475Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 20afa1fa-a749-41b7-a26b-432feb062633 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-06T11:13:51.475Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:51.475Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:51.677Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:51.677Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 20afa1fa-a749-41b7-a26b-432feb062633 1164 2022-02-06T11:13:51.678Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:51.678Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:51.678Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:51.678Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:51.680Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:51.681Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146031678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:51.781Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:51.782Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:51.782Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:51.818Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:51.818Z||pool-104-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:52.681Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bbb361ac-58dd-4331-bfd5-91f3764f4e88 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-06T11:13:52.682Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:13:52.682Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:52.823Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:13:52.824Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bbb361ac-58dd-4331-bfd5-91f3764f4e88 200 2022-02-06T11:13:52.825Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:52.825Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:52.825Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:13:52.826Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:52.828Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:52.829Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146032825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-06T11:13:52.929Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:13:52.929Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:52.930Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:52.938Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:52.939Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:53.829Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 17eeec0e-9675-43f5-a712-051e03dcbc2c 2022-02-06T11:13:53.831Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0d445b4e-bab8-4bb0-a5c6-42f095bcf65a ASDC 2022-02-06T11:13:53.839Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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 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-02-06T11:13:53.850Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8b4473a, org.onap.sdc.toscaparser.api.parameters.Input@5bdf74ff, org.onap.sdc.toscaparser.api.parameters.Input@177eea75, org.onap.sdc.toscaparser.api.parameters.Input@17153065, org.onap.sdc.toscaparser.api.parameters.Input@3d32382a] 2022-02-06T11:13:53.852Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.852Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.852Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-02-06T11:13:53.852Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c0c1859b-b96e-4ce8-ab70-fa19667dcd50 2022-02-06T11:13:53.853Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0c1859b-b96e-4ce8-ab70-fa19667dcd50 matches Tosca VF Customization UUID: c0c1859b-b96e-4ce8-ab70-fa19667dcd50 2022-02-06T11:13:53.853Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c0c1859b-b96e-4ce8-ab70-fa19667dcd50 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-02-06T11:13:53.854Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.854Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.855Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c0c1859b-b96e-4ce8-ab70-fa19667dcd50: {\"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-02-06T11:13:53.855Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@438f36ac 2022-02-06T11:13:53.855Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.856Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-06T11:13:53.856Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 009de0b7-870b-47dd-bf41-062d2ea738d5 2022-02-06T11:13:53.856Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 009de0b7-870b-47dd-bf41-062d2ea738d5 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-02-06T11:13:53.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:53.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:53.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.859Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:53.860Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:53.860Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.860Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-06T11:13:53.860Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-06T11:13:53.860Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b38e27b6-06c6-4cc8-9f55-ec4659459ce3 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-02-06T11:13:53.862Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.862Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:53.862Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-06T11:13:53.862Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.862Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-06T11:13:53.863Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c0c1859b-b96e-4ce8-ab70-fa19667dcd50 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-02-06T11:13:53.863Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 17eeec0e-9675-43f5-a712-051e03dcbc2c: basic_cnf 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.864Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:13:53.865Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:13:53.866Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:53.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0d445b4e-bab8-4bb0-a5c6-42f095bcf65a 1 ASDC deployResourceStructure 2022-02-06T11:13:53.919Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:53.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:53.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-06T11:13:53.920Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:53.922Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:53.922Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146033919, "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-02-06T11:13:54.022Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:54.023Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:54.023Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:54.033Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:54.034Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:54.923Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:54.923Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:54.924Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-06T11:13:54.924Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:54.926Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:54.926Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146034923, "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-02-06T11:13:55.026Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:55.027Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:55.027Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:55.038Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:55.038Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:55.927Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:55.927Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:55.928Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:13:55.928Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:55.930Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:55.930Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146035927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T11:13:56.030Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:56.031Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:56.031Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:56.038Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:56.039Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:13:56.934Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:56.934Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:56.935Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:13:56.935Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:56.937Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:56.937Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146036934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-06T11:13:57.037Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:13:57.038Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:57.038Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:57.050Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:57.051Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:57.939Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:57.941Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||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-02-06T11:13:57.942Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:13:57.943Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:57.947Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:57.948Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146037939, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-06T11:13:58.048Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:13:58.049Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:58.049Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:58.059Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:58.059Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:58.949Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-06T11:13:58.950Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-06T11:13:58.950Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:13:58.951Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:13:58.953Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:13:58.953Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146038949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:13:59.053Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:13:59.055Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:13:59.055Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:13:59.063Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:13:59.064Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:13:59.954Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:13:59.966Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:13:59.968Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:13:59.968Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:13:59.968Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:14:29.970Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:14:29.989Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:14:29.991Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:14:29.992Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:14:29.992Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:14:44.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:14:44.843Z||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-02-06T11:14:44.844Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:14:44.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:14:44.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:14:44.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:14:44.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:14:59.992Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:15:00.004Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:15:00.006Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:15:00.006Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:15:00.006Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:15:30.006Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:15:30.021Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:15:30.024Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:15:30.024Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:15:30.025Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:15:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:15:44.838Z||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-02-06T11:15:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:15:44.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:15:44.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:15:44.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "cds", "timestamp": 1644146025407, "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-02-06T11:15:44.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:15:44.873Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:00.025Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:16:00.038Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:00.040Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:16:00.040Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:16:00.040Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:16:30.042Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:16:30.061Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:30.063Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:16:30.063Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:16:30.064Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:16:44.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:16:44.842Z||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-02-06T11:16:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:16:44.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:16:44.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146016777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:16:44.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146025574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146026760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146026857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146027326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146027765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146019495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146028176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "policy-id", "timestamp": 1644146028770, "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-02-06T11:16:44.884Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:16:44.884Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:44.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146028858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146029229, "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-02-06T11:16:44.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:16:44.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:44.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "multicloud-k8s-id", "timestamp": 1644146030232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146030466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146031678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146032359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146032825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146033919, "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-02-06T11:16:44.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146034376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146034923, "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-02-06T11:16:44.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "clamp", "timestamp": 1644146035382, "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-02-06T11:16:44.929Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:16:44.929Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:44.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146026891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:16:44.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146035927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146036694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146036934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146037939, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146038949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146033644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146043267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146043417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:16:44.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "aai-ml", "timestamp": 1644146044274, "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-02-06T11:16:44.953Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:16:44.953Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:16:44.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146045854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:16:44.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:16:44.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-06T11:16:44.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146046858, "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-02-06T11:16:44.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 252a10f2-6d83-4d29-88b1-28437551ae3f 2022-02-06T11:16:44.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:17:00.065Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:17:00.077Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:17:00.080Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:17:00.080Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T11:17:00.080Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T11:17:00.080Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.081Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:00.082Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T11:17:00.087Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T11:17:30.087Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 252a10f2-6d83-4d29-88b1-28437551ae3f 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-02-06T11:17:30.092Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 252a10f2-6d83-4d29-88b1-28437551ae3f and serviceModelVersionId: 17eeec0e-9675-43f5-a712-051e03dcbc2c 2022-02-06T11:17:30.093Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8df5571-d691-405c-8abb-2d27b8ce068d 2022-02-06T11:17:30.094Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?depth=0 2022-02-06T11:17:30.101Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T11:17:30.177Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?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-02-06T11:17:30.180Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?depth=0|INFO|500||Invoke 2022-02-06T11:17:30.204Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T11:17:30.362Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?depth=0|INFO|500||InvokeReturn 2022-02-06T11:17:30.363Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8df5571-d691-405c-8abb-2d27b8ce068d/model-vers/model-ver/17eeec0e-9675-43f5-a712-051e03dcbc2c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-11:17:30:211-74009], vertex-id=[475288], Content-Length=[0], Date=[Sun, 06 Feb 2022 11:17:30 GMT], Content-Type=[application/json]} 2022-02-06T11:17:30.363Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-02-06T11:17:30.366Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T11:17:30.366Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-06T11:17:30.370Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T11:17:30.370Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 252a10f2-6d83-4d29-88b1-28437551ae3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T11:17:30.371Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T11:17:30.372Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:30.376Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:30.376Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146250371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:17:30.475Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:17:30.477Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:30.477Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:30.492Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:30.493Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-06T11:17:31.389Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:17:31.390Z|252a10f2-6d83-4d29-88b1-28437551ae3f|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-02-06T11:17:31.390Z|252a10f2-6d83-4d29-88b1-28437551ae3f|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 be9cUXSvBjxerxny) ... 2022-02-06T11:17:36.193Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:36.194Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:17:36.194Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e5e7a9a-fdd7-479d-8556-5ff3794c3f98","serviceName":"Demo_pNF_pDUYEBK0ntYgfDeo6qTe","serviceVersion":"1.0","serviceUUID":"57b84ff6-4a15-475e-8d05-9acd3f029cef","serviceDescription":"catalog service description","serviceInvariantUUID":"250ecc1e-3dfb-4cec-8e34-70682c597546","resources":[{"resourceInstanceName":"pNF d7c602a6-cdb2 0","resourceName":"pNF d7c602a6-cdb2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0b88d83a-2fb4-489b-9f6f-5924e68e35b8","resourceInvariantUUID":"acebf5de-58a4-4d81-bfcf-d802728e5ce5","resourceCustomizationUUID":"af41e3f1-875e-42af-81e7-3c3170cc45f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml","artifactChecksum":"MzhkODFhOTFkYTBhMThjYjhhYzQ1MThlYWIzMWMzNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d515ce-fff4-4b56-b489-75e7efa80da2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar","artifactChecksum":"Y2ExYjQwMmMzZGM5YzJlYWEwN2I0M2M1NjMzYzhmZGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79632e9a-7d02-4f01-bfed-feedf7d182fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"411ac889-60a9-408b-9e58-dc687a05e1bd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml","artifactChecksum":"ZWY3OWU1Y2I5ZTQ2ZGU5Mzg1NWQyZTg4ZDhlYjUzNDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5093d2cb-3371-4ec8-a68f-476b9946c5ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"084c3d99-8398-4be1-9ecd-aacfa510c756","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abb93af9-98f3-4b67-a70f-aa49d711db54","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPduyebk0ntygfdeo6qte-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml","artifactChecksum":"MzJmMzY4ZjljODQwMjAyMjUzZjQxM2ZlYTg3YjRjMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"545a3528-72b0-4159-ad5c-2182485d31e5","artifactVersion":"1"},{"artifactName":"service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar","artifactChecksum":"NWVmNTIwYjM0NjhiZDgwNzhlMzRmNDY1ZGY0NDY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed72fd5c-70f4-49e8-b5d9-518242057894","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T11:17:36.196Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:36.196Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:36.199Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:36.199Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:36.299Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:36.300Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:36.300Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:36.309Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:36.309Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:37.200Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:37.200Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:37.203Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:37.203Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:37.303Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:37.304Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:37.304Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:37.314Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:37.314Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:38.203Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:38.205Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:38.207Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:38.207Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:38.307Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:38.308Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:38.308Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:38.317Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:38.317Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:39.207Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:39.208Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:39.210Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:39.210Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:39.310Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:39.311Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:39.311Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:39.322Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:39.322Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:17:40.210Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:40.211Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:40.214Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:40.214Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:40.314Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:40.315Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:40.315Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:40.324Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:40.324Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:41.214Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:41.215Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:41.218Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:41.218Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:41.319Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:41.319Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:41.319Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:41.328Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:41.329Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:42.218Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:42.219Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:42.221Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:42.222Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:42.322Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:17:42.322Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:42.322Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:42.332Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:42.332Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:43.222Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:17:43.223Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:43.226Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:43.226Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:43.326Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:43.327Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:43.327Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:43.336Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:43.341Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:44.227Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "serviceName": "Demo_pNF_pDUYEBK0ntYgfDeo6qTe", "serviceVersion": "1.0", "serviceUUID": "57b84ff6-4a15-475e-8d05-9acd3f029cef", "serviceDescription": "catalog service description", "serviceInvariantUUID": "250ecc1e-3dfb-4cec-8e34-70682c597546", "resources": [ { "resourceInstanceName": "pNF d7c602a6-cdb2 0", "resourceCustomizationUUID": "af41e3f1-875e-42af-81e7-3c3170cc45f1", "resourceName": "pNF d7c602a6-cdb2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0b88d83a-2fb4-489b-9f6f-5924e68e35b8", "resourceInvariantUUID": "acebf5de-58a4-4d81-bfcf-d802728e5ce5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "artifactChecksum": "NWVmNTIwYjM0NjhiZDgwNzhlMzRmNDY1ZGY0NDY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed72fd5c-70f4-49e8-b5d9-518242057894" } ], "workloadContext": "Production" } 2022-02-06T11:17:44.227Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T11:17:44.227Z|252a10f2-6d83-4d29-88b1-28437551ae3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 57b84ff6-4a15-475e-8d05-9acd3f029cef ASDC 2022-02-06T11:17:44.228Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 ServiceName:Demo_pNF_pDUYEBK0ntYgfDeo6qTe ServiceVersion:1.0 ServiceUUID:57b84ff6-4a15-475e-8d05-9acd3f029cef ServiceInvariantUUID:250ecc1e-3dfb-4cec-8e34-70682c597546 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar ArtifactUUID:ed72fd5c-70f4-49e8-b5d9-518242057894 ArtifactChecksum:NWVmNTIwYjM0NjhiZDgwNzhlMzRmNDY1ZGY0NDY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d7c602a6-cdb2 0 ResourceCustomizationUUID:af41e3f1-875e-42af-81e7-3c3170cc45f1 ResourceInvariantUUID:acebf5de-58a4-4d81-bfcf-d802728e5ce5 ResourceName:pNF d7c602a6-cdb2 ResourceType:PNF ResourceUUID:0b88d83a-2fb4-489b-9f6f-5924e68e35b8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-06T11:17:44.228Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57b84ff6-4a15-475e-8d05-9acd3f029cef 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-02-06T11:17:44.255Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:17:44.255Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:17:44.255Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:17:44.256Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed72fd5c-70f4-49e8-b5d9-518242057894 from URL: /sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:44.256Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-06T11:17:44.256Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:44.386Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-06T11:17:44.390Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar ed72fd5c-70f4-49e8-b5d9-518242057894 82626 2022-02-06T11:17:44.390Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar ASDC sendASDCNotification 2022-02-06T11:17:44.390Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:44.391Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:17:44.391Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:44.395Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:44.396Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146264390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.496Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:17:44.497Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:44.497Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:44.506Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:44.507Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:17:44.838Z||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-02-06T11:17:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:17:44.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146109494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146110880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146120928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "multicloud-k8s-id", "timestamp": 1644146114288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146121963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "ves-openapi-manager", "timestamp": 1644146122966, "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-02-06T11:17:44.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:44.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146116092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146116777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146116891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146124978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146125662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146125775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "cds", "timestamp": 1644146125983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-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-02-06T11:17:44.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.890Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:44.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146126677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "policy-id", "timestamp": 1644146127684, "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-02-06T11:17:44.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:44.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146129400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146123644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:17:44.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146131465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146132387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146132403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:17:44.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "aai-ml", "timestamp": 1644146132469, "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-02-06T11:17:44.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:44.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "clamp", "timestamp": 1644146133408, "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-02-06T11:17:44.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:44.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146134325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:17:44.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:17:44.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-06T11:17:44.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146135329, "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-02-06T11:17:44.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 2022-02-06T11:17:44.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:45.397Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:17:45.398Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-06T11:17:45.398Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ed72fd5c-70f4-49e8-b5d9-518242057894, URL: /sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar to file: /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:45.398Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:45.399Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:45.399Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:45.585Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5279619002455435849/Definitions/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||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-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.516Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||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-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d7c602a6-cdb2 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-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.517Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Node template pNF d7c602a6-cdb2 0 is matching search criteria 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d7c602a6-cdb2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Node template pNF d7c602a6-cdb2 0 is matching search criteria 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d7c602a6-cdb2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:17:46.518Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.519Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.520Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pDUYEBK0ntYgfDeo6qTe Description:catalog service description Model UUID:57b84ff6-4a15-475e-8d05-9acd3f029cef Model Version:NULL Model InvariantUuid:250ecc1e-3dfb-4cec-8e34-70682c597546 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-02-06T11:17:46.523Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0b88d83a-2fb4-489b-9f6f-5924e68e35b8 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-02-06T11:17:46.525Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||pNF d7c602a6-cdb2 0 2022-02-06T11:17:46.525Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0b88d83a-2fb4-489b-9f6f-5924e68e35b8 2022-02-06T11:17:46.525Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 57b84ff6-4a15-475e-8d05-9acd3f029cef 2022-02-06T11:17:46.525Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 57b84ff6-4a15-475e-8d05-9acd3f029cef 2022-02-06T11:17:46.526Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d7c602a6-cdb2 0 0b88d83a-2fb4-489b-9f6f-5924e68e35b8 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-02-06T11:17:46.528Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f5bbaa7, org.onap.sdc.toscaparser.api.parameters.Input@6693aabb, org.onap.sdc.toscaparser.api.parameters.Input@376de9f7, org.onap.sdc.toscaparser.api.parameters.Input@7fd1f2ea, org.onap.sdc.toscaparser.api.parameters.Input@7d5df135] 2022-02-06T11:17:46.528Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 57b84ff6-4a15-475e-8d05-9acd3f029cef: pNF d7c602a6-cdb2 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Processing PNF resource: 0b88d83a-2fb4-489b-9f6f-5924e68e35b8 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pDUYEBK0ntYgfDeo6qTe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:17:46.529Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Resource customization UUID: af41e3f1-875e-42af-81e7-3c3170cc45f1 is the same as notified resource customizationUUID: af41e3f1-875e-42af-81e7-3c3170cc45f1 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-02-06T11:17:46.549Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d7c602a6-cdb2 0b88d83a-2fb4-489b-9f6f-5924e68e35b8 0 ASDC deployResourceStructure 2022-02-06T11:17:46.549Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar ASDC sendASDCNotification 2022-02-06T11:17:46.549Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar 2022-02-06T11:17:46.549Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:17:46.550Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:17:46.555Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:17:46.555Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146266549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:17:46.652Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-02-06T11:17:46.653Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:17:46.653Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:17:46.662Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:17:46.663Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:17:47.556Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:17:47.564Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:17:47.566Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:17:47.566Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T11:17:47.566Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T11:17:47.566Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T11:17:47.566Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:17:47.567Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-06T11:17:47.571Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T11:18:17.572Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 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-02-06T11:18:17.581Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7cfed762 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3169) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-02-06T11:18:17.583Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-02-06T11:18:17.583Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||ERROR|500||(conn=3169) WSREP has not yet prepared node for application use 2022-02-06T11:18:17.584Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T11:18:17.585Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||ERROR|500||Exception occurred org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3169) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-02-06T11:18:17.585Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T11:18:17.586Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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-02-06T11:18:17.589Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-06T11:18:17.589Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e5e7a9a-fdd7-479d-8556-5ff3794c3f98 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-02-06T11:18:17.589Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-02-06T11:18:17.590Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:18:17.595Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:18:17.595Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146297589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-02-06T11:18:17.695Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:18:17.697Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:18:17.697Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:18:17.715Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:17.716Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 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-02-06T11:18:18.609Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:18.610Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:18:18.610Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:18:28.148Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:28.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:28.150Z||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-02-06T11:18:28.150Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:18:37.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:37.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:37.687Z||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-02-06T11:18:37.688Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:18:44.838Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:44.840Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:18:44.840Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:18:44.867Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:44.868Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.868Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "252a10f2-6d83-4d29-88b1-28437551ae3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146250371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.870Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.871Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/resourceInstances/pnfd7c602a6cdb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.872Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146251389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:18:44.873Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-06T11:18:44.873Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-06T11:18:44.873Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146264390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:18:44.873Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:18:47.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:47.226Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:47.227Z||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-02-06T11:18:47.227Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:18:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:18:56.761Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:18:56.762Z||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-02-06T11:18:56.762Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:19:06.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:06.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:19:06.299Z||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-02-06T11:19:06.299Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:19:15.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:44.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:19:44.834Z||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-02-06T11:19:44.834Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:19:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:19:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:19:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:19:44.863Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:44.863Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:19:44.864Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146266549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPduyebk0ntygfdeo6qte/1.0/artifacts/service-DemoPnfPduyebk0ntygfdeo6qte-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:19:44.865Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:19:44.865Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:19:44.865Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e5e7a9a-fdd7-479d-8556-5ff3794c3f98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146297589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-02-06T11:19:44.865Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:19:45.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:45.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-06T11:19:45.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f407af05-094b-44b4-b806-b68ee2742b56","serviceName":"Demo_pNF_3xBfghPN9TwgrchlRQ9i","serviceVersion":"1.0","serviceUUID":"f7f80432-1e2a-4866-b951-f237c3812b36","serviceDescription":"catalog service description","serviceInvariantUUID":"580b4492-2377-43c2-be3d-588a5dcf7bac","resources":[{"resourceInstanceName":"pNF 520df2ef-69bb 0","resourceName":"pNF 520df2ef-69bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"445dc7bd-1448-48aa-91a6-4f8a60f7276d","resourceInvariantUUID":"74d23abf-712d-4569-8d8d-85bca46d5aad","resourceCustomizationUUID":"4e78e0fc-bc84-44d8-b533-a3e270eeac5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml","artifactChecksum":"MjBjNmI5ZTBhOWY0ZjlkMmNlODM1NWIxOTFkY2MwYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b7a3739-e547-4040-9b6f-726bc82f5736","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar","artifactChecksum":"Y2ExYjQwMmMzZGM5YzJlYWEwN2I0M2M1NjMzYzhmZGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e75ed48-7bbf-4772-9831-09f9466df4e5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72bda1d0-da5f-4ee9-bf13-80d63f79bd18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VjN2U1ODBlYjQxOTAxZWM1OWFjNGU1NGQyYjkxNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5df5ceb2-952c-49c7-b862-aa4939163216","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12358530-1bdc-4e5c-8b96-c9ab3e2a700d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59411428-63a3-4369-9940-4faee6a343ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml","artifactChecksum":"YzBiMzAyMmU1OGY4ZTFiOWNiNzJjOTY0ZTcyOTFlNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c21f834-ca6a-4846-8f30-2abb94968d6f","artifactVersion":"1"},{"artifactName":"service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar","artifactChecksum":"M2UyMDljODU0YWU5MzIyMGU4ZWQ1NjY3ZWM2NWNiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcc4507a-becc-4e65-ae78-a0f758c4b5e1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-06T11:19:45.467Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:45.468Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:45.472Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:45.472Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:45.572Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:45.573Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:45.574Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:45.582Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:45.583Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:46.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:46.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:46.476Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:46.476Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:46.576Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:46.577Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:46.577Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:46.587Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:46.587Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:47.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:47.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:47.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:47.480Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:47.581Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:47.582Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:47.582Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:47.591Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:47.592Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:19:48.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:48.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:48.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:48.484Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:48.584Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:48.585Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:48.585Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:48.596Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:48.597Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:49.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:49.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:49.490Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:49.490Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:49.590Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:49.591Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:49.591Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:49.603Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:49.603Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:50.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:50.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:50.494Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:50.495Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:50.594Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:19:50.595Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:50.595Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:50.604Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:50.604Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:51.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:51.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:51.502Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:51.502Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:19:51.602Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:51.603Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:51.604Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:51.613Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:51.613Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-06T11:19:52.503Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-06T11:19:52.505Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:52.507Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:52.507Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:19:52.609Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-06T11:19:52.609Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:52.609Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:52.619Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:52.620Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:19:53.509Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "serviceName": "Demo_pNF_3xBfghPN9TwgrchlRQ9i", "serviceVersion": "1.0", "serviceUUID": "f7f80432-1e2a-4866-b951-f237c3812b36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "580b4492-2377-43c2-be3d-588a5dcf7bac", "resources": [ { "resourceInstanceName": "pNF 520df2ef-69bb 0", "resourceCustomizationUUID": "4e78e0fc-bc84-44d8-b533-a3e270eeac5c", "resourceName": "pNF 520df2ef-69bb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "445dc7bd-1448-48aa-91a6-4f8a60f7276d", "resourceInvariantUUID": "74d23abf-712d-4569-8d8d-85bca46d5aad", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "artifactChecksum": "M2UyMDljODU0YWU5MzIyMGU4ZWQ1NjY3ZWM2NWNiOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcc4507a-becc-4e65-ae78-a0f758c4b5e1" } ], "workloadContext": "Production" } 2022-02-06T11:19:53.509Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-06T11:19:53.510Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f7f80432-1e2a-4866-b951-f237c3812b36 ASDC 2022-02-06T11:19:53.510Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f407af05-094b-44b4-b806-b68ee2742b56 ServiceName:Demo_pNF_3xBfghPN9TwgrchlRQ9i ServiceVersion:1.0 ServiceUUID:f7f80432-1e2a-4866-b951-f237c3812b36 ServiceInvariantUUID:580b4492-2377-43c2-be3d-588a5dcf7bac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar ArtifactUUID:bcc4507a-becc-4e65-ae78-a0f758c4b5e1 ArtifactChecksum:M2UyMDljODU0YWU5MzIyMGU4ZWQ1NjY3ZWM2NWNiOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 520df2ef-69bb 0 ResourceCustomizationUUID:4e78e0fc-bc84-44d8-b533-a3e270eeac5c ResourceInvariantUUID:74d23abf-712d-4569-8d8d-85bca46d5aad ResourceName:pNF 520df2ef-69bb ResourceType:PNF ResourceUUID:445dc7bd-1448-48aa-91a6-4f8a60f7276d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-06T11:19:53.511Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7f80432-1e2a-4866-b951-f237c3812b36 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-02-06T11:19:53.550Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:19:53.551Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-06T11:19:53.551Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-06T11:19:53.551Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bcc4507a-becc-4e65-ae78-a0f758c4b5e1 from URL: /sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:53.551Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-02-06T11:19:53.552Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:53.824Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-02-06T11:19:53.830Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar bcc4507a-becc-4e65-ae78-a0f758c4b5e1 82617 2022-02-06T11:19:53.830Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar ASDC sendASDCNotification 2022-02-06T11:19:53.830Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:53.831Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-06T11:19:53.831Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:53.833Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:53.833Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146393830, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:19:53.934Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:53.935Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:53.935Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:53.943Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:53.944Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:19:54.834Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-06T11:19:54.836Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-06T11:19:54.836Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bcc4507a-becc-4e65-ae78-a0f758c4b5e1, URL: /sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar to file: /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:54.836Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:54.837Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:54.837Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:54.985Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3295787020027935381/Definitions/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml 2022-02-06T11:19:55.769Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-06T11:19:55.769Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-06T11:19:55.769Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.769Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-06T11:19:55.769Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 520df2ef-69bb 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-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|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-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|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-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|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-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.770Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Node template pNF 520df2ef-69bb 0 is matching search criteria 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 520df2ef-69bb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Node template pNF 520df2ef-69bb 0 is matching search criteria 2022-02-06T11:19:55.771Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 520df2ef-69bb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.772Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.773Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.773Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.773Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.773Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3xBfghPN9TwgrchlRQ9i Description:catalog service description Model UUID:f7f80432-1e2a-4866-b951-f237c3812b36 Model Version:NULL Model InvariantUuid:580b4492-2377-43c2-be3d-588a5dcf7bac 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-02-06T11:19:55.777Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 445dc7bd-1448-48aa-91a6-4f8a60f7276d 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-02-06T11:19:55.780Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||pNF 520df2ef-69bb 0 2022-02-06T11:19:55.780Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 445dc7bd-1448-48aa-91a6-4f8a60f7276d 2022-02-06T11:19:55.780Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f7f80432-1e2a-4866-b951-f237c3812b36 2022-02-06T11:19:55.780Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f7f80432-1e2a-4866-b951-f237c3812b36 2022-02-06T11:19:55.780Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 520df2ef-69bb 0 445dc7bd-1448-48aa-91a6-4f8a60f7276d 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-02-06T11:19:55.784Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21f83313, org.onap.sdc.toscaparser.api.parameters.Input@181e428e, org.onap.sdc.toscaparser.api.parameters.Input@2e1127e1, org.onap.sdc.toscaparser.api.parameters.Input@733575af, org.onap.sdc.toscaparser.api.parameters.Input@1335b071] 2022-02-06T11:19:55.784Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.784Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.785Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f7f80432-1e2a-4866-b951-f237c3812b36: pNF 520df2ef-69bb 2022-02-06T11:19:55.785Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Processing PNF resource: 445dc7bd-1448-48aa-91a6-4f8a60f7276d 2022-02-06T11:19:55.785Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-06T11:19:55.785Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3xBfghPN9TwgrchlRQ9i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-06T11:19:55.786Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4e78e0fc-bc84-44d8-b533-a3e270eeac5c is the same as notified resource customizationUUID: 4e78e0fc-bc84-44d8-b533-a3e270eeac5c 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-02-06T11:19:55.813Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 520df2ef-69bb 445dc7bd-1448-48aa-91a6-4f8a60f7276d 0 ASDC deployResourceStructure 2022-02-06T11:19:55.813Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar ASDC sendASDCNotification 2022-02-06T11:19:55.813Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar 2022-02-06T11:19:55.813Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-06T11:19:55.814Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:19:55.816Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:19:55.816Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146395813, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:19:55.916Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-06T11:19:55.917Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:19:55.917Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:19:55.926Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:19:55.927Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-02-06T11:19:56.817Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:19:56.826Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:19:56.830Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:19:56.831Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:19:56.831Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:20:26.832Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:20:26.844Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:26.845Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:20:26.845Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-06T11:20:26.845Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-06T11:20:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:20:44.844Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:20:44.845Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:20:44.881Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:20:44.883Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.884Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.885Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.885Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.885Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.885Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.886Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.888Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.889Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.890Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.891Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.892Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.893Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.894Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.894Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.894Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.894Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.895Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.896Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.896Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.896Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.896Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.896Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.897Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.898Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.898Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146356891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:20:44.898Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.898Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.898Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146356090, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "multicloud-k8s-id", "timestamp": 1644146354289, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.899Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146356777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:20:44.900Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.900Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.900Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.900Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146370176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146370179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:20:44.901Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.902Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.902Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146370173, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:20:44.902Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.902Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.902Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.903Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.903Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.903Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "cds", "timestamp": 1644146371192, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-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-02-06T11:20:44.917Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:20:44.917Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146371186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146363644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:20:44.927Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.928Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.928Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.928Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.928Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.928Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "policy-id", "timestamp": 1644146372189, "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-02-06T11:20:44.931Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:20:44.932Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:44.937Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146372398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.938Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146374227, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.939Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.940Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.940Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.940Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644146375232, "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-02-06T11:20:44.943Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:20:44.943Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:44.949Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.949Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.949Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146375830, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.950Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "aai-ml", "timestamp": 1644146376834, "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-02-06T11:20:44.953Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:20:44.953Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:44.958Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146370880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.959Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146379632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146380655, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-06T11:20:44.960Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:20:44.961Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.961Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.961Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.961Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.961Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "ves-openapi-manager", "timestamp": 1644146381658, "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-02-06T11:20:44.964Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:20:44.964Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:44.969Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.969Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.969Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:20:44.970Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:20:56.846Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T11:20:56.854Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.856Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.857Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.857Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.857Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.857Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-06T11:20:56.857Z|f407af05-094b-44b4-b806-b68ee2742b56|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-02-06T11:20:56.860Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-06T11:21:26.861Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:21:26.873Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f407af05-094b-44b4-b806-b68ee2742b56 and serviceModelVersionId: f7f80432-1e2a-4866-b951-f237c3812b36 2022-02-06T11:21:26.873Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 580b4492-2377-43c2-be3d-588a5dcf7bac 2022-02-06T11:21:26.875Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0 2022-02-06T11:21:26.883Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-02-06T11:21:26.959Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0|INFO|500||Invoke 2022-02-06T11:21:26.959Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f407af05-094b-44b4-b806-b68ee2742b56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bbf9c61-57d4-45c5-8dd6-a0e46cea199d], X-ECOMP-RequestID=[f407af05-094b-44b4-b806-b68ee2742b56], X-TransactionId=[], X-ONAP-RequestID=[f407af05-094b-44b4-b806-b68ee2742b56], Content-Type=[application/merge-patch+json]} 2022-02-06T11:21:26.984Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-06T11:21:27.663Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?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/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-11:21:26:996-53303], vertex-id=[491672], Content-Length=[0], Date=[Sun, 06 Feb 2022 11:21:26 GMT], Content-Type=[application/json]} 2022-02-06T11:21:27.664Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-06T11:21:27.665Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/580b4492-2377-43c2-be3d-588a5dcf7bac/model-vers/model-ver/f7f80432-1e2a-4866-b951-f237c3812b36?depth=0|INFO|500||InvokeReturn 2022-02-06T11:21:27.666Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-06T11:21:27.666Z|f407af05-094b-44b4-b806-b68ee2742b56|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-02-06T11:21:27.670Z|f407af05-094b-44b4-b806-b68ee2742b56|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-02-06T11:21:27.670Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f407af05-094b-44b4-b806-b68ee2742b56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-06T11:21:27.671Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-06T11:21:27.672Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-06T11:21:27.678Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-06T11:21:27.678Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146487671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:21:27.777Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-06T11:21:27.779Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-06T11:21:27.779Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ... 2022-02-06T11:21:27.792Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:21:27.792Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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-02-06T11:21:28.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:21:28.693Z||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-02-06T11:21:28.693Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:21:38.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:21:44.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:21:44.835Z||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-02-06T11:21:44.835Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:21:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:21:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:21:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:21:44.853Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:21:44.854Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:21:44.854Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:21:44.855Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:21:54.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:22:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:22:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:22:44.838Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:22:44.838Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:22:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:22:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:22:44.864Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:22:44.865Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.866Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.867Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.868Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.868Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.868Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.869Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.869Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.869Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.869Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.870Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146379494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:22:44.870Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.870Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.870Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.871Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.872Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.872Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/resourceInstances/pnf520df2ef69bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.872Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.872Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.873Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-template.yml", "status": "NOT_NOTIFIED" } 2022-02-06T11:22:44.873Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.873Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.873Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146384833, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "NOTIFIED" } 2022-02-06T11:22:44.874Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-06T11:22:44.874Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.874Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146393830, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:22:44.875Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:22:44.875Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.875Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146395813, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:22:44.875Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:22:44.875Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.876Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146398490, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-06T11:22:44.876Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:22:44.876Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.877Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146400497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3xbfghpn9twgrchlrq9i/1.0/artifacts/service-DemoPnf3xbfghpn9twgrchlrq9i-csar.csar", "status": "DEPLOY_OK" } 2022-02-06T11:22:44.877Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:22:44.877Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:22:44.877Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "clamp", "timestamp": 1644146401501, "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-02-06T11:22:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f407af05-094b-44b4-b806-b68ee2742b56 2022-02-06T11:22:44.887Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f407af05-094b-44b4-b806-b68ee2742b56 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-02-06T11:22:54.383Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:23:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:23:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:23:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:23:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:23:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:23:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:23:45.363Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:23:45.364Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-06T11:23:45.365Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f407af05-094b-44b4-b806-b68ee2742b56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644146487671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-06T11:23:45.366Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-06T11:23:54.382Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:24:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:24:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:24:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:24:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:24:44.838Z||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-02-06T11:24:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:24:54.378Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:24:54.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:25:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:25:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:25:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:25:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:25:44.838Z||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-02-06T11:25:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:25:54.383Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:25:54.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:26:44.833Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:26:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:26:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:26:44.838Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:26:44.841Z|f407af05-094b-44b4-b806-b68ee2742b56|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-02-06T11:26:44.841Z|f407af05-094b-44b4-b806-b68ee2742b56|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 be9cUXSvBjxerxny) ... 2022-02-06T11:26:54.387Z|f407af05-094b-44b4-b806-b68ee2742b56|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:26:54.387Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:27:44.840Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:27:44.840Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:27:44.844Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:27:44.844Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:27:44.844Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:27:44.844Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:27:54.395Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:27:54.395Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:28:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:28:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:28:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:28:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:28:44.838Z||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-02-06T11:28:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:28:54.383Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:28:54.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:29:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:29:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:29:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:29:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:29:44.838Z||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-02-06T11:29:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:29:54.385Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:29:54.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:30:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:30:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:30:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:30:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:30:44.838Z||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-02-06T11:30:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:30:54.389Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:30:54.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:31:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:31:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:31:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:31:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:31:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:31:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:31:54.377Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:31:54.388Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:32:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:32:44.837Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:32:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:32:44.838Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:32:44.838Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:32:44.838Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:32:54.388Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:32:54.390Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:33:44.833Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:33:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:33:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:33:44.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:33:44.838Z||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-02-06T11:33:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:33:54.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:33:54.388Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:34:44.835Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:34:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:34:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:34:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:34:44.838Z||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-02-06T11:34:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:34:54.383Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:34:54.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:35:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:35:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:35:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:35:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:35:44.838Z||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-02-06T11:35:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:35:54.380Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:35:54.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:36:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:36:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:36:44.837Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:36:44.837Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:36:44.839Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:36:44.839Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:36:54.383Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:36:54.383Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:37:44.834Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:37:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:37:44.836Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:37:44.837Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:37:44.838Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:37:44.838Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:37:54.378Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:37:54.394Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:38:44.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:38:44.836Z||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-02-06T11:38:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:38:44.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:38:44.838Z||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-02-06T11:38:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:38:54.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:38:54.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:39:44.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:39:44.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:39:44.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-02-06T11:39:44.839Z||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-02-06T11:39:44.840Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:39:44.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 be9cUXSvBjxerxny) ... 2022-02-06T11:39:54.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:39:54.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:40:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:40:44.836Z||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-02-06T11:40:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:40:44.837Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:40:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:40:44.838Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:40:54.384Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:40:54.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:41:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:41:44.837Z||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-02-06T11:41:44.837Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:41:44.838Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:41:44.839Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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-02-06T11:41:44.839Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|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 be9cUXSvBjxerxny) ... 2022-02-06T11:41:54.389Z|2e5e7a9a-fdd7-479d-8556-5ff3794c3f98|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:41:54.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:42:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:42:44.836Z||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-02-06T11:42:44.836Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:42:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:42:44.838Z||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-02-06T11:42:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:42:54.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:42:54.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:43:44.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:43:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:43:44.838Z||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-02-06T11:43:44.838Z||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-02-06T11:43:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:43:44.838Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:43:54.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:43:54.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:44:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:44:44.834Z||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-02-06T11:44:44.834Z||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 be9cUXSvBjxerxny) ... 2022-02-06T11:44:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:44:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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-02-06T11:44:44.838Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|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 be9cUXSvBjxerxny) ... 2022-02-06T11:44:54.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:44:54.392Z|f9126437-ff8b-41c7-b4fb-f8c3c079c7d9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:45:44.835Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:45:44.837Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-06T11:45:44.839Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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-02-06T11:45:44.839Z|93364b49-17cb-4e0e-b873-63da6f6be221|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-02-06T11:45:44.839Z|93364b49-17cb-4e0e-b873-63da6f6be221|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 be9cUXSvBjxerxny) ... 2022-02-06T11:45:44.839Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|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 be9cUXSvBjxerxny) ... 2022-02-06T11:45:54.387Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-06T11:45:54.390Z|4eaf7ecd-bcf6-456e-8885-cd4b0110e216|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK